summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Use the exe/lib output path for .pdb file location. This addresses ↵Brad King2007-02-011-7/+21
| | | | bug#3277 and bug#4287.
* ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file ↵Brad King2007-02-013-14/+16
| | | | name for a target.
* BUG: Do not clean the .pdb file for a target just before it is linked! This ↵Brad King2007-02-012-4/+13
| | | | finishes addressing bug#4341.
* BUG: Clean rule for exe pdb file should use full path.Brad King2007-02-011-1/+1
|
* BUG: Do not use bitwise OR on bool.Brad King2007-02-011-1/+1
|
* STYLE: Removed unused method declarations.Brad King2007-02-011-10/+0
|
* ENH: Added a special flags integer field to the flag map entries. Added ↵Brad King2007-02-011-79/+141
| | | | flags for user values and other special cases. Added precompiled header flag translation entries. This addresses bug#3512.
* STYLE: Removed one more stray comment.Brad King2007-02-011-2/+0
|
* STYLE: removed code accidently checked inKen Martin2007-02-011-14/+1
|
* 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
|