Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'pch-reuse-no-prop' | Brad King | 2019-11-18 | 2 | -9/+7 |
|\ | |||||
| * | PCH: Do not issue an error on duplicate target_precompile_headers call | Cristian Adam | 2019-11-15 | 2 | -9/+7 |
* | | Merge topic 'ccmake_redirect_stdstreams' | Craig Scott | 2019-11-18 | 5 | -37/+53 |
|\ \ | |||||
| * | | ccmake: redirect stdout/stderr to the displayed logs | Sylvain Joubert | 2019-11-16 | 5 | -37/+53 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-18 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-17 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-16 | 1 | -1/+1 |
* | | | Merge topic 'cmake-e-rm' | Kyle Edwards | 2019-11-15 | 3 | -12/+84 |
|\ \ \ | |||||
| * | | | replace remove and remove_directory with rm in tests | Johnny Jazeix | 2019-11-13 | 2 | -2/+2 |
| * | | | cmake -E: Add rm with improved semantics over remove and remove_directory | Johnny Jazeix | 2019-11-13 | 1 | -10/+82 |
* | | | | Merge topic 'cmFileLockPool-remove-dynamic-memory-usage' | Brad King | 2019-11-15 | 4 | -33/+60 |
|\ \ \ \ | |||||
| * | | | | cmFileLockPool: enhance items management | Marc Chevrier | 2019-11-14 | 4 | -33/+60 |
* | | | | | Merge topic 'ctest_test-repeat' | Brad King | 2019-11-15 | 10 | -33/+78 |
|\ \ \ \ \ | |||||
| * | | | | | ctest_test: Add option to REPEAT tests | Brad King | 2019-11-07 | 4 | -3/+38 |
| * | | | | | cmCTestMultiProcessHandler: Hold repeat mode as a member | Brad King | 2019-11-07 | 3 | -4/+14 |
| * | | | | | CTest: Rename internal APIs for --repeat options | Brad King | 2019-11-07 | 5 | -31/+31 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'Fortran-line-continued-use' | Brad King | 2019-11-15 | 9 | -996/+1015 |
|\ \ \ \ \ | |||||
| * | | | | | Fortran: ignore CPP line directives in line-continued USE stmts | Tiziano Müller | 2019-11-13 | 2 | -123/+124 |
| * | | | | | LexerParser: Regenerate parsers with bison 3.4.2 | Kitware Robot | 2019-11-13 | 8 | -874/+892 |
* | | | | | | Merge topic 'update-kwsys' | Brad King | 2019-11-15 | 5 | -18/+33 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2019-11-13 | 5 | -18/+33 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'objc-standard-fix' | Brad King | 2019-11-15 | 1 | -14/+29 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | ObjC: Proper initialization of ObjC/XX standard properties | Cristian Adam | 2019-11-14 | 1 | -14/+29 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-15 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-14 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'tag-std-string' | Brad King | 2019-11-13 | 6 | -24/+25 |
|\ \ \ \ | |||||
| * | | | | cmVisualStudio10TargetGenerator: use std::string for tag | Vitaly Stakhovsky | 2019-11-10 | 6 | -24/+25 |
* | | | | | Merge topic 'objc-standard' | Brad King | 2019-11-13 | 1 | -0/+29 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | ObjC: Initialize ObjC/XX standard properties from C/C++ counterparts | Cristian Adam | 2019-11-12 | 1 | -0/+29 |
| | |_|/ | |/| | | |||||
| * | | | Merge topic 'unity-HEADER_FILE_ONLY' into release-3.16 | Brad King | 2019-11-12 | 6 | -5/+35 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'objc-xcode-flags' into release-3.16 | Brad King | 2019-11-12 | 1 | -8/+17 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'resolve-full-path-at-generate-time' into release-3.16 | Brad King | 2019-11-12 | 2 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'pch-no-duplicates' into release-3.16 | Craig Scott | 2019-11-12 | 2 | -8/+10 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' into release-3.16 | Craig Scott | 2019-11-12 | 1 | -8/+0 |
| |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-13 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'modernize-memory-management' | Brad King | 2019-11-12 | 24 | -190/+213 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-11-11 | 23 | -190/+205 |
| * | | | | | | | | | cmAlgorithm: Extend cmAppend capabilities | Marc Chevrier | 2019-11-11 | 1 | -0/+8 |
* | | | | | | | | | | Merge topic 'cpack-pkg-background' | Brad King | 2019-11-12 | 4 | -4/+74 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | CPack: Set background image in macOS installer | Sergey Larin | 2019-11-08 | 4 | -4/+74 |
* | | | | | | | | | | | Merge topic 'unity-HEADER_FILE_ONLY' | Brad King | 2019-11-12 | 6 | -5/+35 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Unity: Don't include sources with HEADER_FILE_ONLY property set | Cristian Adam | 2019-11-11 | 6 | -5/+35 |
* | | | | | | | | | | | Merge topic 'objc-xcode-flags' | Brad King | 2019-11-12 | 1 | -8/+17 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | ObjC: Add OBJC/OBJCXX flags to Xcode projects | Cristian Adam | 2019-11-11 | 1 | -8/+17 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge topic 'objc-trycompile' into release-3.16 | Brad King | 2019-11-11 | 1 | -80/+128 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'resolve-full-path-at-generate-time' | Brad King | 2019-11-12 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| * | | | | | | | | | UnityBuild: Resolve full paths of unity source includes | Daniel Eiband | 2019-11-11 | 1 | -1/+1 |
| * | | | | | | | | | cmFileAPI: Resolve full path in PCH source comparison | Daniel Eiband | 2019-11-11 | 1 | -1/+1 |
* | | | | | | | | | | Merge topic 'pch-no-duplicates' | Craig Scott | 2019-11-12 | 2 | -8/+10 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| * | | | | | | | | | PCH: No repeated path for internal generated PCH files | Cristian Adam | 2019-11-11 | 2 | -8/+10 |
| | |/ / / / / / / | |/| | | | | | | |