| Commit message (Expand) | Author | Age | Files | Lines |
* | modermize: replace some raw pointers w/ `unique_ptr` | Alex Turbov | 2019-06-24 | 1 | -1/+1 |
|
|
* | Swift: disallow WIN32_EXECUTABLE properties | Saleem Abdulrasool | 2019-06-03 | 1 | -0/+1 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -1/+1 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -11/+11 |
|
|
* | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -9/+9 |
|
|
* | cmGlobalGenerator: Optimize Printable() method from GeneratedMakeCommand | Bartosz Kosiorek | 2019-03-04 | 1 | -14/+1 |
|
|
* | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct | Bartosz Kosiorek | 2019-03-04 | 1 | -3/+3 |
|
|
* | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -2/+0 |
|\ |
|
| * | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -2/+0 |
|
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -2/+2 |
|
|
* | | Merge topic 'add_consistent_verbose_build_flag' | Brad King | 2019-01-29 | 1 | -1/+53 |
|\ \ |
|
| * | | cmGlobalGenerator: Add a class that represent the build command | Robert Maynard | 2019-01-25 | 1 | -1/+53 |
| |/ |
|
* | | Merge topic 'max-recursion-depth' | Brad King | 2019-01-25 | 1 | -0/+2 |
|\ \ |
|
| * | | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 1 | -0/+2 |
| |/ |
|
* | | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 1 | -1/+1 |
|/ |
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -10/+4 |
|
|
* | fileapi: Report cmake generator in reply index file | Brad King | 2018-12-12 | 1 | -0/+6 |
|
|
* | Merge topic 'getsafedef-stdstring' | Brad King | 2018-09-18 | 1 | -1/+1 |
|\ |
|
| * | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -1/+1 |
|
|
* | | target_link_libraries: Allow use with targets in other directories | Brad King | 2018-09-12 | 1 | -0/+11 |
|
|
* | | Make internal TARGET_PROPERTY generator expressions more robust | Brad King | 2018-09-12 | 1 | -0/+4 |
|
|
* | | cmGlobalGenerator: Remove unused FindLocalGenerator method | Brad King | 2018-09-11 | 1 | -2/+0 |
|/ |
|
* | cmGlobalGenerator::AddInstallComponent(): Accept std::string argument | Vitaly Stakhovsky | 2018-08-30 | 1 | -1/+1 |
|
|
* | Merge topic 'autogen_single_entry' | Brad King | 2018-08-06 | 1 | -4/+3 |
|\ |
|
| * | Autogen: Use a single AUTOGEN setup function in cmGlobalGenerator | Sebastian Holtermann | 2018-08-03 | 1 | -4/+3 |
|
|
* | | cmGlobalGenerator: Add IsXcode query | Brad King | 2018-08-01 | 1 | -0/+2 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -9/+10 |
|
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -5/+8 |
|
|
* | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -3/+4 |
|
|
* | Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializer | Sebastian Holtermann | 2018-01-17 | 1 | -2/+2 |
|
|
* | Merge topic 'include_external_ms_project_support_non_windows_target' | Brad King | 2017-12-05 | 1 | -0/+4 |
|\ |
|
| * | cmGlobalGenerator: Add IsIncludeExternalMSProjectSupported method | Tomoki Imai | 2017-12-04 | 1 | -0/+4 |
|
|
* | | Autogen: Make cmQtAutoGeneratorInitializer an instantiable class | Sebastian Holtermann | 2017-11-19 | 1 | -2/+3 |
|/ |
|
* | CMP0037: Allow test and package targets when features are not enabled | Brad King | 2017-10-30 | 1 | -0/+3 |
|
|
* | Merge topic 'defer-target-source-check' | Brad King | 2017-10-25 | 1 | -0/+2 |
|\ |
|
| * | Defer check for sources within a target until generation. | Deniz Bahadir | 2017-10-24 | 1 | -0/+2 |
|
|
* | | Add infrastructure for generators to select a build tool instance | Brad King | 2017-10-19 | 1 | -0/+3 |
|/ |
|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 1 | -0/+6 |
|
|
* | Autogen: Iterate source files only once | Sebastian Holtermann | 2017-09-07 | 1 | -1/+3 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -3/+3 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -8/+8 |
|
|
* | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 1 | -4/+5 |
|
|
* | cmGlobalGenerator: Rename member to avoid shadowing | Brad King | 2017-06-14 | 1 | -3/+9 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -2/+4 |
|
|
* | cmGlobalGenerator::DirectoryContent: remove custom copy ctor | Daniel Pfeifer | 2017-04-21 | 1 | -6/+0 |
|
|
* | cmGlobalGenerator: Add method to check if object file location is known | Brad King | 2017-04-18 | 1 | -0/+5 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Merge topic 'ipo-policy-CMP0069' | Brad King | 2017-03-31 | 1 | -0/+2 |
|\ |
|
| * | Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION | Ruslan Baratov | 2017-03-30 | 1 | -0/+2 |
|
|