| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'nmake-compile-commands' | Craig Scott | 2019-01-07 | 1 | -3/+15 |
|\ |
|
| * | cmGlobalGenerator: Teach EscapeJSON to escape newlines and tabs | Yan Pashkovsky | 2018-12-14 | 1 | -3/+15 |
|
|
* | | fileapi: Report cmake generator in reply index file | Brad King | 2018-12-12 | 1 | -0/+9 |
|
|
* | | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -2/+2 |
|/ |
|
* | Autogen: Add cmQtAutoGenGlobalInitializer class | Sebastian Holtermann | 2018-11-11 | 1 | -59/+5 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -1/+1 |
|
|
* | Merge topic 'provide_explicit_source_and_build_command_line_options' | Brad King | 2018-09-19 | 1 | -2/+2 |
|\ |
|
| * | CMake: Internally uses -S instead of -H to specify source directory | Robert Maynard | 2018-09-15 | 1 | -2/+2 |
|
|
* | | Merge topic 'fix-getsafedef-stdstring' | Brad King | 2018-09-19 | 1 | -4/+1 |
|\ \ |
|
| * | | Restore possibly regressed CMP0018 logic | Brad King | 2018-09-19 | 1 | -4/+1 |
|
|
* | | | Merge topic 'getsafedef-stdstring' | Brad King | 2018-09-18 | 1 | -5/+6 |
|\ \ \
| |/ / |
|
| * | | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -5/+6 |
|
|
* | | | Merge topic 'out-of-dir-linking' | Brad King | 2018-09-14 | 1 | -8/+34 |
|\ \ \
| |/ /
|/| | |
|
| * | | target_link_libraries: Allow use with targets in other directories | Brad King | 2018-09-12 | 1 | -1/+22 |
|
|
| * | | Make internal TARGET_PROPERTY generator expressions more robust | Brad King | 2018-09-12 | 1 | -0/+18 |
|
|
| * | | cmGlobalGenerator: Remove unused FindLocalGenerator method | Brad King | 2018-09-11 | 1 | -13/+0 |
|
|
* | | | cmState::GetInitializedCacheValue: Return as const std::string* | Vitaly Stakhovsky | 2018-09-10 | 1 | -7/+7 |
|/ / |
|
* | | Merge topic 'grd-stdstring' | Brad King | 2018-09-06 | 1 | -1/+1 |
|\ \ |
|
| * | | cmMakefile: Make GetRequiredDefinition return std::string | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
| |/ |
|
* | | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -2/+2 |
|/ |
|
* | cmGlobalGenerator::AddInstallComponent(): Accept std::string argument | Vitaly Stakhovsky | 2018-08-30 | 1 | -2/+2 |
|
|
* | cmMakefile: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -2/+2 |
|
|
* | Autogen: Use integers to store the Qt version | Sebastian Holtermann | 2018-08-13 | 1 | -4/+4 |
|
|
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -5/+5 |
|
|
* | Autogen: Use a single AUTOGEN setup function in cmGlobalGenerator | Sebastian Holtermann | 2018-08-03 | 1 | -24/+25 |
|
|
* | cmGlobalGenerator: Avoid -Wstringop-truncation warning | Brad King | 2018-07-31 | 1 | -1/+1 |
|
|
* | Autogen: Improve error detection during configuration | Sebastian Holtermann | 2018-07-11 | 1 | -2/+6 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -22/+26 |
|
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -6/+15 |
|
|
* | OpenWatcom: Add workaround for lack of error on missing library | Brad King | 2018-04-18 | 1 | -0/+7 |
|
|
* | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -2/+12 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -10/+10 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -50/+49 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -50/+49 |
|
|
* | | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -2/+3 |
|/ |
|
* | Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializer | Sebastian Holtermann | 2018-01-17 | 1 | -5/+5 |
|
|
* | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 1 | -1/+1 |
|
|
* | Autogen: Make cmQtAutoGeneratorInitializer an instantiable class | Sebastian Holtermann | 2017-11-19 | 1 | -22/+14 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | CMP0037: Allow test and package targets when features are not enabled | Brad King | 2017-10-30 | 1 | -5/+67 |
|
|
* | cmGlobalGenerator: Refactor test and package target conditions | Brad King | 2017-10-26 | 1 | -42/+50 |
|
|
* | Merge topic 'cm-array-begins-size' | Brad King | 2017-10-26 | 1 | -2/+2 |
|\ |
|
| * | Replace cmArray{Begin,End,Size} by their standard counterparts | Matthias Maennich | 2017-10-23 | 1 | -2/+2 |
|
|
* | | Merge topic 'defer-target-source-check' | Brad King | 2017-10-25 | 1 | -0/+42 |
|\ \ |
|
| * | | Defer check for sources within a target until generation. | Deniz Bahadir | 2017-10-24 | 1 | -0/+42 |
| |/ |
|
* | | Add infrastructure for generators to select a build tool instance | Brad King | 2017-10-19 | 1 | -0/+27 |
|/ |
|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 1 | -0/+10 |
|
|
* | Find native build tool after determining the target system | Brad King | 2017-09-27 | 1 | -9/+11 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -188/+131 |
|
|
* | Autogen: Iterate source files only once | Sebastian Holtermann | 2017-09-07 | 1 | -37/+37 |
|
|