Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | cmMakefile::AddCacheDefinition: Add overload that accepts std::string value | Vitaly Stakhovsky | 2020-03-11 | 17 | -39/+44 | |
* | | | | | | | | | Merge topic 'modernize-memory-management' | Brad King | 2020-03-12 | 6 | -60/+100 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmCTestRunTest: modernize memory management | Marc Chevrier | 2020-03-11 | 6 | -60/+100 | |
* | | | | | | | | | | Merge topic 'ctest-curl-debugfunction' | Brad King | 2020-03-12 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docs | Betsy McPhail | 2020-03-11 | 2 | -2/+2 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge topic 'swift-ninja-multiconfig' into release-3.17 | Kyle Edwards | 2020-03-10 | 2 | -4/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge topic 'cuda_warning' into release-3.17 | Brad King | 2020-03-10 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge topic 'invalid_alias' into release-3.17 | Brad King | 2020-03-10 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ | Merge topic 'rename-macho-version-properties' | Craig Scott | 2020-03-12 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION | Brad King | 2020-03-12 | 2 | -5/+5 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-12 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'loops-improve' | Brad King | 2020-03-11 | 5 | -24/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Convert more loops to range-based for-loops | Vitaly Stakhovsky | 2020-03-10 | 2 | -6/+5 | |
| * | | | | | | | | | | | GHS: Name range-based for-loop variable types explicitly | Vitaly Stakhovsky | 2020-03-10 | 1 | -7/+7 | |
| * | | | | | | | | | | | GHS: Use cm::erase in place of loop | Vitaly Stakhovsky | 2020-03-10 | 2 | -11/+7 | |
* | | | | | | | | | | | | Merge topic 'std-string-cleanup' | Brad King | 2020-03-11 | 6 | -26/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Source: use std::string overloads | Vitaly Stakhovsky | 2020-03-10 | 6 | -26/+23 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-11 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge topic 'swift-ninja-multiconfig' | Kyle Edwards | 2020-03-10 | 2 | -5/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'backport-swift-ninja-multiconfig' into swift-ninja-multiconfig | Kyle Edwards | 2020-03-09 | 2 | -5/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Swift: support Ninja Multi-Config | Saleem Abdulrasool | 2020-03-09 | 2 | -4/+5 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge topic 'ninja-multi-custom-command-deps' into release-3.17 | Brad King | 2020-03-05 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
* | | \ \ \ \ \ \ \ \ \ | Merge topic 'file-CONFIGURE' | Brad King | 2020-03-10 | 1 | -0/+118 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | file: Add CONFIGURE subcommand | Leander Beernaert | 2020-03-09 | 1 | -0/+118 | |
* | | | | | | | | | | | | | Merge topic 'modernize-memory-management' | Brad King | 2020-03-10 | 12 | -137/+99 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Modernize memory management | Marc Chevrier | 2020-03-08 | 12 | -137/+99 | |
* | | | | | | | | | | | | | | Merge topic 'std-string-genex' | Brad King | 2020-03-10 | 6 | -30/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | cmGeneratorExpression: remove const char* overloads | Vitaly Stakhovsky | 2020-03-08 | 6 | -30/+7 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge topic 'cuda_warning' | Brad King | 2020-03-10 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | cm_cxx_features: Filter out CUDA installation warnings | Raul Tambre | 2020-03-09 | 1 | -0/+2 | |
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge topic 'invalid_alias' | Brad King | 2020-03-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | cmAlgorithms: Fix -Wnon-c-typedef-for-linkage warnings | Raul Tambre | 2020-03-09 | 1 | -2/+2 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-10 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'required_find_commands' | Brad King | 2020-03-09 | 5 | -8/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | find_*: Add support for REQUIRED keyword | Sylvain Joubert | 2020-03-06 | 5 | -0/+30 | |
| * | | | | | | | | | | cmFindBase: Use in-class member initialization | Sylvain Joubert | 2020-03-06 | 2 | -8/+4 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-09 | 1 | -1/+1 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-08 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-07 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge topic 'ConvertMSBuildXMLToJSON-default-mutable' | Brad King | 2020-03-06 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MSBuild: Fix python mutable default data structure | Brendon Go | 2020-03-06 | 1 | -2/+7 | |
* | | | | | | | | | Merge topic 'modernize-memory-management' | Brad King | 2020-03-06 | 13 | -64/+76 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Modernize memory management | Marc Chevrier | 2020-03-05 | 13 | -64/+76 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-06 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'macos_framework_postfix' | Kyle Edwards | 2020-03-05 | 6 | -18/+89 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG> | Alexandru Croitor | 2020-03-04 | 6 | -18/+89 | |
* | | | | | | | | | Merge topic 'objlib-transitive-deps' | Brad King | 2020-03-05 | 1 | -13/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix dependencies on targets linked through object libraries | Brad King | 2020-03-04 | 1 | -13/+14 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'ninja-multi-custom-command-deps' | Brad King | 2020-03-05 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Ninja Multi-Config: Don't build target dependencies for custom commands | Kyle Edwards | 2020-03-03 | 1 | -1/+2 | |
| | |_|/ / / / / | |/| | | | | | |