| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | testRange: Make sure tests can actually fail | Regina Pfeifer | 2019-03-20 | 1 | -1/+1 |
|
|
* | cm_utf8: add an is_valid function | Ben Boeckel | 2019-03-18 | 1 | -0/+78 |
|
|
* | cm_utf8: reject codepoints above 0x10FFFF | Ben Boeckel | 2019-03-14 | 1 | -4/+2 |
|
|
* | cm_utf8: reject UTF-16 surrogate half codepoints | Ben Boeckel | 2019-03-14 | 1 | -2/+2 |
|
|
* | testUTF8: add more test cases | Ben Boeckel | 2019-03-14 | 1 | -6/+16 |
|
|
* | testUTF8: comment why sequences are invalid | Ben Boeckel | 2019-03-14 | 1 | -2/+6 |
|
|
* | cmRange: Add unit tests | Regina Pfeifer | 2019-02-21 | 2 | -0/+46 |
|
|
* | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 2 | -11/+13 |
|
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -1/+1 |
|
|
* | String: Add str_if_stable() as a const alternative to str() | Brad King | 2018-12-12 | 1 | -0/+59 |
|
|
* | String: Add support for a ""_s string literal syntax | Brad King | 2018-12-12 | 1 | -2/+47 |
|
|
* | String: Add 'borrow' member to construct borrowing instances | Brad King | 2018-12-12 | 1 | -0/+32 |
|
|
* | String: Add support for concatenation by operator+ | Brad King | 2018-12-12 | 1 | -0/+101 |
|
|
* | String: Add a custom string type | Brad King | 2018-12-12 | 2 | -0/+1111 |
|
|
* | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -3/+3 |
|
|
* | Fix misc. typos | luz.paz | 2018-10-03 | 1 | -1/+1 |
|
|
* | Help: Add new section for CPack generators | Kyle Edwards | 2018-06-21 | 2 | -0/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 3 | -13/+52 |
|
|
* | cmRST: Parse inline links and inline literals | Brad King | 2018-05-07 | 2 | -0/+8 |
|
|
* | cmRST: Add support for 'envvar' cmake domain role | Brad King | 2018-05-04 | 2 | -0/+4 |
|
|
* | CTest: Add options to control test process affinity to CPUs | Brad King | 2018-03-05 | 2 | -0/+21 |
|
|
* | cmake: specify source file extensions | Ben Boeckel | 2018-01-09 | 1 | -10/+11 |
|
|
* | execute_process: Allow UTF-8 as a synonym for the UTF8 keyword | Craig Scott | 2017-12-27 | 1 | -1/+1 |
|
|
* | cmUVHandlePtr: Add uv_process_ptr | Brad King | 2017-11-30 | 1 | -0/+1 |
|
|
* | cmUVHandlePtr: Add uv_timer_ptr | Brad King | 2017-11-30 | 1 | -0/+1 |
|
|
* | cmUVHandlePtr: Move to CMakeLib to make it available everywhere | Brad King | 2017-11-30 | 2 | -0/+183 |
|
|
* | Enable clang-tidy modernize-loop-convert lint | Brad King | 2017-09-19 | 1 | -6/+3 |
|
|
* | Merge topic 'no-crlf-blobs' | Brad King | 2017-08-30 | 14 | -745/+745 |
|\ |
|
| * | Avoid CRLF newlines in Git repo blobs | Brad King | 2017-08-30 | 14 | -745/+745 |
|
|
* | | Merge topic 'cstyle-casts' | Daniel Pfeifer | 2017-08-30 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -2/+3 |
|
|
* | | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 2 | -2/+2 |
|/ |
|
* | Merge topic 'cxx11-nullptr' | Brad King | 2017-08-25 | 2 | -3/+2 |
|\ |
|
| * | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 2 | -3/+2 |
|
|
* | | gitattributes: prefer `eol=crlf` to `-crlf` | Ben Boeckel | 2017-08-23 | 1 | -1/+1 |
|/ |
|
* | Xcode: Drop support for Xcode versions below 3 | Brad King | 2017-04-22 | 3 | -33/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 4 | -5/+5 |
|
|
* | testEncoding: use cmsys::ifstream | Daniel Pfeifer | 2017-03-29 | 1 | -2/+2 |
|
|
* | testEncoding: include <cmsys/ConsoleBuf.hxx> on Windows only | Daniel Pfeifer | 2017-03-29 | 1 | -0/+2 |
|
|
* | execute_process: Add ENCODING option for Windows child process output | Dāvis Mosāns | 2016-11-30 | 2 | -0/+52 |
|
|
* | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 3 | -3/+15 |
|
|
* | iwyu: Fix OSX specific issues | Daniel Pfeifer | 2016-11-22 | 1 | -1/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 6 | -66/+12 |
|
|
* | find_package: Optionally sort globbed directories in a meaningful order | Pierluigi Taddei | 2016-09-15 | 2 | -0/+77 |
|
|
* | Tests: Add test for our strverscmp implementation | Pierluigi Taddei | 2016-09-14 | 1 | -4/+68 |
|
|
* | Merge topic 'macro-parenthesis' | Brad King | 2016-09-06 | 2 | -3/+3 |
|\ |
|
| * | surround macro arguments with parentheses | Daniel Pfeifer | 2016-09-05 | 2 | -3/+3 |
|
|
* | | use CM_NULLPTR | Daniel Pfeifer | 2016-09-05 | 2 | -2/+3 |
|/ |
|
* | Tests/CMakeLib: include what you use | Daniel Pfeifer | 2016-09-03 | 3 | -4/+7 |
|
|
* | Tests/CMakeLib: use cmsys::ifstream | Daniel Pfeifer | 2016-09-03 | 2 | -10/+16 |
|
|