| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'ccmake-clear-aliases' | Brad King | 2019-07-09 | 1 | -0/+1 |
|\ |
|
| * | cmGlobalGenerator: Do not persist alias targets across configures | Brad King | 2019-07-08 | 1 | -0/+1 |
|
|
* | | modermize: replace some raw pointers w/ `unique_ptr` | Alex Turbov | 2019-06-24 | 1 | -5/+3 |
|/ |
|
* | Swift: disallow WIN32_EXECUTABLE properties | Saleem Abdulrasool | 2019-06-03 | 1 | -0/+35 |
|
|
* | Fixing warnings generated by clang 8.0 on Windows | Zsolt Parragi | 2019-05-29 | 1 | -2/+13 |
|
|
* | cmSystemTools::Error(): remove const char* overload | Vitaly Stakhovsky | 2019-05-22 | 1 | -4/+4 |
|
|
* | Refactor: Allow cmInstallGenerator::Compute() to return an error | Kyle Edwards | 2019-05-13 | 1 | -1/+3 |
|
|
* | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 1 | -3/+3 |
|
|
* | cmGlobalGenerator: Inline `aRange` acquisition in `for(x:aRange)` invocations | Sebastian Holtermann | 2019-03-25 | 1 | -27/+11 |
|
|
* | cmGlobalGenerator: Use auto for long iterator types | Sebastian Holtermann | 2019-03-25 | 1 | -44/+30 |
|
|
* | cmMakefile: Use std::unordered_map::emplace to add cmTargets to the list | Sebastian Holtermann | 2019-03-21 | 1 | -8/+10 |
|
|
* | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -43/+56 |
|
|
* | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct | Bartosz Kosiorek | 2019-03-04 | 1 | -3/+3 |
|
|
* | cmGlobalGenerator: Remove unused code | Bartosz Kosiorek | 2019-03-04 | 1 | -11/+0 |
|
|
* | Merge topic 'add-xlclang' | Brad King | 2019-02-26 | 1 | -0/+30 |
|\ |
|
| * | XLClang: Add policy CMP0089 to present as XL for compatibility | Brad King | 2019-02-25 | 1 | -0/+30 |
|
|
* | | Merge topic 'gt-shorter-unique-names' | Brad King | 2019-02-25 | 1 | -5/+12 |
|\ \
| |/
|/| |
|
| * | Use shorter names in internal TARGET_PROPERTY expressions | Brad King | 2019-02-22 | 1 | -5/+12 |
|
|
* | | Merge topic 'drop-MIPSpro' | Brad King | 2019-02-25 | 1 | -7/+0 |
|\ \ |
|
| * | | Remove now-unused code once used for MIPSpro on IRIX | Brad King | 2019-02-21 | 1 | -7/+0 |
| |/ |
|
* | | Merge topic 'cmrange-improvements' | Brad King | 2019-02-25 | 1 | -0/+1 |
|\ \ |
|
| * | | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
| |/ |
|
* | | Merge topic 'error-consolidate' | Brad King | 2019-02-25 | 1 | -17/+14 |
|\ \ |
|
| * | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -17/+14 |
| |/ |
|
* | | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -1/+1 |
|/ |
|
* | Modernize: C-arrays and loops over them | Artur Ryt | 2019-02-15 | 1 | -12/+11 |
|
|
* | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 1 | -1/+1 |
|
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -6/+6 |
|\ |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -6/+6 |
|
|
* | | cmMakefile::GetRequiredDefinition: return const std::string& | Vitaly Stakhovsky | 2019-02-07 | 1 | -2/+3 |
|/ |
|
* | Merge topic 'vs-msbuild-arch' | Brad King | 2019-01-30 | 1 | -5/+5 |
|\ |
|
| * | Find native build tool after selecting a toolset | Brad King | 2019-01-29 | 1 | -5/+5 |
|
|
* | | Merge topic 'add_consistent_verbose_build_flag' | Brad King | 2019-01-29 | 1 | -17/+14 |
|\ \ |
|
| * | | cmGlobalGenerator: Add a class that represent the build command | Robert Maynard | 2019-01-25 | 1 | -17/+14 |
|
|
* | | | Merge topic 'cmoutputconverter-simplify' | Brad King | 2019-01-29 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -3/+3 |
|
|
* | | | | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Merge topic 'max-recursion-depth' | Brad King | 2019-01-25 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | Merge topic 'exclude_from_all' | Brad King | 2019-01-25 | 1 | -10/+3 |
|\ \ \ |
|
| * | | | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 1 | -10/+3 |
|
|
* | | | | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -7/+6 |
|\ \ \ \ |
|
| * | | | | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -7/+6 |
| |/ / / |
|
* | | | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | cmMakefile: GetModulesFile() accepts std::string param | Vitaly Stakhovsky | 2019-01-21 | 1 | -18/+13 |
| |/
|/| |
|
* | | Merge topic 'read-list-file' | Brad King | 2019-01-21 | 1 | -12/+12 |
|\ \ |
|
| * | | cmMakefile::ReadListFile() accepts std::string argument | Vitaly Stakhovsky | 2019-01-17 | 1 | -12/+12 |
| |/ |
|
* | | Merge topic 'use-emplace' | Brad King | 2019-01-21 | 1 | -5/+5 |
|\ \ |
|
| * | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -5/+5 |
| |/ |
|
* | | GHS: Integrity Application updates | Fred Baksik | 2019-01-16 | 1 | -1/+2 |
|/ |
|