summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* Merge branch 'script-mode-keep-makeflags'Brad King2010-06-221-10/+10
|\
| * Preserve ENV{MAKEFLAGS} in CMake script modeBrad King2010-06-211-10/+10
* | Use full path file names to express dependencies.David Cole2010-06-211-0/+3
|/
* Enable extra CodeBlocks generator on CygwinBrad King2010-01-131-3/+1
* Fix mem leak reported by valgrind.David Cole2009-12-281-3/+3
* disable cmake's verbose output in the Eclipse and KDevelop generatorsAlexander Neundorf2009-12-231-5/+9
* Remove unused DumpDocumentation codeBrad King2009-12-081-28/+0
* Removed duplicated documentation entry.Zach Mullen2009-11-091-5/+0
* fix line length errorBill Hoffman2009-11-081-2/+3
* Add JOM support and clean up some of the tar -E stuffBill Hoffman2009-11-051-4/+12
* WIP: VS 10 Win64 generatorBrad King2009-10-221-0/+3
* Use copies for versioned names on WindowsBrad King2009-10-211-0/+4
* Factor out "cmake -E cmake_symlink_*" codeBrad King2009-10-211-51/+57
* REALLY fix color check for dependency scanningBrad King2009-10-081-2/+3
* Really fix color check for dependency scanningBrad King2009-10-081-1/+1
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-011-2/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fix typo in nameBill Hoffman2009-09-171-1/+1
* Fix for bug #8969, pick a better default version for VS, and make it easier t...Bill Hoffman2009-09-151-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