summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: install the mac application bundle into /Applications directly with no e...Bill Hoffman2008-04-041-0/+13
* ENH: make it possible to disable debug output againAlexander Neundorf2008-04-021-1/+1
* ENH: try to fix mac symlinks to the executableBill Hoffman2008-03-281-2/+2
* BUG: fix install problem on make and allow symlinks to cmake bin directoryBill Hoffman2008-03-271-0/+2
* ENH: clean up annoying output from rc tool in VS9Bill Hoffman2008-03-271-4/+9
* ENH: make sure -Wno-dev sticks so make rebuild_cache will workBill Hoffman2008-03-221-16/+21
* ENH: Clarify end of (dev) warnings to explicitly state they are meant for pro...Brad King2008-03-201-1/+2
* ENH: move the clear to before things are added to the mapsBill Hoffman2008-03-131-2/+2
* ENH: Make (dev) warnings show note about -Wno-dev option. Fix -Wdev and -Wno...Brad King2008-03-131-0/+16
* ENH: Improve new error/warning message generationBrad King2008-03-131-0/+78
* ENH: change CMP_ to CMPKen Martin2008-03-131-1/+1
* ENH: make sure properties are re-set on each configureBill Hoffman2008-03-121-9/+17
* ENH: add ability to suppress dev warnings to gui codeBill Hoffman2008-03-121-12/+20
* BUG: Fixes to VS8/VS9 project regeneration rulesBrad King2008-03-111-2/+48
* ENH: add a way to suppress the new policy warnings, still need ccmake and gui'sBill Hoffman2008-03-111-0/+17
* ENH: Finish creating, documenting, and enforcing policy CMP_0002.Brad King2008-03-071-2/+2
* ENH: Improve handling of old-style compatibility.Brad King2008-03-071-27/+0
* ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATI...Ken Martin2008-03-071-0/+26
* ENH: more policy changesKen Martin2008-03-041-26/+0
* ENH: add --help-policies and --help-policy command line optionsKen Martin2008-03-041-0/+5
* ENH: add first cut and policies still need to add the doc supportKen Martin2008-03-011-1/+4
* ENH: remove CMAKE_PREFIX so changing it does not rebuild allBill Hoffman2008-02-181-8/+0
* ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj...Brad King2008-02-141-0/+19
* ENH: fix make edit_cache for cmake-guiBill Hoffman2008-02-121-13/+32
* ENH: Add global computed property IN_TRY_COMPILE.Brad King2008-02-111-1/+10
* ENH: Analyze inter-target dependencies to safely fix cyclesBrad King2008-02-061-0/+7
* BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute...Brad King2008-02-041-0/+7
* BUG: Make cmake -E remove_directory work when directory is not present.Brad King2008-01-241-1/+2
* COMP: Fix build during bootstrap on MSys.Brad King2008-01-201-2/+2
* BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ...Ken Martin2008-01-181-1/+13
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+9
* ENH: Added partial implementation of recognizing per-configration properties.Brad King2008-01-151-1/+23
* BUG: fix resource file with a full pathBill Hoffman2008-01-031-1/+1
* ENH: fix new incremental link stuff to work with nmake @ filesBill Hoffman2008-01-021-4/+32
* ENH: remove warningBill Hoffman2008-01-011-1/+1
* ENH: add ability to have manifest files and incremental linking with make and...Bill Hoffman2008-01-011-1/+272
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-18/+13
* ENH: Enabled color printing of "Scanning dependencies of target ..." message.Brad King2007-12-191-25/+14
* ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...Brad King2007-12-191-2/+10
* ENH: Improved speed of cmake::CheckBuildSystem when checking build system out...Brad King2007-12-191-22/+72
* ENH: add support for vs 9 win64Bill Hoffman2007-12-171-0/+12
* STYLE: Fixed line-too-long.Brad King2007-12-151-1/+2
* COMP: Add missing return value from Bill's change.Brad King2007-12-131-0/+1
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-47/+7
* BUG: Fixed typo introduced by previous commit.Brad King2007-12-131-1/+1
* ENH: fix for bug 6102, allow users to change the compilerBill Hoffman2007-12-131-2/+71
* ENH: add a touch -E command to cmakeBill Hoffman2007-12-041-0/+30
* ENH: add functions and raise scopeKen Martin2007-12-031-1/+2
* COMP: Do not build VS-specific code when generators are not included.Brad King2007-11-191-0/+5
* ENH: Added call to StopBuild VS macro when projects fail to regenerate during...Brad King2007-11-191-0/+18