summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-3/+3
* Merge topic 'trace-redirect'Brad King2019-08-201-0/+5
|\
| * Add --trace-redirect parameter to redirect trace output to a fileIgor Ivanov2019-08-101-0/+5
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-4/+4
|/
* cmake: Initialize booleans at declaration and cleanup constructorSebastian Holtermann2019-08-031-14/+14
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* cmake: Refactor file extension list setupSebastian Holtermann2019-07-041-10/+39
* modermize: replace some raw pointers w/ `unique_ptr`Alex Turbov2019-06-241-18/+18
* cmake: Simplify implementation of -E capabilitiesBrad King2019-06-071-2/+2
* Merge topic 'default-generator-env'Brad King2019-05-221-0/+10
|\
| * cmake: Allow default generator to be set by environment variablesEicke Herbertz2019-05-161-0/+10
* | Source: change parameters to std::stringVitaly Stakhovsky2019-05-191-2/+2
* | message(): Add support for log levelsAlex Turbov2019-04-281-0/+20
|/
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-24/+24
* Merge topic 'dont_do_compiler_feature_checks_for_version_with_no_features'Brad King2019-03-211-22/+37
|\
| * CMake: Provide language level compile features listsRobert Maynard2019-03-201-22/+37
* | Substitute FileComparison in variable names with FileTimeCacheSebastian Holtermann2019-03-181-2/+2
* | Rename cmFileTimeComparison to cmFileTimeCacheSebastian Holtermann2019-03-181-3/+3
|/
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-2/+2
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-2/+2
* ReadListFile: Accept std::string argumentVitaly Stakhovsky2019-01-311-1/+2
* Merge topic 'unused-members'Brad King2019-01-311-14/+0
|\
| * Remove unused 'class cmake' membersBrad King2019-01-311-14/+0
* | Merge topic 'tidy-use-equals-delete'Brad King2019-01-301-2/+3
|\ \ | |/ |/|
| * clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* | Use `std::function` for callbacksRegina Pfeifer2019-01-291-3/+3
|/
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-1/+2
|\
| * cmake: Add options for verbose output to --build modeFlorian Maushart2019-01-281-1/+2
* | Merge topic 'cmake-files-directory'Brad King2019-01-251-6/+0
|\ \ | |/ |/|
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-6/+0
* | Merge topic 'help-mark-default-generator'Brad King2019-01-221-1/+5
|\ \
| * | Help: Mark default CMake generator with asteriskArtur Ryt2019-01-181-0/+1
| * | cmake: Return generator docs directlyArtur Ryt2019-01-181-1/+4
* | | Add global generator factory method to get default platform nameBrad King2019-01-181-0/+1
* | | Add global generator factory method to get list of known platformsBrad King2019-01-181-0/+1
* | | Split global generator factory list with and without platformsBrad King2019-01-181-1/+2
|/ /
* | Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-2/+2
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-16/+4
* Merge topic 'cmake-option-parsing'Brad King2019-01-141-2/+1
|\
| * cmake: Ensure source and binary dirs are setCraig Scott2019-01-131-2/+1
* | fileapi: Add protocol v1 infrastructure with support for shared query filesBrad King2018-12-121-0/+3
|/
* cmake: Factor json version object construction into helperBrad King2018-09-211-0/+1
* cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-151-1/+3
* cmake: Declare VariableWatch member only when usedBrad King2018-08-291-2/+6
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+7
* Merge topic 'parallel_build_option'Brad King2018-05-291-1/+4
|\
| * cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-1/+4
* | Help: Update description of the -D option to CMakeRaul Laasner2018-05-241-1/+1
|/
* Merge topic 'glob_configure_depends'Brad King2018-04-061-0/+10
|\