summaryrefslogtreecommitdiff
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Nicolas Despres2011-10-231-2/+2
* Add Visual Studio 11 generator for x86 and x64 toolsBrad King2011-09-231-0/+6
* Merge topic 'fix-12446-no-cmake-E-build'David Cole2011-09-071-1/+0
|\
| * CMake: Remove documentation for -E build (#12446)Matt McCormick2011-09-061-1/+0
* | CMake: Add SaveCache at the end of successful Generate callsDavid Cole2011-09-011-0/+7
|/
* Merge topic 'UsingCMakeLikePkgConfig2'David Cole2011-08-251-7/+128
|\
| * Fix line lengthAlex Neundorf2011-08-181-1/+2
| * Replace cmake::GetScriptMode() with GetWorkingMode()Alex Neundorf2011-08-091-8/+7
| * Implement find-package mode of cmakeAlex Neundorf2011-07-021-2/+98
| * Add find-package mode, which does nothing yetAlex Neundorf2011-07-021-0/+25
* | Fix bootstrap test with automocAlex Neundorf2011-08-171-2/+1
* | Add the cmake module required currently for automocAlex Neundorf2011-08-141-0/+7
* | Start implementing skeleton for automoc in cmakeAlex Neundorf2011-08-141-1/+2
* | Start work on automoc: add empty cmQtAutomoc classAlex Neundorf2011-08-071-0/+7
* | Merge topic 'split-stdout-stderr'David Cole2011-08-021-4/+5
|\ \
| * | RunSingleCommand: Add a OUTPUT_NORMAL flag.Johan Björk2011-07-281-3/+3
| * | RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-3/+4
| |/
* | Merge topic 'SetPropertyAppendString'Brad King2011-07-261-2/+2
|\ \
| * | Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-151-2/+2
| |/
* | Add VisualStudio 9 and 10 generators for Itanium platformMatej Hribernik2011-06-201-0/+6
|/
* Merge topic 'MoreGraphVizFeatures'Brad King2011-04-191-0/+1
|\
| * Also generate dependers-graphviz files.Alex Neundorf2011-02-061-0/+1
* | Merge topic 'cleanup-unused-variable-check'Brad King2011-03-311-22/+25
|\ \
| * | Fix unused cache warning after multiple configure iterationsBrad King2011-03-241-2/+5
| * | Refine unused cache variable warningBrad King2011-03-241-20/+20
| |/
* | Merge topic 'fix-2828-more-info-in-script-mode'Brad King2011-02-221-5/+15
|\ \
| * | Fix KWStyle line-too-long complaint (#2828)David Cole2011-02-041-1/+2
| * | Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828)David Cole2011-02-021-5/+8
| * | Add CMAKE_SCRIPT_MODE_FILE variable (#2828)David Cole2011-02-021-0/+6
| |/
* | Merge topic 'fix-10704-manifest-no-vs10'Brad King2011-02-221-1/+4
|\ \
| * | VS: Only use /MANIFEST if hasManifest is true (#11216)David Cole2011-02-091-1/+4
| |/
* | Merge topic 'disallow-funny-path-names'Brad King2011-02-221-0/+24
|\ \
| * | Reject directory names containing '=' (#11689)Brad King2011-01-141-0/+24
* | | Documentation: Sync two differing copies of -E docs (#10446)David Cole2011-02-041-9/+11
| |/ |/|
* | Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-271-2/+5
|\ \ | |/
| * Fix incremental linking for VS2010 with nmake or make.Bill Hoffman2010-12-091-0/+4
| * Merge topic 'dev/fix-cache-variable-parsing-ambiguity'David Cole2010-11-231-2/+1
| |\
| | * Condense parsing of cache entriesBen Boeckel2010-11-221-2/+1
* | | Add method to unwatch a manual variableBen Boeckel2011-01-131-0/+8
* | | Give a better message for unused variablesBen Boeckel2011-01-131-1/+1
* | | Merge branch 'ImprovedDotSupport2' into dev/strict-modeBrad King2010-12-171-306/+80
|\ \ \ | |/ /
| * | Move the code for generating dot-files into separate class cmGraphVizWriterAlex Neundorf2010-11-091-324/+12
| * | Generate separate dot files for each target, and a big one with everything.Alex Neundorf2010-10-311-68/+140
| * | Properly insert all targets, also those which don't link to anything.Alex Neundorf2010-10-311-84/+45
| * | Move the code for collecting targets and libraries into separate functionsAlex Neundorf2010-10-311-82/+126
| * | Remove trailing whitespace and minor formatting changes for the dot-codeAlex Neundorf2010-10-311-97/+107
| |/
| * Merge topic 'vs-project-groups'Brad King2010-10-051-1/+1
| |\
| | * New USE_FOLDERS property OFF by default. (#3796)David Cole2010-10-021-1/+1
* | | Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-171-0/+35
|\ \ \ | |/ /
| * | Add a delay after untar on windows to make external project work on windows 7Bill Hoffman2010-09-211-0/+18