| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Convert no source/build dir error to warning | Craig Scott | 2019-01-22 | 1 | -2/+5 |
|
|
* | Merge topic 'help-mark-default-generator' | Brad King | 2019-01-22 | 1 | -7/+38 |
|\ |
|
| * | Help: Mark default CMake generator with asterisk | Artur Ryt | 2019-01-18 | 1 | -4/+22 |
|
|
| * | cmake: Return generator docs directly | Artur Ryt | 2019-01-18 | 1 | -3/+16 |
|
|
* | | Merge topic 'stdout-string' | Brad King | 2019-01-22 | 1 | -8/+8 |
|\ \ |
|
| * | | cmSystemTools: Stdout(),Stderr() accept std::string argument | Vitaly Stakhovsky | 2019-01-20 | 1 | -8/+8 |
| |/ |
|
* | | Merge topic 'cmake-gui-generator-platform' | Brad King | 2019-01-22 | 1 | -4/+12 |
|\ \ |
|
| * | | Add global generator factory method to get default platform name | Brad King | 2019-01-18 | 1 | -0/+1 |
|
|
| * | | Add global generator factory method to get list of known platforms | Brad King | 2019-01-18 | 1 | -0/+1 |
|
|
| * | | Split global generator factory list with and without platforms | Brad King | 2019-01-18 | 1 | -4/+10 |
| |/ |
|
* | | Merge topic 'read-list-file' | Brad King | 2019-01-21 | 1 | -2/+2 |
|\ \ |
|
| * | | cmMakefile::ReadListFile() accepts std::string argument | Vitaly Stakhovsky | 2019-01-17 | 1 | -2/+2 |
| |/ |
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -20/+20 |
|/ |
|
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 1 | -2/+4 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -2/+2 |
|
|
* | Merge topic 'vs2019' | Brad King | 2019-01-15 | 1 | -4/+8 |
|\ |
|
| * | VS: Add Visual Studio 16 2019 generator | Brad King | 2019-01-11 | 1 | -1/+5 |
|
|
| * | VS: Rename VS 2017 generator sources to be version-independent | Brad King | 2019-01-11 | 1 | -2/+3 |
|
|
| * | VS: Parameterize cmVSSetupAPIHelper instances with VS version | Brad King | 2019-01-11 | 1 | -2/+1 |
|
|
* | | Merge topic 'cmake-option-parsing' | Brad King | 2019-01-14 | 1 | -9/+16 |
|\ \
| |/
|/| |
|
| * | cmake: Ensure source and binary dirs are set | Craig Scott | 2019-01-13 | 1 | -9/+16 |
|
|
| * | cmake: distinguish '-Cpath' from '-C path' in source dir parsing | Paul Seyfert | 2019-01-10 | 1 | -0/+15 |
|
|
* | | cmake: Drop unused table entry for selecting default generator | Brad King | 2019-01-09 | 1 | -1/+0 |
|
|
* | | Merge topic 'messenger-no-cmstate-v2' | Craig Scott | 2019-01-02 | 1 | -1/+30 |
|\ \ |
|
| * | | cmMessenger: Decouple from cmState | Bruno Manganelli | 2019-01-01 | 1 | -1/+30 |
|
|
* | | | fileapi: Add protocol v1 infrastructure with support for shared query files | Brad King | 2018-12-12 | 1 | -0/+10 |
|/ / |
|
* | | clang-tidy: fix warnings from version 7 | Regina Pfeifer | 2018-11-20 | 1 | -1/+1 |
|
|
* | | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -1/+1 |
|
|
* | | Merge topic 'graphviz-fix-alias' | Brad King | 2018-10-29 | 1 | -1/+1 |
|\ \ |
|
| * | | graphviz: dereference ALIAS targets | Nick Schultz | 2018-10-26 | 1 | -1/+1 |
| |/ |
|
* | | cmake: distinguish '-Cpath' from '-C path' in source dir parsing | Paul Seyfert | 2018-10-26 | 1 | -0/+15 |
|/ |
|
* | cmake: Fix generator platform under --build mode | Brad King | 2018-09-25 | 1 | -0/+8 |
|
|
* | cmake: Factor json version object construction into helper | Brad King | 2018-09-21 | 1 | -4/+9 |
|
|
* | Merge topic 'provide_explicit_source_and_build_command_line_options' | Brad King | 2018-09-19 | 1 | -13/+44 |
|\ |
|
| * | cmake: -S and -B can be used to specify source and build directories | Robert Maynard | 2018-09-15 | 1 | -13/+44 |
|
|
* | | cmState::GetInitializedCacheValue: Return as const std::string* | Vitaly Stakhovsky | 2018-09-10 | 1 | -26/+28 |
|/ |
|
* | cmake: Drop unnecessary working mode checks | Brad King | 2018-08-29 | 1 | -13/+6 |
|
|
* | Remove unnecessary c_str() in RegularExpression::find calls | Vitaly Stakhovsky | 2018-08-07 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -37/+37 |
|
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -2/+4 |
|
|
* | Merge topic 'glob_configure_depends' | Brad King | 2018-04-06 | 1 | -28/+68 |
|\ |
|
| * | Add glob verify support to XCode, VS, Ninja, and Makefile generators | Shane Parris | 2018-04-02 | 1 | -28/+40 |
|
|
| * | Add cmGlobVerificationManager class, integrate with cmake and cmState | Shane Parris | 2018-03-29 | 1 | -0/+28 |
|
|
* | | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -5/+2 |
|/ |
|
* | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -1/+10 |
|
|
* | cmake: Fix global generator path style in --build mode | Brad King | 2018-02-21 | 1 | -4/+4 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -19/+18 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -10/+8 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -10/+8 |
|
|
* | | Merge topic 'ctest-chrono' | Brad King | 2018-01-26 | 1 | -2/+3 |
|\ \
| |/
|/| |
|