summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Ninja: enable ninja support everywherePeter Kümmel2012-07-201-34/+19
* Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup laterPeter Kümmel2012-07-181-1/+1
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-0/+2
* Remove process execution code from cmcldeps and have it use cmake code.Bill Hoffman2012-06-271-0/+1
* Merge topic 'ninja-cldeps'David Cole2012-06-191-0/+5
|\
| * Ninja: disable cldeps for bcc32, it's too old, and ninja would also not buildPeter Kuemmel2012-06-181-1/+1
| * Ninja: build server fixesPeter Kuemmel2012-06-161-1/+1
| * Ninja: try to make GetProcessId visiblePeter Kuemmel2012-06-151-1/+2
| * Ninja: add wrapper for cl to extract dependenciesPeter Kuemmel2012-06-081-0/+4
* | Ninja: Enable the ninja generator by default on Windows.David Cole2012-06-131-3/+3
|/
* Merge topic 'mumps_coverage'David Cole2012-05-171-0/+3
|\
| * Add support for Cache coverage.Bill Hoffman2012-05-011-0/+1
| * Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-011-0/+1
| * Add support to ctest for GTM mumps coverage.Bill Hoffman2012-04-251-0/+1
* | VS11: Add ARM architecture generator (#13077)Minmin Gong2012-05-091-0/+2
* | Ninja: CMAKE_USE_NINJA is the name of the macroPeter Kuemmel2012-04-081-1/+1
* | Ninja: no additional variable needed to enable ninjaPeter Kuemmel2012-04-081-7/+5
* | Ninja: add option to enable ninja where it is not enabled by defaultPeter Kuemmel2012-04-061-6/+8
|/
* Merge branch 'object-library' into ninja-object-libraryBrad King2012-03-161-0/+2
|\
| * Add cmGeneratorTarget to represent a target during generationBrad King2012-03-091-0/+2
* | Ninja: Add a cache option CMAKE_ENABLE_NINJA to enable the ninja generator.Bill Hoffman2012-03-091-2/+15
* | Merge branch 'target-include-directories' into ninja-generatorDavid Cole2012-02-221-0/+2
|\ \ | |/
| * CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-221-0/+2
* | Ninja: disable unfinished Windows ninja supportPeter Kuemmel2012-02-191-17/+15
* | Ninja: add some hacks for WindowsPeter Kuemmel2012-02-191-0/+4
* | Ninja: also build ninja support on WindowsPeter Kuemmel2012-02-191-17/+14
* | Ninja: Partially revert "win fixes: escape back slash/colon, use cd. as cmd.e...Peter Collingbourne2012-02-181-4/+5
* | Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nopPeter Kuemmel2012-02-181-5/+4
* | Ninja: Add the Ninja generatorPeter Collingbourne2012-02-021-0/+18
|/
* Factor out target location undefined behavior helper macroBrad King2011-12-011-0/+1
* Merge topic 'newline-style'David Cole2011-12-011-0/+2
|\
| * Add NEWLINE_STYLE option to configure_file (#3957)Peter Kuemmel2011-11-281-0/+2
* | sha2: Build as part of CMakeLibBrad King2011-11-161-0/+2
* | Factor Compute(File|String)MD5 into cmCryptoHash helperBrad King2011-11-161-0/+2
|/
* Add Visual Studio 11 generator for x86 and x64 toolsBrad King2011-09-231-0/+4
* Start work on automoc: add empty cmQtAutomoc classAlex Neundorf2011-08-071-0/+2
* Add VisualStudio 9 and 10 generators for Itanium platformMatej Hribernik2011-06-201-0/+4
* Fix XCode -> Xcode typos, notably in man page (#12231)Sean McBride2011-05-311-1/+1
* Implement ctest_upload commandZach Mullen2011-03-151-0/+2
* Removed most usage of Carbon in favour of CoreFoundationSean McBride2011-01-311-2/+2
* Combine duplicate COMPILE_DEFINITIONS disclaimerBrad King2011-01-171-0/+1
* Factor generator expression docs out of add_testBrad King2010-12-151-0/+1
* Factor out common custom command generatorBrad King2010-12-081-0/+2
* Move the code for generating dot-files into separate class cmGraphVizWriterAlex Neundorf2010-11-091-2/+4
* Create class cmArchiveWrite to wrap libarchive (#11020)Brad King2010-08-061-0/+1
* Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046)Brad King2010-07-291-3/+3
* Tru64: Place cmOStringStream vtable uniquely (#10541)Brad King2010-06-101-0/+1
* Add php coverage to ctest.Bill Hoffman2010-05-251-1/+1
* Enable extra CodeBlocks generator on CygwinBrad King2010-01-131-4/+2
* Use if(CYGWIN) instead of if(WIN32 AND UNIX)Brad King2010-01-131-2/+2