| Commit message (Expand) | Author | Age | Files | Lines |
* | libuv: Fix building with mingw toolchains for ARM/AArch64 | Martin Storsjö | 2021-07-15 | 1 | -2/+6 |
|
|
* | curl: backport upstream fix to 7.77.0 regression | Brad King | 2021-06-28 | 1 | -0/+1 |
|
|
* | Utilities/Sphinx: Index guide section documents for cross-referencing | Brad King | 2021-06-17 | 1 | -0/+11 |
|
|
* | clang-analyzer: rename from scan-build in comments | Brad King | 2021-06-03 | 1 | -1/+1 |
|
|
* | jsoncpp: Revert "Code style: add missed explicit 'this->'" | Kitware Robot | 2021-06-03 | 3 | -2883/+2411 |
|
|
* | Utilities: Add missing hard-coded try_compile results for libarchive | Brad King | 2021-05-27 | 1 | -0/+3 |
|
|
* | Utilities: Update hard-coded try_compile results for curl 1.77.0 | Brad King | 2021-05-27 | 1 | -0/+4 |
|
|
* | Merge branch 'upstream-curl' into update-curl | Brad King | 2021-05-27 | 145 | -4479/+6384 |
|
|
* | curl: Update script to get curl 7.77.0 | Brad King | 2021-05-27 | 1 | -1/+1 |
|
|
* | cmexpat: Create expat_config.h in build within CMake itself | Brad King | 2021-05-24 | 1 | -0/+2 |
|
|
* | Merge branch 'upstream-expat' into update-expat | Brad King | 2021-05-24 | 20 | -154/+1404 |
|
|
* | expat: Update script to get Expat 2.4.1 | Brad King | 2021-05-24 | 1 | -1/+1 |
|
|
* | Merge topic 'sphinx-4' | Brad King | 2021-05-14 | 1 | -0/+1 |
|\ |
|
| * | Utilities/Sphinx: Update man page config for Sphinx 4 | Brad King | 2021-05-14 | 1 | -0/+1 |
|
|
* | | Utilities: Fix typos and spelling in comments | Josef Angstenberger | 2021-05-07 | 3 | -4/+4 |
|
|
* | | Merge topic 'ctest_junit' | Brad King | 2021-04-27 | 1 | -0/+1 |
|\ \ |
|
| * | | ctest: Add support for writing test results in JUnit XML format | Zack Galbreath | 2021-04-26 | 1 | -0/+1 |
|
|
* | | | MSYS: Add support for running under MSYS runtime environment | Orgad Shaneh | 2021-04-26 | 1 | -1/+1 |
|
|
* | | | cm/filesystem: Work around crash when compiled for CYGWIN/MSYS runtime | Brad King | 2021-04-26 | 1 | -0/+8 |
|
|
* | | | liblzma: Enable multi threaded stream encoding support | Nils Gladitz | 2021-04-22 | 2 | -0/+13 |
|
|
* | | | Merge branch 'upstream-liblzma' into lzma-threads | Brad King | 2021-04-22 | 53 | -268/+1205 |
|
|
* | | | liblzma: Revise update script to get version 5.2.5 | Nils Gladitz | 2021-04-22 | 1 | -1/+6 |
|/ / |
|
* | | Merge topic 'update-kwiml' | Brad King | 2021-04-22 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Merge branch 'upstream-KWIML' into update-kwiml | Brad King | 2021-04-21 | 1 | -0/+4 |
|
|
| * | Merge topic 'rel-file-table' into release-3.20 | Brad King | 2021-04-06 | 5 | -0/+392 |
| |\ |
|
| * \ | Merge topic 'libarchive-u_char' into release-3.20 | Brad King | 2021-04-06 | 1 | -4/+4 |
| |\ \ |
|
* | | | | Utilities: Suppress warnings in third-party code with NVHPC | Brad King | 2021-04-20 | 11 | -11/+11 |
|
|
* | | | | Merge topic 'rel-file-table' | Brad King | 2021-04-06 | 5 | -0/+392 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Utilities/Release: Add deprecation fields to File Table v1 | Brad King | 2021-04-05 | 1 | -0/+20 |
|
|
| * | | | Utilities/Release: Update file table for 3.20.0 | Brad King | 2021-04-05 | 2 | -10/+10 |
|
|
| * | | | Merge branch 'backport-3.19-rel-file-table' into rel-file-table | Brad King | 2021-04-05 | 5 | -0/+372 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Utilities/Release: Update file table for 3.19.3 | Brad King | 2021-04-05 | 2 | -4/+37 |
|
|
| | * | | Merge tag 'v3.19.3' into backport-3.19-rel-file-table | Brad King | 2021-04-05 | 11 | -0/+474 |
| | |\ \ |
|
| | * | | | Utilities/Release: Update file table for 3.19.2 | Brad King | 2021-04-05 | 2 | -9/+11 |
|
|
| | * | | | Merge tag 'v3.19.2' into backport-3.19-rel-file-table | Brad King | 2021-04-05 | 3 | -0/+159 |
| | |\ \ \ |
|
| | * \ \ \ | Merge branch 'backport-3.18-rel-file-table' into backport-3.19-rel-file-table | Brad King | 2021-04-05 | 5 | -0/+337 |
| | |\ \ \ \ |
|
| | | * | | | | Utilities/Release: Add script to generate a table of files | Brad King | 2021-04-05 | 5 | -0/+337 |
|
|
| | | * | | | | Merge branch 'cmext-vs16-declval' into release-3.18 | Brad King | 2020-07-06 | 1 | -8/+9 |
| | | |\ \ \ \ |
|
| | | | * | | | | cmext: Implement cm::static_reference_cast by declval | Sumit Bhardwaj | 2020-07-06 | 1 | -8/+9 |
|
|
* | | | | | | | | Merge topic 'libarchive-u_char' | Brad King | 2021-04-06 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | libarchive: Use uint8_t instead of u_char | Brad King | 2021-04-05 | 1 | -4/+4 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | CMakePresets.json: Add the ability to conditionally disable presets | Kyle Edwards | 2021-03-22 | 1 | -0/+1 |
|
|
* | | | | | | | Help: Add option to generate docs with latexpdf | Henryk Paluch | 2021-03-01 | 1 | -17/+48 |
|
|
* | | | | | | | Merge topic 'doc-presets' | Brad King | 2021-02-18 | 1 | -0/+1 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Utilities/Sphinx: Avoid converting -- to an en-dash | Brad King | 2021-02-18 | 1 | -0/+1 |
|
|
* | | | | | | | Configure CMake itself with policies through CMake 3.19 | Brad King | 2021-02-10 | 2 | -2/+2 |
|/ / / / / / |
|
* | | | | | | curl: Set build options the way we need for CMake | Brad King | 2021-02-03 | 1 | -0/+2 |
|
|
* | | | | | | Merge branch 'upstream-curl' into update-curl | Brad King | 2021-02-03 | 145 | -6620/+9148 |
|
|
* | | | | | | curl: Update script to get curl 7.75.0 | Brad King | 2021-02-03 | 1 | -1/+1 |
|
|
* | | | | | | Utilities: Suppress warnings in third-party code when using IntelLLVM | Brad King | 2021-01-28 | 11 | -11/+11 |
|
|