summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* file(GENERATE): Create output file structures even earlierBrad King2019-10-071-2/+0
* Unity build: Generate sources during Compute stepBrad King2019-10-031-0/+2
* Merge topic 'clang-format-normalize-headers-presentation'Brad King2019-10-021-2/+4
|\
| * Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+4
* | PCH: Report error when setting COMPILE_PDB_NAME propertyCristian Adam2019-10-011-0/+1
|/
* Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-1/+1
|\
| * Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-1/+1
| |\
| | * Restore "all" target in subdirectories marked EXCLUDE_FROM_ALLBrad King2019-09-301-1/+1
* | | Generators: Remove function declarations which do not have a definitionDaniel Eiband2019-09-211-2/+0
* | | cmExportSet: subsume cmExportSetMap source filesTushar Maheshwari2019-09-191-1/+1
* | | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-6/+6
* | | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-4/+4
* | | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* | | IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+1
* | | modermize: replace some raw pointers w/ `unique_ptr`Alex Turbov2019-06-241-1/+1
|/ /
* | Swift: disallow WIN32_EXECUTABLE propertiesSaleem Abdulrasool2019-06-031-0/+1
* | Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+1
* | Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-11/+11
* | cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-9/+9
* | cmGlobalGenerator: Optimize Printable() method from GeneratedMakeCommandBartosz Kosiorek2019-03-041-14/+1
* | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand structBartosz Kosiorek2019-03-041-3/+3
|/
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-2/+0
|\
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-2/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-2/+2
* | Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-1/+53
|\ \
| * | cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+53
| |/
* | Merge topic 'max-recursion-depth'Brad King2019-01-251-0/+2
|\ \
| * | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-0/+2
| |/
* | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-211-1/+1
|/
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-10/+4
* fileapi: Report cmake generator in reply index fileBrad King2018-12-121-0/+6
* Merge topic 'getsafedef-stdstring'Brad King2018-09-181-1/+1
|\
| * cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+1
* | target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-121-0/+11
* | Make internal TARGET_PROPERTY generator expressions more robustBrad King2018-09-121-0/+4
* | cmGlobalGenerator: Remove unused FindLocalGenerator methodBrad King2018-09-111-2/+0
|/
* cmGlobalGenerator::AddInstallComponent(): Accept std::string argumentVitaly Stakhovsky2018-08-301-1/+1
* Merge topic 'autogen_single_entry'Brad King2018-08-061-4/+3
|\
| * Autogen: Use a single AUTOGEN setup function in cmGlobalGeneratorSebastian Holtermann2018-08-031-4/+3
* | cmGlobalGenerator: Add IsXcode queryBrad King2018-08-011-0/+2
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-9/+10
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-5/+8
* Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-3/+4
* Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializerSebastian Holtermann2018-01-171-2/+2
* Merge topic 'include_external_ms_project_support_non_windows_target'Brad King2017-12-051-0/+4
|\
| * cmGlobalGenerator: Add IsIncludeExternalMSProjectSupported methodTomoki Imai2017-12-041-0/+4
* | Autogen: Make cmQtAutoGeneratorInitializer an instantiable classSebastian Holtermann2017-11-191-2/+3
|/
* CMP0037: Allow test and package targets when features are not enabledBrad King2017-10-301-0/+3
* Merge topic 'defer-target-source-check'Brad King2017-10-251-0/+2
|\