summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* STYLE: Nightly Version updateAndy Cedilnik2007-02-131-1/+1
* ENH: add cygwin cpack stuff to release scriptsBill Hoffman2007-02-122-3/+17
* ENH: add cygwin on vogonBill Hoffman2007-02-121-0/+10
* STYLE: Nightly Version updateAndy Cedilnik2007-02-121-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2007-02-111-1/+1
* STYLE: remove empty line, so the documentation for the module is completeAlexander Neundorf2007-02-101-1/+0
* STYLE: Nightly Version updateAndy Cedilnik2007-02-101-1/+1
* ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old n...Bill Hoffman2007-02-093-212/+90
* STYLE: Nightly Version updateAndy Cedilnik2007-02-091-1/+1
* ENH: Added PrecompiledHeader test for MSVC compilers.Brad King2007-02-087-0/+112
* STYLE: Nightly Version updateAndy Cedilnik2007-02-081-1/+1
* ENH: now also the "ecosclean" target works with MS nmakeAlexander Neundorf2007-02-072-5/+16
* BUG: fix for bug 4399Bill Hoffman2007-02-071-1/+3
* BUG: fix for bug 4414, find targets in the global generator for set_target_pr...Bill Hoffman2007-02-072-13/+15
* BUG: fix for 4420 Unicode and MBC versions of the MFCBill Hoffman2007-02-071-0/+3
* STYLE: Fixed line-too-long.Brad King2007-02-071-3/+6
* STYLE: Nightly Version updateAndy Cedilnik2007-02-071-1/+1
* ENH: fix documentation to include source language propertyBill Hoffman2007-02-061-0/+3
* BUG: Patch from Alex to fix single-command help broken by previous patch.Brad King2007-02-061-4/+8
* STYLE: Nightly Version updateAndy Cedilnik2007-02-061-1/+1
* ENH: add more time to bootstrap testKen Martin2007-02-052-1/+39
* BUG: Patch from Alex to recompute dependencies when the include regex changes...Brad King2007-02-052-2/+43
* 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
* 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 pa...Brad King2007-02-021-6/+12
* 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 bug#...Brad King2007-02-011-7/+21
* ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n...Brad King2007-02-013-14/+16
* BUG: Do not clean the .pdb file for a target just before it is linked! This ...Brad King2007-02-012-4/+13
* 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 flag...Brad King2007-02-011-79/+141
* 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 op...Brad King2007-02-012-281/+377
* ENH: Added EscapeWindowsShellArgument and ParseWindowsCommandLine methods to ...Brad King2007-02-012-1/+100