| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmake-help-generators-fix' | Brad King | 2013-05-21 | 1 | -2/+2 |
|\ |
|
| * | Docs: cmake -G selects a "build system" generator | Stephen Kelly | 2013-05-21 | 1 | -2/+2 |
|
|
* | | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -2/+2 |
|/ |
|
* | Xcode: Implement generator toolset selection (#9831, #13802) | Brad King | 2013-02-07 | 1 | -0/+1 |
|
|
* | VS: Implement generator toolset selection (#10722, #13774) | Brad King | 2013-02-07 | 1 | -0/+2 |
|
|
* | CMake: Add -T option to choose a generator toolset | Brad King | 2013-02-07 | 1 | -0/+13 |
|
|
* | Add a way to check INTERFACE user property compatibility. | Stephen Kelly | 2013-01-15 | 1 | -0/+2 |
|
|
* | Add command to generate environment for a Windows CE SDK | Patrick Gansterer | 2012-11-30 | 1 | -0/+2 |
|
|
* | Allow a GeneratorFactory handling of more than one generator | Patrick Gansterer | 2012-11-19 | 1 | -3/+2 |
|
|
* | Introduce the abstract class cmGlobalGeneratorFactory | Patrick Gansterer | 2012-11-19 | 1 | -3/+2 |
|
|
* | Revert "Ninja: don't expand any rsp files" | Bill Hoffman | 2012-10-01 | 1 | -2/+1 |
|
|
* | Ninja: don't expand any rsp files | Peter Kuemmel | 2012-09-19 | 1 | -1/+2 |
|
|
* | Fix some typos in the docs comments. | Stephen Kelly | 2012-03-19 | 1 | -5/+5 |
|
|
* | doxygen: review cmake.h | Yury G. Kudryashov | 2012-02-29 | 1 | -28/+24 |
|
|
* | doxygen: Small fixes in cmake.h apidocs | Yury G. Kudryashov | 2012-02-28 | 1 | -3/+2 |
|
|
* | doxygen: Use proper syntax to document enum | Yury G. Kudryashov | 2012-02-28 | 1 | -12/+15 |
|
|
* | Merge topic 'warn-funny-path-names' | David Cole | 2012-02-07 | 1 | -2/+0 |
|\ |
|
| * | Allow directory names containing '=' and warn if necessary (#12934) | Brad King | 2012-02-06 | 1 | -2/+0 |
|
|
* | | Merge topic 'UsingCMakeLikePkgConfig2' | David Cole | 2011-08-25 | 1 | -8/+23 |
|\ \ |
|
| * | | Replace cmake::GetScriptMode() with GetWorkingMode() | Alex Neundorf | 2011-08-09 | 1 | -12/+22 |
|
|
| * | | Add find-package mode, which does nothing yet | Alex Neundorf | 2011-07-02 | 1 | -0/+5 |
|
|
* | | | Add the cmake module required currently for automoc | Alex Neundorf | 2011-08-14 | 1 | -0/+1 |
|
|
* | | | Merge topic 'split-stdout-stderr' | David Cole | 2011-08-02 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | RunSingleCommand: Add a OUTPUT_NORMAL flag. | Johan Björk | 2011-07-28 | 1 | -1/+2 |
| |/ / |
|
* | | | Fix #12342: Add APPEND_STRING option to set_property() | Alex Neundorf | 2011-07-15 | 1 | -1/+1 |
|/ / |
|
* | | Merge topic 'cleanup-unused-variable-check' | Brad King | 2011-03-31 | 1 | -2/+2 |
|\ \ |
|
| * | | Refine unused cache variable warning | Brad King | 2011-03-24 | 1 | -2/+2 |
|
|
* | | | Merge topic 'fix-2828-more-info-in-script-mode' | Brad King | 2011-02-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828) | David Cole | 2011-02-03 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge topic 'disallow-funny-path-names' | Brad King | 2011-02-22 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Reject directory names containing '=' (#11689) | Brad King | 2011-01-14 | 1 | -0/+2 |
|
|
* | | Add method to unwatch a manual variable | Ben Boeckel | 2011-01-13 | 1 | -0/+1 |
|
|
* | | Merge branch 'ImprovedDotSupport2' into dev/strict-mode | Brad King | 2010-12-17 | 1 | -37/+39 |
|\ \
| |/ |
|
| * | Move the code for generating dot-files into separate class cmGraphVizWriter | Alex Neundorf | 2010-11-09 | 1 | -17/+0 |
|
|
| * | Generate separate dot files for each target, and a big one with everything. | Alex Neundorf | 2010-10-31 | 1 | -1/+9 |
|
|
| * | Properly insert all targets, also those which don't link to anything. | Alex Neundorf | 2010-10-31 | 1 | -1/+0 |
|
|
| * | Move the code for collecting targets and libraries into separate functions | Alex Neundorf | 2010-10-31 | 1 | -37/+49 |
|
|
* | | When checking for variables, specify a reason | Ben Boeckel | 2010-11-15 | 1 | -1/+1 |
|
|
* | | Fix line lengths | Ben Boeckel | 2010-10-06 | 1 | -1/+2 |
|
|
* | | Add argument to arg parsing to not set directories | Ben Boeckel | 2010-10-05 | 1 | -1/+1 |
|
|
* | | Add a method to put a watch for variables | Ben Boeckel | 2010-09-22 | 1 | -0/+1 |
|
|
* | | Run the unused variables check on the final pass | Ben Boeckel | 2010-09-02 | 1 | -0/+2 |
|
|
* | | Add a flag to warn about system files | Ben Boeckel | 2010-09-01 | 1 | -0/+3 |
|
|
* | | Rename flags again and use variablewatch for cli | Ben Boeckel | 2010-09-01 | 1 | -3/+7 |
|
|
* | | Rename find-unused to warn-unused | Ben Boeckel | 2010-09-01 | 1 | -3/+3 |
|
|
* | | Rename strict-mode to warn-uninitialized | Ben Boeckel | 2010-09-01 | 1 | -3/+3 |
|
|
* | | Add flags to detect unused variables | Ben Boeckel | 2010-09-01 | 1 | -0/+6 |
|
|
* | | Make --strict-mode option, and integrate with cmake-gui | Bill Hoffman | 2010-09-01 | 1 | -0/+3 |
|/ |
|
* | Remove unused DumpDocumentation code | Brad King | 2009-12-08 | 1 | -6/+0 |
|
|
* | Factor out "cmake -E cmake_symlink_*" code | Brad King | 2009-10-21 | 1 | -0/+4 |
|
|