Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 2 | -2/+2 | |
* | | | Merge topic 'error-consolidate' | Brad King | 2019-02-25 | 2 | -11/+10 | |
|\ \ \ | ||||||
| * | | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 2 | -11/+10 | |
| |/ / | ||||||
* | | | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 11 | -19/+19 | |
|/ / | ||||||
* | | Delete some default constructors and assignment operators | Albert Astals Cid | 2019-02-15 | 6 | -0/+19 | |
* | | Merge topic 'systools-stdstring2' | Brad King | 2019-02-13 | 2 | -11/+9 | |
|\ \ | ||||||
| * | | cmSystemTools: More methods accept `std::string` params | Vitaly Stakhovsky | 2019-02-11 | 2 | -11/+9 | |
* | | | Merge topic 'progress-stdstring' | Brad King | 2019-02-12 | 2 | -9/+11 | |
|\ \ \ | ||||||
| * | | | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 2 | -9/+11 | |
| |/ / | ||||||
* | | | Merge topic 'cmCTestRunTest-compress' | Brad King | 2019-02-12 | 2 | -78/+11 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | cmCTestRunTest: Remove duplicated compression logic | Regina Pfeifer | 2019-02-10 | 2 | -78/+11 | |
* | | | Merge topic 'ctest-exit-code-int64' | Brad King | 2019-02-11 | 4 | -7/+12 | |
|\ \ \ | ||||||
| * | | | CTest: Represent process exit codes as 64-bit signed integer | Zsolt Parragi | 2019-02-08 | 4 | -7/+12 | |
| |/ / | ||||||
* | | | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 2 | -6/+5 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 2 | -6/+5 | |
* | | | Merge topic 'message-stdstring' | Brad King | 2019-02-08 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | cmSystemTools: MessageCallback and Message() accept std::string argument | Vitaly Stakhovsky | 2019-02-07 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge topic 'runsinglecommand' | Brad King | 2019-02-08 | 2 | -7/+6 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 2 | -7/+6 | |
| |/ | ||||||
* | | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 5 | -17/+16 | |
|/ | ||||||
* | OutputCallback: Accept std::string argument | Regina Pfeifer | 2019-01-30 | 1 | -5/+2 | |
* | Merge topic 'functional-callbacks' | Brad King | 2019-01-30 | 2 | -39/+26 | |
|\ | ||||||
| * | MessageCallback: Remove unused bool& argument | Regina Pfeifer | 2019-01-29 | 1 | -1/+1 | |
| * | Use `std::function` for callbacks | Regina Pfeifer | 2019-01-29 | 2 | -39/+26 | |
* | | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 23 | -76/+24 | |
|\ \ | |/ |/| | ||||||
| * | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 7 | -28/+6 | |
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 22 | -55/+25 | |
* | | cmFileTimeComparison: use std::string arguments | Vitaly Stakhovsky | 2019-01-28 | 1 | -2/+1 | |
* | | Merge topic 'max-recursion-depth' | Brad King | 2019-01-25 | 3 | -5/+15 | |
|\ \ | ||||||
| * | | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 3 | -5/+15 | |
| |/ | ||||||
* | | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 2 | -3/+2 | |
|\ \ | ||||||
| * | | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 2 | -3/+2 | |
* | | | cmSystemTools::RenameFile: Accepts std::string args | Vitaly Stakhovsky | 2019-01-23 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge topic 'Wcomma' | Brad King | 2019-01-22 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Fixed all but one clang -Wcomma warning | Sean McBride | 2019-01-12 | 1 | -2/+2 | |
* | | | Merge topic 'read-list-file' | Brad King | 2019-01-21 | 3 | -5/+5 | |
|\ \ \ | ||||||
| * | | | cmMakefile::ReadListFile() accepts std::string argument | Vitaly Stakhovsky | 2019-01-17 | 3 | -5/+5 | |
* | | | | Merge topic 'cmake-role-fix' | Brad King | 2019-01-21 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | CMAKE_ROLE: Fix value for ctest --build-and-test | Kyle Edwards | 2019-01-18 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge topic 'use-emplace' | Brad King | 2019-01-21 | 12 | -46/+45 | |
|\ \ \ \ | ||||||
| * | | | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 11 | -44/+43 | |
| * | | | | CTestSVN: Accept std::string in SVNInfo constructor | Brad King | 2019-01-17 | 2 | -2/+2 | |
| |/ / / | ||||||
* | | | | Merge topic 'ctest-json-polish' | Brad King | 2019-01-21 | 1 | -0/+5 | |
|\ \ \ \ | ||||||
| * | | | | CTest: Teach --show-only=json-v1 to filter out not-available tests | Brad King | 2019-01-17 | 1 | -0/+5 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge topic 'submit-url' | Brad King | 2019-01-21 | 4 | -117/+54 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | ctest_submit: Add parameter SUBMIT_URL | Regina Pfeifer | 2019-01-16 | 2 | -1/+16 | |
| * | | | CTest: Add option SubmitURL | Regina Pfeifer | 2019-01-16 | 1 | -25/+15 | |
| * | | | CTest: Add function GetSubmitURL | Regina Pfeifer | 2019-01-16 | 2 | -39/+2 | |
| * | | | ctest_submit: Remove submit method from log output | Regina Pfeifer | 2019-01-16 | 1 | -64/+33 | |
| |/ / | ||||||
* | | | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 4 | -4/+6 | |
|/ / |