summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* regenerate-lexers.bash: Add option to check timestampsDaniel Franke2018-05-161-9/+22
|
* regenerate-lexers.bash: Factor file names into variablesDaniel Franke2018-05-161-8/+14
|
* curl: Update script to get curl 7.58.0Brad King2018-01-241-1/+1
|
* libuv: Teach import script to add missing newlinesBrad King2018-01-161-0/+2
|
* GitSetup: Restrict import to files we needBrad King2017-11-301-0/+7
|
* curl: Update script to get curl 7.56.0Brad King2017-10-101-2/+10
|
* clang-format.bash: minor fixes to support MacOSMatthias Maennich2017-10-031-2/+4
| | | | | | | - sed on Mac does not support embedded sed statements, hence eliminating the non-matches via grep - xargs on Mac does not support -d, but does support -0, hence replacing
* jsoncpp: Update script to get jsoncpp 1.8.2Brad King2017-08-301-1/+1
|
* jsoncpp: Add script to update from upstreamBrad King2017-08-301-0/+33
|
* Lexer: add a helper script to automate generating the lexersMatthias Maennich2017-08-291-0/+33
| | | | | | | | note: this depends on - a suitable flex version in PATH (currently 2.6.4) - a suitable version of 'sed' in PATH (e.g. GNU sed) Signed-off-by: Matthias Maennich <matthias@maennich.net>
* BoostScanDeps: Special case python and numpy and variantsRoger Leigh2017-08-221-7/+32
|
* Merge topic 'update-expat'Brad King2017-08-081-3/+3
|\ | | | | | | | | | | | | | | | | | | e4ea628b expat: Update CMake build for 2.2.3 44e5fb9c Merge branch 'upstream-expat' into update-expat 7e08602c expat 2017-08-02 (97c6bd01) 6276ec37 expat: Update script to get Expat 2.2.3 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1110
| * expat: Update script to get Expat 2.2.3Brad King2017-08-071-3/+3
| |
| * Merge branch 'update-expat' into release-3.9Brad King2017-06-201-2/+3
| |\
* | | libarchive: Update script to get 3.3.2Brad King2017-07-201-1/+1
| | |
* | | clang-format.bash: Fix error message when clang-format is not foundBrad King2017-07-051-1/+1
| | | | | | | | | | | | | | | Do not refer to a variable we just determined is empty to get the name of the tool for the error message. Just hard-code the name.
* | | Merge topic 'update-expat'Brad King2017-06-211-2/+3
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | d5afb178 expat: Fix compilation on systems without stdint.h 0a40c668 Merge branch 'upstream-expat' into update-expat 4b8a8c22 expat 2017-06-17 (c4446687) d9d191a1 expat: Update script to get Expat 2.2.1 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !987
| * expat: Update script to get Expat 2.2.1Brad King2017-06-191-2/+3
| |