summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BUG: fix for bug number 3320Ken Martin2007-02-011-3/+33
|
* COMP: Removed unused variable.Brad King2007-02-011-1/+0
|
* ENH: Added smoke test for user-value flag mapping for VS IDE.Brad King2007-02-013-0/+18
|
* ENH: Added mapping of /NODEFAULTLIB flag when no values are provided.Brad King2007-02-011-0/+2
|
* ENH: Reimplemented parsing and mapping of flags into vcproj file attribute ↵Brad King2007-02-012-281/+377
| | | | options. This cleans up and centralizes a few things. It is in preparation for dealing with precompiled header flags for bug #3512 since they require some special handling.
* ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to ↵Brad King2007-02-012-1/+100
| | | | cmSystemTools.
* BUG: fix for bug number 3964Ken Martin2007-02-011-0/+9
|
* ENH: Patch from Alex to improve implementation and prepare for splitting the ↵Brad King2007-02-012-163/+216
| | | | man page into more sections.
* BUG: The .pdb file generated for a library or executable should match the ↵Brad King2007-02-018-39/+116
| | | | real file name used for the target. This addresses bug#3277.
* STYLE: Nightly Version updateAndy Cedilnik2007-02-011-1/+1
|
* ENH: commit cygwin source generator files, not used yetBill Hoffman2007-01-312-0/+235
|
* ENH: do not use crazy long paths to object files for try compileBill Hoffman2007-01-311-0/+10
|
* ENH: add support files for cpack cygwin setup package stuffBill Hoffman2007-01-315-0/+85
|
* BUG: finally fix #4331, the previous version just caught the tag, theAlexander Neundorf2007-01-311-2/+2
| | | | | | filename not at all Alex
* ENH: add more output when test failsBill Hoffman2007-01-311-4/+4
|
* COMP: Remove osx bundle from OSXScriptLauncherAndy Cedilnik2007-01-311-1/+1
|
* COMP: Use new APIAndy Cedilnik2007-01-311-38/+12
|
* COMP: Add missing file in the installationAndy Cedilnik2007-01-311-0/+1
|
* BUG: make sure external vs projects use the GUID in the project if it has one.Bill Hoffman2007-01-312-1/+83
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-311-1/+1
|
* STYLE: KDEDIR is deprecated and not used, so also document that KDEDIRS isAlexander Neundorf2007-01-301-2/+2
| | | | | | used instead Alex
* ENH: Allow to specify build targetAndy Cedilnik2007-01-301-1/+3
|
* COMP: Fix bootstrapAndy Cedilnik2007-01-301-3/+5
|
* BUG: fixes so that --build-and-test will honor timeoutsKen Martin2007-01-305-12/+62
|
* ENH: allow copy if different from a file to a directory to workBill Hoffman2007-01-301-2/+24
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-301-1/+1
|
* BUG: fix in the timeout codeKen Martin2007-01-291-3/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-291-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-281-1/+1
|
* STYLE: Fix typoMathieu Malaterre2007-01-271-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-271-1/+1
|
* STYLE: improve IF documentation to cover elseifKen Martin2007-01-261-2/+8
|
* BUG: Added use of KWSYS_INSTALL_COMPONENT_NAME_DEVELOPMENT for header file ↵Brad King2007-01-261-6/+20
| | | | install rules.
* COMP: fix warningKen Martin2007-01-261-1/+2
|
* BUG: remove early ;Bill Hoffman2007-01-251-1/+1
|
* BUG: fix for 4186, kdevelop adding file twiceBill Hoffman2007-01-255-110/+14
|
* ENH: added per test timeout supportKen Martin2007-01-258-289/+345
|
* ENH: Patch from Alex to make deprecated command documentation more consistent.Brad King2007-01-2411-22/+16
|
* ENH: Patch from Alex to document this command as discouraged.Brad King2007-01-242-0/+12
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-241-1/+1
|
* ENH: this does not need to be safe as the value is checkedBill Hoffman2007-01-231-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-231-1/+1
|
* BUG: reent.c wasn't intended to be committed, too specialAlexander Neundorf2007-01-231-2/+1
| | | | Alex
* STYLE: use even more absolute paths, can't hurt for out-of-source buildsAlexander Neundorf2007-01-231-40/+34
| | | | | | | | | STYLE: use SET_SOURCE_FILES_PROPERTIES() on multiple files at once instead of interating over each one of them STYLE: no need to add target.ld to the clean-files, this is done now automatically by add_custom_command() ENH: now also MS nmake can be used to build ecos apps Alex
* ENH: avoid crash, but do not make it an error if include flags is missing ↵Bill Hoffman2007-01-231-1/+1
| | | | from a language
* ENH: make the include flag required for a language avoids seg faultBill Hoffman2007-01-231-2/+3
|
* ENH: undo bug fix because of failed testBill Hoffman2007-01-231-37/+29
|
* ENH: add link flags for debug/release etcBill Hoffman2007-01-231-29/+37
|
* STYLE: Nightly Version updateAndy Cedilnik2007-01-231-1/+1
|
* ENH: Patch from Alex to document WRITE_FILE as a discouraged command.Brad King2007-01-221-0/+6
|