summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'backport-3.19-rel-file-table' into rel-file-tableBrad King2021-04-051-0/+11
|\
| * Merge tag 'v3.19.2' into backport-3.19-rel-file-tableBrad King2021-04-051-0/+6
| |\
| * \ Merge branch 'backport-3.18-rel-file-table' into backport-3.19-rel-file-tableBrad King2021-04-051-0/+11
| |\ \
| | * | Utilities/Release: Add script to generate a table of filesBrad King2021-04-051-0/+11
| | | | | | | | | | | | | | | | Fixes: #22002
* | | | Utilities/Release: Rename Linux packages to 'linux-$arch'Brad King2021-01-251-3/+3
| |_|/ |/| |
* | | Utilities/Release: Add script to build Qt 5.9.9 macOS universal binariesBrad King2020-12-101-0/+6
|/ / | | | | | | | | These may be used to build a CMake universal binary for macOS that supports both architectures on Apple Silicon and is compatible with OS X 10.10.
* | Utilities/Release: Drop now-unused scriptsBrad King2020-09-171-20/+0
|/ | | | | | | | | | | | | | Since these commits: * commit ab2276e6b9 (Utilities/Release: remove old macOS release script, 2020-09-16) * commit 7670ba8b0a (Utilities/Release: Drop win{32,64} scripts in favor of docker build, 2020-05-05, v3.18.0-rc1~203^2) * commit 689fdbfc61 (Utilities/Release: Drop linux64 script in favor of docker build, 2019-08-27, v3.16.0-rc1~184^2) several scripts we once used for producing release binaries for distribution on `cmake.org` are no longer needed.
* Utilities/Release: Add docker specs to build and test Windows binariesBrad King2020-05-051-2/+10
| | | | | | | | | 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`.
* Utilities/Release: Generalize OS in README docker instructionsBrad King2020-05-051-9/+13
| | | | | Replace the hard-coded OS name `linux` with an `<os>` placeholder. Mention `linux` in an explicit list of supported `<os>/<arch>` pairs.
* Utilities/Release: Make README docker examples more readableBrad King2020-05-051-7/+7
| | | | | Hard-code them for `linux/x86_64` instead of using an `<arch>` placeholder. Update the prose to mention the platform/arch explicitly.
* Utilities/Release: Add docker spec for STGZ package on LinuxBrad King2019-08-291-1/+1
| | | | | | | The spec added by commit facc240a45 (Utilities/Release: Add docker specs to build and test Linux binaries, 2019-08-23) generates only the TGZ package, but the old `Utilities/Release/linux64_release.cmake` script also generated a STGZ package.
* Utilities/Release: Add docker specs to build and test Linux binariesBrad King2019-08-281-0/+57
| | | | | These will allow anyone to produce portable binaries like those published on `cmake.org`.
* Utilities/Release: Add README.rst describing directory contentBrad King2019-08-231-0/+27