summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix messages for time stamp file recreation.Brad King2007-11-121-2/+2
* ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-runni...Brad King2007-11-101-0/+78
* ENH: different way of testing propertiesKen Martin2007-11-061-0/+97
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-051-2/+2
* BUG: fix bad set property code in cmakeKen Martin2007-10-301-1/+1
* ENH: add ability to get documentaiton of a property from a scriptKen Martin2007-10-241-0/+11
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-23/+21
* ENH: add docs for variablesBill Hoffman2007-10-181-7/+2
* ENH: minor doc cleanups and an example of documenting a variableKen Martin2007-10-151-0/+12
* BUG: revert doc changes since VS7 cannot compile them, will implement them in...Ken Martin2007-10-091-3/+3
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-3/+3
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-171-0/+3
* BUG: Fix path to CMake executables when run from bootstrap build.Brad King2007-08-311-0/+1
* ENH: fix memory leakBill Hoffman2007-08-101-3/+5
* ENH: add global properties for collecting enabled/disabled features duringAlexander Neundorf2007-08-071-0/+26
* BUG: also offer the extra generators in CMakeSetupAlexander Neundorf2007-08-011-0/+6
* ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-VillanuevaAlexander Neundorf2007-08-011-0/+13
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-271-0/+23
* ENH: add an empty debian package generator, Mathieu volunteered to fill itAlexander Neundorf2007-07-251-4/+19
* ENH: build codeblocks generator also on WindowsAlexander Neundorf2007-07-181-7/+14
* COMP: fix build on Windows, where GetCurrentDirecty() is redefined toAlexander Neundorf2007-07-171-1/+4
* STYLE: fix line lengths and add "remove -f" to the docsAlexander Neundorf2007-07-171-21/+23
* ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums ofAlexander Neundorf2007-07-161-0/+26
* ENH: add a simple CodeBlocks extra generator, early alpha stage, there seemsAlexander Neundorf2007-07-131-0/+3
* STYLE: sort the property documentation intoAlexander Neundorf2007-07-111-8/+3
* STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "U...Alexander Neundorf2007-07-031-2/+6
* ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ...Brad King2007-06-271-0/+7
* STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBSAlexander Neundorf2007-06-261-0/+13
* ENH: added the ability to document variables and cached_variablesKen Martin2007-06-251-67/+10
* ENH: some property cleanup and added GetPropertyKen Martin2007-06-251-0/+34
* ENH: put compatibility commands in extra section and prepare for creatingAlexander Neundorf2007-06-221-2/+9
* COMP: include cmExternalMakefileProjectGenerator.hAlexander Neundorf2007-06-151-0/+1
* STYLE: minor fixesAlexander Neundorf2007-06-151-1/+1
* STYLE: remove duplicate non-const accessors GetLocalGenerator(int) andAlexander Neundorf2007-06-151-95/+64
* ENH: remove non/scriptable cmake commands from the script handler in ctest,Alexander Neundorf2007-06-121-0/+11
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-15/+78
* ENH: also remove uninitialized from the cacheAlexander Neundorf2007-06-071-1/+1
* STYLE: fix typo: now double space after -DAlexander Neundorf2007-06-041-1/+1
* ENH: -U for removing variables now uses globbing expressionsAlexander Neundorf2007-06-041-6/+8
* BUG: also put a variable into the cache when defined using -D if no type isAlexander Neundorf2007-06-011-1/+48
* ENH: Add variable watch commandAndy Cedilnik2007-04-111-1/+1
* ENH: added remove_directory bug 2937Ken Martin2007-03-121-1/+13
* ENH: typoKen Martin2007-03-121-1/+1
* ENH: small enchancement for bug 3776.Ken Martin2007-03-121-1/+13
* ENH: SetupPathConversions is now called automatically on demand.Brad King2007-03-081-1/+0
* ENH: fix compiler warningKen Martin2007-03-021-1/+1
* BUG: a couple bugs in system informaitonKen Martin2007-03-011-5/+6
* BUG: allow system information to accept the -G optionKen Martin2007-02-281-16/+49
* BUG: fix to naming of results fileKen Martin2007-02-271-1/+1
* BUG: fix for unused variableKen Martin2007-02-271-1/+7