Bill Hoffman e52d3b9268 ENH: build the qt gui пре 18 година
..
Cygwin 4925e64b97 ENH: add support for cygwin source and binary packaging пре 19 година
CMakeInstall.bmp 4aac0b6e10 BUG: Put back CMakeInstall.bmp in order to build a package with NSIS on Windows. It was inadvertently removed. пре 18 година
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... пре 18 година
README 41b20b5979 ENH: add test that builds a nightly windows cmake binary пре 18 година
create-cmake-release.cmake 41b20b5979 ENH: add test that builds a nightly windows cmake binary пре 18 година
dashmacmini2_release.cmake 7d0bc9541d ENH: release scripts пре 19 година
dashsgi1_release.cmake 3840afa054 ENH: пре 19 година
dashsgi1_release64.cmake 3840afa054 ENH: пре 19 година
dashsun1_release.cmake f3023d5a38 ENH: works пре 19 година
destiny_release.cmake 221a169cb9 ENH: working package creator пре 19 година
hythloth_release.cmake 467bfbfc76 ENH: change name to MAKE_COMMAND пре 19 година
magrathea_release.cmake 71c934f029 ENH: update for release пре 19 година
muse_release.cmake 176ea3c1b4 ENH: skip bootstrap test as it already does a bootstrap пре 19 година
muse_release64.cmake eb1e0c36cb ENH: add 64 bit sgi пре 19 година
r15n65_aix_release.cmake 07fe0176d2 ENH: use older os for AIX release пре 19 година
r36n11_aix_release.cmake 71c934f029 ENH: update for release пре 19 година
release_cmake.cmake a5aa05c051 ENH: add cygwin cpack stuff to release scripts пре 19 година
release_cmake.sh.in 71c934f029 ENH: update for release пре 19 година
upload_release.cmake 41b20b5979 ENH: add test that builds a nightly windows cmake binary пре 18 година
v60n177_aix_release.cmake b2c8f4d800 ENH: extra path пре 19 година
vogon_cygwin.cmake c55a3e4d48 ENH: add cygwin on vogon пре 19 година
vogon_release.cmake e52d3b9268 ENH: build the qt gui пре 18 година

README

To create a cmake release, first test the branch:

mkdir 2-4
cd 2-4
cmake -DCMAKE_VERSION=CMake-2-4 -P ../create-cmake-release.cmake
./create-CMake-2-4.sh

If that works:

Then tag the minor release:
cvs tag 2-4-7

Then create a release from the tag:
mkdir 2-4-7
cd 2-4-7
cmake -DCMAKE_VERSION=CMake-2-4-7 -P ../create-cmake-release.cmake
./create-CMake-2-4.sh


create-cmake-release.cmake: script to run to create release sh script
To add or remove machines this file should be edited.

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

machine_release.cmake : config files for each machine