CMake/Utilities/Release
Brad King b40d45cdb1 Utilities/Release: Update to openssl-1.1.0g
Update the prebuilt binary build configurations for machines where
we build our own OpenSSL library to use a newer version.

Now that we require pthreads for libuv anyway, we can use OpenSSL 1.1
along with its dependency on pthreads.
2017-11-14 09:43:03 -05:00
..
WiX Utilities/Release: Store WiX CMake install location in Windows registry 2016-12-05 16:05:19 +01:00
CMakeInstall.bmp BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on Windows. It was inadvertently removed. 2007-09-06 17:47:47 -04:00
CMakeLogo.ico ENH: Put black outline around all resolutions of the new ico files. Looks better on a dark background than the lighter outline... 2007-11-08 15:54:26 -05:00
consolidate-relnotes.bash Utilities/Release: Add script to consolidate release notes 2017-06-02 14:18:34 -04:00
create-cmake-release.cmake Utilities/Release: Add html docs to Windows 64-bit binary 2016-09-28 08:55:29 -04:00
linux64_release.cmake Utilities/Release: Update to openssl-1.1.0g 2017-11-14 09:43:03 -05:00
osx_release.cmake server: always enable server 2017-08-26 07:46:58 +02:00
README Utilities/Release: Update README to reference https URL 2016-10-04 11:37:16 -04:00
release_cmake.cmake Utilities/Release: Fetch stage/master/head 2017-03-24 08:56:41 -04:00
release_cmake.sh.in Utilities/Release: Fetch from gitlab.kitware.com repository 2017-03-03 15:03:00 -05:00
upload_release.cmake CMake 3.10.0-rc1 version update 2017-10-05 09:55:23 -04:00
win32_release.cmake Utilities/Release: Build static executables on Windows 2017-11-14 07:26:36 -05:00
win64_release.cmake Utilities/Release: Build static executables on Windows 2017-11-14 07:26:36 -05:00

To create a cmake release, make sure the "release" tag is pointing to the
expected git commit:

https://cmake.org/gitweb?p=cmake.git;a=shortlog;h=refs/heads/release

Then as kitware@hythloth, using an up-to-date CMake:

  cd ~/CMakeReleases/cmake/Utilities/Release
  mkdir 283rc1
  cd 283rc1
  ~/CMakeReleases/build/bin/cmake -DCMAKE_CREATE_VERSION=release -P ../create-cmake-release.cmake
  ./create-release.sh


create-cmake-release.cmake:  script to run to create release sh scripts
Add or remove machines in create-cmake-release.cmake.

machine_release.cmake : config files for each machine