summaryrefslogtreecommitdiff
path: root/Utilities/Scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* cmelf: Add script to import the FreeBSD ELF headersBrad King2021-06-231-0/+28
| | | | | | | | | These headers will be used to provide the ELF parsing code on all host operating systems (including those that don't have an ELF header, e.g. macOS). This will also allow removing various OS-dependent #ifdefs from the cmELF code. Add a script that was used to automate this import. Co-authored-by: Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
* curl: Update script to get curl 7.77.0Brad King2021-05-271-1/+1
|
* expat: Update script to get Expat 2.4.1Brad King2021-05-241-1/+1
|
* Utilities: Fix typos and spelling in commentsJosef Angstenberger2021-05-072-3/+3
|
* liblzma: Revise update script to get version 5.2.5Nils Gladitz2021-04-221-1/+6
| | | | Keep files related to multi threaded stream encoding.
* curl: Update script to get curl 7.75.0Brad King2021-02-031-1/+1
|
* LexerParser: Manual removing code from Bison is no longer neededChristoph GrĂ¼ninger2021-01-251-5/+0
| | | | | This was needed to avoid warnings while compiling the sources generated by older versions of GNU Bison, but is not with GNU Bison 3.7.4.
* LexerParser: Do not use GNU Bison's yacc mode, we use Bison extensionsChristoph GrĂ¼ninger2021-01-251-1/+1
| | | | Silence Bison warnings regarding use of Bison extensions.
* curl: Update script to get curl 7.74.0Brad King2020-12-091-1/+1
|
* expat: Update script to get Expat 2.2.10Brad King2020-10-051-1/+1
|
* Utilities/Scripts: Update regenerate-lexers.bashKyle Edwards2020-10-021-1/+4
| | | | | | | 62d7acc6 added arguments to Flex when regenerating cmCommandArgumentLexer, but this was not reflected in Utilities/Scripts/regenerate-lexers.bash. Update the script with the proper arguments.
* zstd: version 1.4.5 updateCristian Adam2020-09-231-1/+1
| | | | | Add source files needed to properly compile / link to zstd version 1.4.5
* curl: Update script to get curl 7.72.0Brad King2020-08-191-1/+1
|
* curl: Update script to get curl 7.71.1Brad King2020-07-011-1/+1
|
* curl: Update script to get curl 7.71.0Brad King2020-06-241-1/+1
|
* Merge topic 'FindBoost-1.73'Brad King2020-04-211-1/+7
|\ | | | | | | | | | | | | | | | | 9daf79c53b FindBoost: Add support for Boost 1.73 f48051d33f FindBoost: Simplify Boost_VERSION_STRING comparisons 56b3375f3e BoostScanDeps: Fix typo in numpy handling Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4635
| * FindBoost: Add support for Boost 1.73Alexander Grund2020-04-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | Run `Utilities/Scripts/BoostScanDeps.cmake` with the Boost 1.73.0 sources to compute dependencies. This includes a new Boost.Nowide library. Special case: Boost.Filesystem is an optional dependency as the include is only required to make Boost.Filesystem use UTF-8 paths on user request
| * BoostScanDeps: Fix typo in numpy handlingAlexander Grund2020-04-201-1/+1
| | | | | | | | | | Fix a typo from commit e66e8e8914 (BoostScanDeps: Special case python and numpy and variants, 2017-08-22, v3.10.0-rc1~229^2~1).