Bill Hoffman 57240f584a ENH: check in current build scripts 17 年之前
..
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 57240f584a ENH: check in current build scripts 17 年之前
dashmacmini2_release.cmake fcce2f3b61 ENH: qtgui stuff 17 年之前
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 57240f584a ENH: check in current build scripts 17 年之前
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 fcce2f3b61 ENH: qtgui stuff 17 年之前
upload_release.cmake 57240f584a ENH: check in current build scripts 17 年之前
v20n17_aix_release.cmake 57240f584a ENH: check in current build scripts 17 年之前
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 年之前
vogon_release_qt.cmake 12e64fb9c2 ENH: 17 年之前

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