summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Patch from Alex to recompute dependencies when the include regex ↵Brad King2007-02-052-2/+43
| | | | changes. This addresses bug#4168.
* STYLE: Nightly Version updateAndy Cedilnik2007-02-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-02-041-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-02-031-1/+1
|
* STYLE: fix warningsBill Hoffman2007-02-022-2/+0
|
* ENH: fix depend bug in qtBill Hoffman2007-02-021-2/+7
|
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-0226-87/+244
|
* COMP: Fix void return failure.Brad King2007-02-021-1/+1
|
* BUG: add gettext module for working with GNU gettext (#4081)Alexander Neundorf2007-02-021-0/+65
| | | | Alex
* ENH: allow the dashboard to override the timeouts for CTestTestKen Martin2007-02-021-5/+17
|
* STYLE: Fixed line length and this-> convention violations from yesterday's ↵Brad King2007-02-021-6/+12
| | | | patch.
* STYLE: Fixed line-too-long.Brad King2007-02-021-1/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2007-02-021-1/+1
|
* STYLE: fix line lengthBill Hoffman2007-02-011-1/+2
|
* 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
|