| Commit message (Expand) | Author | Age | Files | Lines |
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | Directories: Take strings when setting directories | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -5/+5 |
|
|
* | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -9/+11 |
|
|
* | Refactor tool selection for edit_cache (#14544) | Brad King | 2013-11-12 | 1 | -3/+4 |
|
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -16/+1 |
|
|
* | cmake: Always pass through stdout/stderr in --build mode | Brad King | 2013-10-18 | 1 | -2/+1 |
|
|
* | Drop unused builtin documentation APIs | Brad King | 2013-10-16 | 1 | -2/+1 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -38/+7 |
|
|
* | Drop builtin property documentation | Brad King | 2013-10-16 | 1 | -3/+0 |
|
|
* | Drop "full" documentation output types | Brad King | 2013-10-15 | 1 | -22/+0 |
|
|
* | Drop CMAKE_STRICT mode | Brad King | 2013-10-15 | 1 | -4/+0 |
|
|
* | message: Add a DEPRECATION mode | Stephen Kelly | 2013-10-08 | 1 | -1/+3 |
|
|
* | Merge topic 'split-cmake-E' | Brad King | 2013-10-07 | 1 | -28/+0 |
|\ |
|
| * | cmake: Split -E command implementation into separate source file | Brad King | 2013-10-03 | 1 | -28/+0 |
|
|
* | | Remove redundant cmake::GetIsPropertyDefined method | Brad King | 2013-09-17 | 1 | -2/+0 |
|/ |
|
* | 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 |
|
|