summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * | Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-9/+1
| * | Refactor GetIncludeFlags to take includes instead of fetching themStephen Kelly2012-02-221-1/+5
* | | Run vim spellcheck on some filesYury G. Kudryashov2012-02-291-8/+10
|/ /
* | Merge topic 'ImproveCPackDoc-reloaded'David Cole2012-02-141-1/+3
|\ \
| * | CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-221-1/+3
| |/
* | Merge topic 'warn-funny-path-names'David Cole2012-02-071-24/+0
|\ \
| * | Allow directory names containing '=' and warn if necessary (#12934)Brad King2012-02-061-24/+0
* | | Find VC Express during default generator selection (#12917)Peter Kuemmel2012-02-011-8/+15
| |/ |/|
* | 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-031-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