summaryrefslogtreecommitdiff
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+25
* BUG: Fix OS X FW symlink byproduct dependenciesBrad King2009-02-061-1/+2
* BUG: Fix OS X AppBundle/FW byproducts dependenciesBrad King2009-02-061-0/+21
* ENH: More robust property lookupBrad King2009-02-021-0/+4
* BUG: fix for #8418 -E chdir should return fail of dir does not existBill Hoffman2009-01-291-1/+1
* COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp...David Cole2008-12-091-0/+8
* ENH: fix bootstrap test and warningBill Hoffman2008-10-151-2/+8
* BUG: 4244, add a --build option to cmake that can build projects configured b...Bill Hoffman2008-10-151-2/+88
* BUG: fix for 6280, -E time was not sending back return valueBill Hoffman2008-10-011-3/+3
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-1/+2
* ENH: Teach find_library to find OpenBSD-style libsBrad King2008-09-221-0/+7
* ENH: Allow a custom list of debug configurationsBrad King2008-09-041-0/+51
* BUG: Fix unsetting of global propertiesBrad King2008-09-041-4/+0
* BUG: 7448 fix crash in ccmake when compiler is changedBill Hoffman2008-08-191-1/+4
* BUG: fix for 7426 bad check for cpackBill Hoffman2008-07-311-1/+1
* ENH: add a --trace optionBill Hoffman2008-07-311-0/+6
* BUG: Fix issue #7088 - do not emit error messages when attempts to run Visual...David Cole2008-07-301-2/+3
* ENH: Do not auto-create out-dated cache variablesBrad King2008-07-031-15/+23
* BUG: fix for bug 7222 manifest:no not working for makefilesBill Hoffman2008-06-201-9/+29
* ENH: support large object file lists with incremental visual studio linkingBill Hoffman2008-06-181-1/+1
* ENH: add an enabled language propertyBill Hoffman2008-06-171-0/+23
* ENH: Whenever CMake re-runs from inside the VS IDE inform the user why.Brad King2008-06-081-1/+5
* BUG: make "cmake -Wno-dev ../srcdir" work, advancing i had the effect thatAlexander Neundorf2008-05-121-3/+1
* BUG: Remove check for files written by file(WRITE) being loaded.Brad King2008-04-301-17/+0
* 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-261-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-111-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-051-0/+7