summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: More work on the packaging. Add Applicaitons, add icons, etcAndy Cedilnik2007-02-136-2/+51
|
* 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
| | | | | | again Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-02-101-1/+1
|
* ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old ↵Bill Hoffman2007-02-093-212/+90
| | | | non-yacc parser code from cmMakefile.cxx
* 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
| | | | Alex
* BUG: fix for bug 4399Bill Hoffman2007-02-071-1/+3
|
* BUG: fix for bug 4414, find targets in the global generator for ↵Bill Hoffman2007-02-072-13/+15
| | | | set_target_properties and add_dependencies
* 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 ↵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.