summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/win/x86/cache-i386.txt
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Drop docker specs for Windows binariesBrad King2022-06-011-42/+0
| | | | | | | | | Since commit 4c7c66dcf5 (gitlab-ci: Add jobs to make Windows x86_64 and i386 packages, 2022-05-19), we use CI jobs to produce Windows binaries. Revert commit ff929badb3 (Utilities/Release: Add docker specs to build and test Windows binaries, 2020-05-05, v3.18.0-rc1~203^2~1). The filesystem inside Windows containers is too slow to support parallel builds efficiently.
* CMake: Use FindPython instead of FindPythonInterp to build CMake itselfKyle Edwards2022-04-211-1/+1
| | | | Fixes: #23444
* Merge topic 'doc-qhelpgenerator'Brad King2022-04-081-1/+1
|\ | | | | | | | | | | | | | | bf69fa32c4 Utilities/Sphinx: Update qthelp generation to qhelpgenerator 37904abb58 Help: Add "Updates" section header in 3.22 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7150
| * Utilities/Sphinx: Update qthelp generation to qhelpgeneratorBrad King2022-04-071-1/+1
| | | | | | | | `qcollectiongenerator` is deprecated in favor of `qhelpgenerator`.
* | Tests: Run MFC test only when explicitly enabledBrad King2022-02-031-3/+0
|/ | | | | | | | Previously we used a complicated heuristic to decide whether or not to run the MFC test, but it sometimes decided incorrectly to run the test. Since that was first written, we have developed a convention for other tests to enable them via undocumented cache entries that are added only on machines known to meet the tests' requirements. Do that for MFC.
* Utilities/Release: Rename Windows packages to 'windows-$arch'Brad King2021-01-261-1/+1
|
* Utilities/Release: Add docker specs to build and test Windows binariesBrad King2020-05-051-0/+45
These will allow anyone to produce portable binaries like those published on `cmake.org`. Follow the pattern from commit facc240a45 (Utilities/Release: Add docker specs to build and test Linux binaries, 2019-08-23, v3.16.0-rc1~184^2~2). Parameterize the architecture to support both `x86_64` and `i386`.