summaryrefslogtreecommitdiff
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fix typo in nameBill Hoffman2009-09-161-1/+1
* Fix for bug #8969, pick a better default version for VS, and make it easier t...Bill Hoffman2009-09-141-27/+24
* Fix for Bug #9190, -U did not work on case insensitive file systems because o...Bill Hoffman2009-09-141-1/+1
* Remove barely-used cmCacheManager::AddCacheEntryBrad King2009-09-111-2/+3
* Simplify VS CMake re-run checkBrad King2009-09-041-11/+0
* Remove CMakeSetup. Long live cmake-gui, start building Qt now.Bill Hoffman2009-09-031-1/+1
* Use the MANIFEST flag for non incremental linking as well.Bill Hoffman2009-09-011-0/+1
* Move /MANIFEST flag into -E vs_link. This is so it can be used by the intel ...Bill Hoffman2009-09-011-7/+2
* Handle embeded manifests with ifort.Bill Hoffman2009-09-011-1/+7
* Create GLOBAL_DEPENDS_NO_CYCLES propertyBrad King2009-08-241-0/+10
* DOCS: fix typo (#9231)Alexander Neundorf2009-07-311-1/+1
* BUG: Do not double-initialize local generatorsBrad King2009-07-281-5/+0
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-0/+3
* STYLE: fix typos in the docsAlexander Neundorf2009-04-191-1/+1
* ENH: Create command line api "cmake -E rename"Brad King2009-04-151-0/+16
* ENH: Allow projects to disable per-rule echo linesBrad King2009-03-161-7/+7
* ENH: Allow projects to disable per-rule progressBrad King2009-03-161-0/+14
* BUG: Fix cache properties for CMAKE_STRICT buildBrad King2009-03-131-1/+1
* ENH: Document CACHE entry propertiesBrad King2009-03-101-0/+1
* ENH: Overhaul CMake version numberingBrad King2009-03-051-3/+1
* STYLE: Remove unused cmake::CacheVersionMatchesBrad King2009-03-051-20/+0
* ENH: Cleanup cmake --build interface.Brad King2009-03-041-48/+2
* BUG: Gracefully handle broken version symlinksBrad King2009-03-021-3/+9
* 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