summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
Commit message (Expand)AuthorAgeFilesLines
* cmake: Remove redundant start directories.Stephen Kelly2015-04-201-21/+3
* Move global properties to cmState.Stephen Kelly2015-04-151-2/+0
* cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-2/+0
* cmake: Remove unused cmCommand methods.Stephen Kelly2015-04-151-16/+0
* cmState: Move cmCommand-related methods from cmake class.Stephen Kelly2015-04-131-2/+0
* cmake: Simplify RemoveUnscriptableCommands algorithm.Stephen Kelly2015-04-131-1/+0
* Move property definition to cmState.Stephen Kelly2015-04-131-18/+0
* Merge topic 'introduce-cmState'Brad King2015-04-131-1/+8
|\
| * cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+2
| * Introduce cmState class.Stephen Kelly2015-04-131-0/+6
* | Merge topic 'cmake-cleanups'Brad King2015-04-131-37/+11
|\ \
| * | cmake: Out-of-line Home and Start directory methods.Stephen Kelly2015-04-121-26/+6
| * | cmake: Fix variable name bugs.Stephen Kelly2015-04-121-3/+3
| * | cmake: Constify GetCommand method.Stephen Kelly2015-04-121-1/+1
| * | cmake: out-of-line try compile state methods.Stephen Kelly2015-04-121-4/+2
| * | cmake: Remove DebugConfigs member.Stephen Kelly2015-04-121-2/+1
| * | cmake: Remove method with no external users.Stephen Kelly2015-04-121-3/+0
| |/
* | cmake: Provide guidance when an invalid -G option is givenGerald Combs2015-04-101-0/+3
|/
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-1/+13
* Revert topic 'refactor-cache-api'Brad King2015-04-071-13/+1
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-1/+13
* cmake: Remove unused method.Stephen Kelly2015-04-051-3/+0
* cmake: Remove unused member.Stephen Kelly2015-04-051-1/+0
* cmake: Add -A option to specify a generator platformBrad King2014-09-151-0/+1
* CMake: Add CMAKE_GENERATOR_PLATFORM optionBrad King2014-09-051-0/+9
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-1/+1
* cmake: remove dummy backtraces for IssueMessageBen Boeckel2014-06-051-2/+2
* Merge topic 'cxx14-features'Brad King2014-05-291-0/+11
|\
| * Features: Add support for C++14 features.Stephen Kelly2014-05-221-0/+11
* | Merge topic 'cpack-properties'Brad King2014-05-281-0/+12
|\ \ | |/ |/|
| * Add an "installed file" property scopeNils Gladitz2014-05-281-0/+12
* | Features: Extend concept to C language.Stephen Kelly2014-05-141-0/+6
|/
* Features: Make CMAKE_CXX_KNOWN_FEATURES a property.Stephen Kelly2014-05-021-0/+48
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-4/+4
* stringapi: Command namesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
* Directories: Take strings when setting directoriesBen Boeckel2014-03-081-4/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-5/+5
* stringapi: Use strings for property namesBen Boeckel2014-03-081-9/+11
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-3/+4
* Refactor internal resource location APIs and initializationBrad King2013-11-121-16/+1
* cmake: Always pass through stdout/stderr in --build modeBrad King2013-10-181-2/+1
* Drop unused builtin documentation APIsBrad King2013-10-161-2/+1
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-38/+7
* Drop builtin property documentationBrad King2013-10-161-3/+0
* Drop "full" documentation output typesBrad King2013-10-151-22/+0
* Drop CMAKE_STRICT modeBrad King2013-10-151-4/+0
* message: Add a DEPRECATION modeStephen Kelly2013-10-081-1/+3
* Merge topic 'split-cmake-E'Brad King2013-10-071-28/+0
|\