summaryrefslogtreecommitdiff
path: root/Source/cmake.h
Commit message (Expand)AuthorAgeFilesLines
* ccmake: Don't list --preset in --helpKyle Edwards2020-10-271-2/+0
* CMake: Add presets functionalityKyle Edwards2020-10-051-6/+48
* Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()Kyle Edwards2020-10-051-1/+1
* cmake::GetCacheDefinition: Return cmPropvvs314152020-09-281-1/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Add ISPC compiler support to CMakeRobert Maynard2020-08-281-1/+3
* cmake: Remove broken '--warn-unused-vars' optionBrad King2020-06-291-3/+0
* Refactor file extension queries to be more consistentRobert Maynard2020-06-221-25/+14
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-1/+1
|\
| * cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-1/+1
* | use cm::string_view for language extension lookupsRolf Eike Beer2020-03-231-6/+8
|/
* cmake: add command line options to output script profiling dataWouter Klouwen2020-03-071-0/+12
* Merge topic 'ninja-1.10'Brad King2020-01-281-0/+3
|\
| * Ninja: Track when running to re-generate during a buildBrad King2020-01-271-0/+3
* | AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-1/+1
|/
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-6/+12
* Merge topic 'traceJSON'Kyle Edwards2019-12-271-2/+15
|\
| * trace: Add JSON output formatDaniel Mensinger2019-12-231-2/+15
* | find_*: Add debug logging infrastructureRobert Maynard2019-12-191-3/+8
|/
* CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-101-0/+7
* message: New message types to mark checks performed by CMakeAlex Turbov2019-11-021-0/+24
* message: Support logging a context with each messageAlex Turbov2019-10-121-0/+5
* message: Add new CMAKE_MESSAGE_LOG_LEVEL variableAlex Turbov2019-10-121-0/+3
* 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
|\ \ | |/ |/|