summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/osx_release.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Drop source archive generation in scriptsBrad King2019-08-281-1/+1
| | | | | We will generate the `.tar.gz` and `.zip` source archives using `git archive` in the scripts that drive the Linux build with Docker.
* Utilities/Release: Enable signing of Windows release binariesBrad King2019-05-081-0/+1
|
* Utilities/Release: Explicitly enable ccmake on macOS and LinuxBrad King2018-07-021-0/+1
| | | | | | | Since commit v3.12.0-rc1~325^2 (ccmake: Check for curses more robustly before enabling, 2018-03-21) we may not enable ccmake by default when using a non-system curses (e.g. the static curses we build on Linux for our binaries). Enable the option explicitly for our prebuilt binaries.
* server: always enable serverDaniel Pfeifer2017-08-261-1/+0
|
* Utilities/Release: Switch macOS binary to Qt 5.6.2Brad King2017-05-171-1/+1
| | | | Update from 5.6.0.
* Utilities/Release: Drop macOS .tar.Z binaryBrad King2016-10-041-1/+1
| | | | | On macOS the gzip tool is universally available, so our `.tar.gz` is sufficient.
* Utilities/Release: Enable server mode in all binariesBrad King2016-09-291-0/+1
| | | | | | Add the CMake_ENABLE_SERVER_MODE option explicitly to the configuration of all binary builds. We want to know the mode is available if the build succeeds.
* Utilities/Release: Build Linux and OS X binaries as C++14Brad King2016-09-161-1/+1
| | | | The toolchains we use to build on these platforms support it.
* Utilities/Release: Compile OS X binary as C++11Brad King2016-07-011-2/+2
| | | | | We already compile with `-stdlib=libc++` as required for Qt 5.6. We can compile as C++11 and still deploy to OS X 10.7.
* cmake-gui: Reference LGPLv3 when redistributing QtBrad King2016-06-171-1/+1
| | | | | | | | | Download http://www.gnu.org/licenses/lgpl.txt and place it as Licenses/LGPLv3.txt in our source tree. When building cmake-gui, use option CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL to enable notification in the "About" dialog of how the distribution of Qt is licensed. Install the license file as ${CMAKE_ROOT}/Licenses/LGPLv3.txt so that the dialog can display a path to it.
* Utilities/Release: Switch to OS X 10.7 and Qt 5.6 for Mac binaryBrad King2016-05-061-2/+2
| | | | | Use a new build machine to produce the OS X binary targeting OS X 10.7 and using Qt 5.6.
* Utilities/Release: Rename scripts to match target platformBrad King2016-03-171-0/+32
The machine name we happen to use for the build is less informative than its platform.