Brad King b82d027b45 Utilities/Release: Drop Linux 32-bit binary hace 9 años
..
Cygwin da7276cf94 Replace http://www.cmake.org URLs with https://cmake.org hace 10 años
WiX d9fd2f5402 Revise C++ coding style using clang-format hace 9 años
CMakeInstall.bmp 4aac0b6e10 BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on Windows. It was inadvertently removed. hace 18 años
CMakeLogo.ico af46642deb ENH: Put black outline around all resolutions of the new ico files. Looks better on a dark background than the lighter outline... hace 18 años
README 4a67481ed6 Update release scripts. hace 15 años
create-cmake-release.cmake b82d027b45 Utilities/Release: Drop Linux 32-bit binary hace 9 años
cygwin_release.cmake dd63007544 Utilities/Release: Rename scripts to match target platform hace 10 años
hythloth_release.cmake 467bfbfc76 ENH: change name to MAKE_COMMAND hace 20 años
linux64_release.cmake ad7da08ac1 Utilities/Release: Switch to Qt 5.7 for Linux x86_64 binary hace 9 años
osx_release.cmake e1e54295e8 Utilities/Release: Compile OS X binary as C++11 hace 9 años
release_cmake.cmake a95b47154e Utilities/Release: Add optional remote launcher to ssh calls hace 10 años
release_cmake.sh.in 240b065faa Utilities/Release: Optionally load environment on remote build server hace 10 años
upload_release.cmake 91f6e7904a CMake 3.6.0-rc1 version update hace 9 años
win32_release.cmake 9587011d14 Utilities/Release: Update Windows binary host path to CMake hace 9 años
win64_release.cmake 9587011d14 Utilities/Release: Update Windows binary host path to CMake hace 9 años

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