CMake/Utilities/Release
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format
Run the `Utilities/Scripts/clang-format.bash` script to update
all our C++ code to a new style defined by `.clang-format`.
Use `clang-format` version 3.8.

* If you reached this commit for a line in `git blame`, re-run the blame
  operation starting at the parent of this commit to see older history
  for the content.

* See the parent commit for instructions to rebase a change across this
  style transition commit.
2016-05-16 16:05:19 -04:00
..
Cygwin Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
WiX Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04: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
README Update release scripts. 2010-09-15 18:17:29 -04:00
create-cmake-release.cmake Utilities/Release: Create a Windows 64-bit binary 2016-03-17 09:32:16 -04:00
cygwin_release.cmake Utilities/Release: Rename scripts to match target platform 2016-03-17 09:30:30 -04:00
hythloth_release.cmake ENH: change name to MAKE_COMMAND 2006-05-08 16:50:17 -04:00
linux32_release.cmake Utilities/Release: Update to openssl-1.0.2h 2016-05-05 09:13:33 -04:00
linux64_release.cmake Utilities/Release: Update to openssl-1.0.2h 2016-05-05 09:13:33 -04:00
osx_release.cmake Utilities/Release: Switch to OS X 10.7 and Qt 5.6 for Mac binary 2016-05-06 13:08:52 -04:00
release_cmake.cmake Utilities/Release: Add optional remote launcher to ssh calls 2015-12-21 09:52:28 -05:00
release_cmake.sh.in Utilities/Release: Optionally load environment on remote build server 2015-12-21 09:52:28 -05:00
upload_release.cmake CMake 3.5.0-rc1 version update 2016-02-02 08:37:05 -05:00
win32_release.cmake Utilities/Release: Define NTDDI_VERSION for Windows binaries 2016-05-03 09:09:19 -04:00
win64_release.cmake Utilities/Release: Define NTDDI_VERSION for Windows binaries 2016-05-03 09:09:19 -04:00

README

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

http://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.

Cygwin -> directory that contains cpack cygwin package files used in
 CMakeCPack.cmake

machine_release.cmake : config files for each machine