| Commit message (Expand) | Author | Age | Files | Lines |
* | libuv: Add support for building for QNX within CMake | Elad Lahav | 2020-09-25 | 1 | -0/+18 |
|
|
* | Merge topic 'update-libuv' | Brad King | 2020-09-24 | 49 | -536/+1602 |
|\ |
|
| * | libuv: Suppress conversion warning on Windows | Brad King | 2020-09-23 | 1 | -1/+1 |
|
|
| * | libuv: Add fs_copy stub to cmake-bootstrap.c | Brad King | 2020-09-23 | 1 | -0/+8 |
|
|
| * | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2020-09-23 | 48 | -536/+1594 |
|
|
* | | zstd: version 1.4.5 update | Cristian Adam | 2020-09-23 | 2 | -1/+4 |
|
|
* | | Merge branch 'upstream-zstd' | Cristian Adam | 2020-09-23 | 64 | -3971/+7719 |
|/ |
|
* | cmake_path: enhancements | Marc Chevrier | 2020-09-20 | 1 | -2/+3 |
|
|
* | Utilities/Release: Drop now-unused scripts | Brad King | 2020-09-17 | 5 | -414/+1 |
|
|
* | Utilities/Release: remove old macOS release script | Ben Boeckel | 2020-09-16 | 2 | -36/+0 |
|
|
* | Utilities: also support an already extracted doc tree | Ben Boeckel | 2020-09-16 | 1 | -0/+5 |
|
|
* | Merge topic 'cm-optional-comparison' | Kyle Edwards | 2020-09-08 | 1 | -0/+204 |
|\ |
|
| * | cm::optional: Add comparison operators | Kyle Edwards | 2020-09-07 | 1 | -0/+204 |
|
|
* | | cmCMakePath: Class for path handling | Marc Chevrier | 2020-09-06 | 2 | -3/+3 |
|/ |
|
* | Utilities/Scripts: Remove temporary #pragma once conversion script | Kyle Edwards | 2020-09-03 | 2 | -94/+0 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 42 | -167/+42 |
|
|
* | Utilities/Scripts: Add temporary #pragma once conversion script | Kyle Edwards | 2020-09-03 | 2 | -0/+94 |
|
|
* | curl: Set build options the way we need for CMake | Brad King | 2020-08-19 | 1 | -1/+4 |
|
|
* | Merge branch 'upstream-curl' into update-curl | Brad King | 2020-08-19 | 55 | -417/+940 |
|
|
* | curl: Update script to get curl 7.72.0 | Brad King | 2020-08-19 | 1 | -1/+1 |
|
|
* | STL Support: Fix cm::filesystem warnings; check for '\' not multichar ' \'. | Fred Baksik | 2020-07-24 | 1 | -1/+1 |
|
|
* | bootstrap: Fix libuv target platform conditions on macOS | Brad King | 2020-07-22 | 1 | -0/+3 |
|
|
* | STL Support: cm::filesystem::path: add support of Cygwin | Marc Chevrier | 2020-07-20 | 2 | -17/+59 |
|
|
* | STL Support: Add cm::filesystem::path in <cm/filesystem> | Marc Chevrier | 2020-07-09 | 4 | -1/+2166 |
|
|
* | STL Support: introduce dedicated configuration file | Marc Chevrier | 2020-07-09 | 2 | -0/+12 |
|
|
* | STL Support: Add function cm::quoted in <cm/iomanip> | Marc Chevrier | 2020-07-09 | 1 | -0/+183 |
|
|
* | Merge topic 'doc-versionadded' | Brad King | 2020-07-07 | 1 | -0/+115 |
|\ |
|
| * | Utilities/Sphinx: Add script for inserting ".. versionadded" directive | Nikita Nemkin | 2020-07-03 | 1 | -0/+115 |
|
|
* | | Implement cm::static_reference_cast by declval | Sumit Bhardwaj | 2020-07-04 | 1 | -8/+9 |
|
|
* | | Merge topic 'update-curl' | Brad King | 2020-07-02 | 40 | -219/+251 |
|\ \
| |/
|/| |
|
| * | Merge branch 'upstream-curl' into update-curl | Brad King | 2020-07-01 | 39 | -218/+250 |
|
|
| * | curl: Update script to get curl 7.71.1 | Brad King | 2020-07-01 | 1 | -1/+1 |
|
|
* | | Merge topic 'update-curl' | Brad King | 2020-06-26 | 173 | -4703/+8369 |
|\ \
| |/ |
|
| * | curl: Set build options the way we need for CMake | Brad King | 2020-06-24 | 1 | -0/+6 |
|
|
| * | Merge branch 'upstream-curl' into update-curl | Brad King | 2020-06-24 | 172 | -4702/+8362 |
|
|
| * | curl: Update script to get curl 7.71.0 | Brad King | 2020-06-24 | 1 | -1/+1 |
|
|
* | | CTestConfig: allow nightly build submission using https | Rolf Eike Beer | 2020-06-09 | 1 | -1/+3 |
|/ |
|
* | Merge topic 'reduce-try_compile' | Brad King | 2020-06-05 | 5 | -40/+31 |
|\ |
|
| * | libarchive: Map fixed-size integer types from KWIML as typedefs | Brad King | 2020-06-03 | 1 | -10/+10 |
|
|
| * | liblzma: Map fixed-size integer types from KWIML as typedefs | Brad King | 2020-06-03 | 1 | -9/+9 |
|
|
| * | expat: Remove unused try_compile checks | Brad King | 2020-06-03 | 2 | -17/+0 |
|
|
| * | Utilities: Update hard-coded try_compile results for third-party libraries | Brad King | 2020-06-03 | 1 | -4/+12 |
|
|
* | | gitlab-ci: add jobs for reproducing the release binaries | Ben Boeckel | 2020-06-03 | 1 | -0/+1 |
|
|
* | | Release/linux: remove explicit LANG setting | Ben Boeckel | 2020-06-03 | 1 | -1/+0 |
|
|
* | | Sphinx/create_identifiers: handle qhp contents as utf-8 | Ben Boeckel | 2020-06-03 | 1 | -4/+4 |
|
|
* | | Sphinx/create_identifiers: use `not in` not `not _ in` | Ben Boeckel | 2020-06-03 | 1 | -1/+1 |
|
|
* | | Sphinx/create_identifiers: remove unused import | Ben Boeckel | 2020-06-03 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'libarchive-reduce-checks' | Brad King | 2020-06-03 | 4 | -330/+56 |
|\ |
|
| * | libarchive: Use KWIML to get fixed-size integer types | Brad King | 2020-06-02 | 2 | -216/+41 |
|
|
| * | libarchive: Avoid configure-time checks for integer range constants | Brad King | 2020-06-01 | 4 | -101/+15 |
|
|