Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge topic 'server-mode-install-fix' | Brad King | 2018-12-13 | 1 | -2/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Server mode: Fix regression of hasInstallRule | Kyle Edwards | 2018-12-12 | 1 | -2/+8 | |
* | | | | | | Merge topic 'update-kwsys' | Brad King | 2018-12-13 | 1 | -57/+122 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-12-12 | 1 | -57/+122 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | KWSys 2018-12-12 (abb8c680) | KWSys Upstream | 2018-12-12 | 1 | -57/+122 | |
* | | | | | | | | Merge topic 'custom-string' | Brad King | 2018-12-13 | 9 | -0/+2880 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | String: Add str_if_stable() as a const alternative to str() | Brad King | 2018-12-12 | 3 | -3/+97 | |
| * | | | | | | | | String: Add support for a ""_s string literal syntax | Brad King | 2018-12-12 | 4 | -3/+103 | |
| * | | | | | | | | String: Add 'borrow' member to construct borrowing instances | Brad King | 2018-12-12 | 2 | -0/+36 | |
| * | | | | | | | | String: Add support for concatenation by operator+ | Brad King | 2018-12-12 | 2 | -0/+202 | |
| * | | | | | | | | String: Add a custom string type | Brad King | 2018-12-12 | 5 | -0/+1927 | |
| * | | | | | | | | Add support for using C++17 string_view or a fallback | Brad King | 2018-12-11 | 4 | -0/+521 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'fileapi' | Brad King | 2018-12-13 | 101 | -5/+10169 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Add release note for fileapi feature | Brad King | 2018-12-12 | 1 | -0/+5 | |
| * | | | | | | | | fileapi: extend codemodel v2 with directory details | Brad King | 2018-12-12 | 3 | -2/+106 | |
| * | | | | | | | | fileapi: extend codemodel v2 with a project model | Brad King | 2018-12-12 | 4 | -3/+401 | |
| * | | | | | | | | fileapi: Add test for cmakeFiles v1 | Kyle Edwards | 2018-12-12 | 6 | -1/+89 | |
| * | | | | | | | | fileapi: add cmakeFiles v1 | Brad King | 2018-12-12 | 15 | -3/+333 | |
| * | | | | | | | | fileapi: Add test for cache v2 | Kyle Edwards | 2018-12-12 | 2 | -2/+134 | |
| * | | | | | | | | fileapi: add cache v2 | Brad King | 2018-12-12 | 15 | -0/+315 | |
| * | | | | | | | | fileapi: Add test for codemodel v2 | Kyle Edwards | 2018-12-12 | 15 | -14/+4927 | |
| * | | | | | | | | fileapi: add codemodel v2 | Brad King | 2018-12-12 | 16 | -2/+1731 | |
| * | | | | | | | | fileapi: Add more infrastructure to FileAPI test | Kyle Edwards | 2018-12-12 | 1 | -7/+65 | |
| * | | | | | | | | fileapi: Report cmake generator in reply index file | Brad King | 2018-12-12 | 7 | -1/+55 | |
| * | | | | | | | | fileapi: Add helper to create and reference a json reply file | Brad King | 2018-12-12 | 2 | -0/+17 | |
| * | | | | | | | | fileapi: Add protocol v1 support for stateful per-client queries | Brad King | 2018-12-12 | 9 | -9/+898 | |
| * | | | | | | | | fileapi: Add protocol v1 support for client-specific query files | Brad King | 2018-12-12 | 20 | -4/+271 | |
| * | | | | | | | | fileapi: Add protocol v1 infrastructure with support for shared query files | Brad King | 2018-12-12 | 25 | -0/+853 | |
| * | | | | | | | | Tests: Add RunCMake "prep" step | Brad King | 2018-12-11 | 1 | -0/+5 | |
| * | | | | | | | | jsoncpp: Require version 1.4.1 when using system-provided library | Brad King | 2018-12-11 | 1 | -1/+1 | |
| * | | | | | | | | cmTimestamp: Expose CreateTimestampFromTimeT publicly | Brad King | 2018-12-11 | 1 | -3/+3 | |
| * | | | | | | | | cmStateSnapshot: Add method to get current directory snapshot | Brad King | 2018-12-11 | 2 | -0/+7 | |
| * | | | | | | | | jsoncpp: fix signed overflow when parsing negative value | Brad King | 2018-12-11 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'release-3.13' | Brad King | 2018-12-13 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | CMake 3.13.2v3.13.2 | Brad King | 2018-12-13 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-12-13 | 1 | -1/+1 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'object-library-link' | Brad King | 2018-12-12 | 5 | -1/+21 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | target_link_libraries: Propagate dependencies of object libraries | Kyle Edwards | 2018-12-10 | 5 | -1/+21 | |
* | | | | | | | | | Merge topic 'fix-configure-line-number' | Brad King | 2018-12-12 | 3 | -5/+44 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmMakefile: Fix @CMAKE_CURRENT_LIST_LINE@ for ExpandVariablesInStringNew | Artur Ryt | 2018-12-12 | 3 | -3/+13 | |
| * | | | | | | | | | cmMakefile: Fix ConfigureString not passing filename and line | Artur Ryt | 2018-12-12 | 3 | -3/+32 | |
* | | | | | | | | | | Merge topic 'machoFormat' | Brad King | 2018-12-12 | 1 | -7/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add Mach-O CMAKE_EXECUTABLE_FORMAT detection | Maikel van den Hurk | 2018-12-10 | 1 | -7/+4 | |
* | | | | | | | | | | | Merge topic 'FindThreads-drop-irix' | Brad King | 2018-12-12 | 7 | -81/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | FindThreads: Drop IRIX-specific options and results | Brad King | 2018-12-07 | 7 | -81/+44 | |
* | | | | | | | | | | | | Merge topic 'vs_conformance_mode_flags' | Brad King | 2018-12-12 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | VS: Add flag table entry for "permissive" flag to disable conformance mode | Jonathan Storey | 2018-12-10 | 1 | -1/+8 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'default-test-timeout' | Brad King | 2018-12-12 | 2 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Help: clarify documentation of ctest --timeout | Regina Pfeifer | 2018-12-09 | 2 | -4/+5 | |
* | | | | | | | | | | | | | Merge topic 'output-converter-simplify' | Brad King | 2018-12-12 | 11 | -134/+117 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |