summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* | nghttp2: Add script to import from upstreamBrad King2020-04-011-0/+30
| |
* | curl: Update script to get curl 7.69.0Brad King2020-03-041-1/+5
| |
* | librhash: Update import script to get rhash 1.3.9Brad King2020-03-021-2/+1
| |
* | bzip2: Update import script to get bzip2 1.0.8Brad King2020-02-241-1/+1
| |
* | bzip2: add script to import bzip2 from upstreamBrad King2020-02-241-0/+27
| |
* | libarchive: Update script to get 3.4.2Brad King2020-02-131-1/+2
|/
* Add a parser for GCC-style depfilesJoerg Bornemann2020-01-281-1/+2
| | | | | | | | | | | Introduce the function cmReadGccDepfile that parses a GCC-style depfile and returns its content. The implementation uses a lexer that is modeled after the re2c implementation in Ninja. The sample files of the autotest have been created with gcc 8.3.0. This depfile reader is to be used by the Autogen facility to make use of the depfiles that are generated by Qt's meta object compiler.
* Merge topic 'update-expat'Brad King2019-11-121-2/+1
|\ | | | | | | | | | | | | | | | | | | 50bc359184 expat: Update CMake build for 2.2.9 b63a5c88a2 Merge branch 'upstream-expat' into update-expat 1712885b4f expat 2019-09-25 (a7bc26b6) 512fabaa9d expat: Update script to get Expat 2.2.9 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4032
| * expat: Update script to get Expat 2.2.9Brad King2019-11-111-2/+1
| |
* | CTest: Rename "Processes" lexer to "ResourceGroups"Brad King2019-11-051-1/+1
|/ | | | | The corresponding test property `PROCESSES` has been renamed to `RESOURCE_GROUPS`.
* CTest: Add lexer for PROCESSES propertyKyle Edwards2019-10-021-0/+1
|
* expat: Update script to get Expat 2.2.7Brad King2019-07-011-1/+1
|
* curl: Update script to get curl 7.65.0Brad King2019-05-221-1/+1
|
* update-third-party: update from upstreamBrad King2019-03-211-4/+20
| | | | | | Update to `update-common.sh` from commit 958a2cd1b9 in https://gitlab.kitware.com/utils/git-import-third-party
* zstd: add script to import zstd from upstreamBrad King2019-03-131-0/+36
|
* FindBoost: Additional fixes for 1.69Roger Leigh2018-11-131-2/+2
|
* curl: Update script to get curl 7.62.0Brad King2018-10-311-1/+1
|
* curl: Update script to get curl 7.61.1Brad King2018-10-221-1/+1
|
* libarchive: Update script to get 3.3.3Brad King2018-09-261-1/+1
|
* liblzma: Revise update script to get version 5.2.4Brad King2018-08-061-1/+3
|
* liblzma: Avoid importing upstream makefilesBrad King2018-08-061-1/+3
|
* clang-format.bash: update to clang-format-6.0Brad King2018-06-011-5/+5
| | | | | | | | | | | | Update `.clang-format` with configuration to make the 6.0 format as close as possible to what 3.8 produced before. Then revise the style: * Indent preprocessor directives (a feature new since 3.8) * Add a newline and indentation before inheritance `:` and `,` Rename the Git attribute identifying the format to include the clang-format version number: `format.clang-format-6.0`. This will aid external infrastructure in knowing what version of the tool to run.
* Merge topic 'update-curl'Brad King2018-05-211-1/+1
|\ | | | | | | | | | | | | | | | | 3e913b819d Merge branch 'upstream-curl' into update-curl d431136e02 curl 2018-05-15 (cb013830) f3c73b878c curl: Update script to get curl 7.60.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2091
| * curl: Update script to get curl 7.60.0Brad King2018-05-181-1/+1
| |
* | clang-format: Explicitly require version 3.8 of the toolBrad King2018-05-181-1/+6
|/ | | | | | | | | Versions of clang-format newer than 3.8 produce different output. Our source code guide says that version 3.8 exactly must be used. Update the comment in our `.clang-format` config file accordingly. Add a check to our formatting script to verify the version. Also update its tool search to look for the explicitly-named 3.8 variant first.
* regenerate-parsers.bash: Add script to automate parser generationDaniel Franke2018-05-161-0/+37
| | | | | | | This depends on - a suitable flex version in PATH (currently 3.0.4) - a suitable version of 'sed' in PATH (e.g. GNU sed)