summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts
Commit message (Collapse)AuthorAgeFilesLines
* curl: Update script to get curl 8.6.0Brad King2024-01-311-10/+1
|
* Merge topic 'update-zlib'Brad King2024-01-311-2/+2
|\ | | | | | | | | | | | | | | | | 22a52526e2 Merge branch 'upstream-zlib' into update-zlib 6c2bed54f6 zlib 2022-10-12 (04f42cec) e868b19ed1 zlib: Fix 1.2.13 version and date notice Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9204
| * zlib: Fix 1.2.13 version and date noticeBrad King2024-01-301-2/+2
| | | | | | | | Issue: #25576
* | Merge topic 'update-zlib'Brad King2024-01-111-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | 941b948a85 Merge branch 'upstream-zlib' into update-zlib 5d030dc716 zlib 2022-10-12 (04f42cec) b7379f9e21 zlib: Update script to get zlib 1.2.13 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !9145
| * zlib: Update script to get zlib 1.2.13Brad King2024-01-101-1/+1
| | | | | | | | Issue: #25576
* | curl: Update script to get curl 8.5.0Brad King2023-12-121-1/+1
| |
* | librhash: Update import script to get rhash 1.4.4Brad King2023-11-281-1/+2
| | | | | | | | Issue: #25448
* | libarchive: Update script to get 3.7.2Brad King2023-10-161-1/+1
|/
* curl: Update script to get curl 8.4.0Brad King2023-10-121-1/+1
| | | | Issue: #25329
* curl: Update script to get curl 8.3.0Brad King2023-09-201-1/+1
|
* Merge topic 'libuv-tweaks'Brad King2023-08-191-0/+4
|\ | | | | | | | | | | | | | | | | | | | | eee1dc10be libuv: Compile as C11 on all Solaris versions d6b4f6dd97 libuv: Remove unused compatibility code for CMake < 3.9 5fb17a1410 libuv: win,spawn: allow %PATH% to be unset 703e3e03c3 libuv: Comment why we cannot update past 1.44.2 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8744
| * libuv: Comment why we cannot update past 1.44.2Brad King2023-08-181-0/+4
| | | | | | | | | | | | libuv 1.45 and above have higher minimum requirements than we do. Until we raise ours, we will have to stick with 1.44.2 and backport any further changes we need.
* | Merge topic 'update-cppdap'Brad King2023-08-191-1/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | 90df1e5da4 Merge branch 'upstream-cppdap' into update-cppdap 5d568df6b1 cppdap 2023-08-17 (cc2f2058) 01d2e5ed3a cppdap: Update script to get version as of 2023-08-17 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8739
| * cppdap: Update script to get version as of 2023-08-17Brad King2023-08-181-1/+2
| |
* | curl: Update script to get curl 8.2.1Brad King2023-08-011-1/+1
|/
* Merge topic 'update-curl'Brad King2023-06-011-1/+1
|\ | | | | | | | | | | | | | | | | | | | | 2de38e0b45 Utilities: Update hard-coded try_compile results for curl 8.1.2 a6c9b53273 Merge branch 'upstream-curl' into update-curl 80cb6a5121 curl 2023-05-30 (7ab9d437) 7f1abf62e1 curl: Update script to get curl 8.1.2 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8519
| * curl: Update script to get curl 8.1.2Brad King2023-05-301-1/+1
| |
* | cppdap: Add script to import version as of 2023-05-25Brad King2023-05-261-0/+30
|/ | | | Co-authored-by: Glen Chung <kuchung@microsoft.com>
* libarchive: Update script to get 3.6.2Brad King2023-04-251-1/+1
|
* curl: Update script to get curl 8.0.1Brad King2023-03-201-1/+1
|
* curl: Update script to get curl 7.88.1Brad King2023-02-211-1/+1
|
* nghttp2: Update script to get nghttp2 1.52.0Brad King2023-02-161-2/+2
|
* nghttp2: Update import script to fix version headerBrad King2023-02-161-2/+2
| | | | | | | | | | In commit 66c9536775 (nghttp2: Update script to get nghttp2 1.50.0, 2022-10-31, v3.26.0-rc1~455^2~2) we forgot to update the `nghttp2ver.h` replacements to provide the proper `NGHTTP2_VERSION_NUM`. This causes our build of curl to think it is using a different version of nghttp2 than we provide. Fix the version and add a reminder comment. Issue: #24419
* curl: Update script to get curl 7.87.0Brad King2023-01-271-1/+1
|
* clang-format.bash: update to clang-format-15Brad King2023-01-181-4/+4
| | | | | | | The `.clang-format` configuration needs no changes to make the version 15 format close to what version 6.0 produced before. Issue: #24315
* clang-format.bash: Use generic clang-format attributeBrad King2023-01-181-6/+4
| | | | | | | Specify the clang-format version in the attribute value instead of its name. Issue: #24315
* Merge topic 'update-nghttp2'Brad King2022-11-011-1/+1
|\ | | | | | | | | | | | | | | | | | | | | e44b551e8d nghttp2: Update build within CMake to account for 1.50.0 8b73605408 Merge branch 'upstream-nghttp2' into update-nghttp2 7ce2a682a3 nghttp2 2022-09-21 (87fef4ab) 66c9536775 nghttp2: Update script to get nghttp2 1.50.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7856
| * nghttp2: Update script to get nghttp2 1.50.0Brad King2022-10-311-1/+1
| |
* | curl: Update script to get curl 7.86.0Brad King2022-10-311-1/+1
|/
* libuv: Update script to get libuv 1.44.2Brad King2022-09-271-1/+1
|
* zlib: Update script to get zlib 1.2.12Brad King2022-05-261-4/+8
|
* zlib: add script to import zlib 1.2.3 from upstreamBrad King2022-05-261-0/+51
| | | | | CMake has vendored this version for a long time. Import it using our modern approach.
* curl: Update script to get curl 7.83.1Brad King2022-05-161-1/+1
|
* curl: Update script to get curl 7.83.0Brad King2022-04-281-1/+1
|
* Merge topic 'update-expat'Brad King2022-02-231-1/+1
|\ | | | | | | | | | | | | | | | | | | 07f9ce4f8c Merge branch 'upstream-expat' into update-expat 4c031b9417 expat 2022-02-20 (65a21f2b) 9d035ba28d expat: Update script to get Expat 2.4.6 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7015
| * expat: Update script to get Expat 2.4.6Brad King2022-02-221-1/+1
| |
* | libarchive: Update script to get 3.6.0Brad King2022-02-151-1/+1
|/
* expat: Update script to get Expat 2.4.4Brad King2022-02-011-1/+1
|
* Merge topic 'ccmake-windows'Brad King2022-01-201-0/+32
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | e674e02c55 Help: Add release note for experimental ccmake support on Windows 5c9310c714 ci: Enable ccmake on Windows 9278c6e01a ccmake: Add Windows support using PDCurses b97c12babb ccmake: Refactor resizing logic into cmCursesForm bf11dab49d ccmake: Refactor BUILD_CursesDialog option logic bf94e01348 cmpdcurses: Add CMake build system 89703bc941 Merge branch 'upstream-PDCurses' into update-pdcurses f84c4112c3 PDCurses 2021-12-08 (f1cd4f45) ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6832
| * pdcurses: Add script to import PDCurses from upstreamBrad King2022-01-121-0/+32
| |
* | expat: Update script to get Expat 2.4.3Brad King2022-01-181-1/+1
| |
* | jsoncpp: Update script to get jsoncpp 1.9.5Brad King2022-01-121-1/+1
|/ | | | Use a few commits past the 1.9.5 release to get the CHERI alignment fix.
* curl: Update script to get curl 7.81.0Brad King2022-01-071-1/+1
|
* curl: Update script for new curl mailing list addressBrad King2022-01-071-1/+1
|
* zstd: Update script to get zstd 1.5.0Brad King2021-10-131-2/+2
|
* update-third-party: update from upstreamBrad King2021-09-291-4/+38
| | | | | | Update to `update-common.sh` from commit `7134d5ebef` in https://gitlab.kitware.com/utils/git-import-third-party
* curl: Update script to get curl 7.79.1Brad King2021-09-241-1/+1
|
* curl: Update script to get curl 7.79.0Brad King2021-09-151-1/+1
|
* jsoncpp: Update script to get jsoncpp 1.9.4Brad King2021-09-091-1/+1
|
* libarchive: Update script to get 3.5.1Brad King2021-08-241-1/+1
|