Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed | ||||
* | CMake Release Scripts: Changes for next release candidate... | David Cole | 2011-08-26 | 1 | -2/+2 |
| | | | | | | | Removed script for dashsun1: machine is now defunct. R.I.P. Added new script for 64-bit universal binary build on dashmacmini5 with x86_64;i386 | ||||
* | CMake: eliminate use of cvs in the Release scripts | David Cole | 2011-06-02 | 1 | -18/+32 |
| | | | | | | | | | | | | | | Set GIT_COMMAND to "git" -- each machine involved in building the CMake release binaries has the right "git" in the PATH. Separate the release scripts into two batches so we can build multiple releases on the same machine, in serial, if necessary. We currnetly do this with the Windows and Cygwin release binaries on dash2win64. Sort the files to be uploaded, so that sorting them by modification time (file copy / upload time) is equivalent to sorting them alphabetically. | ||||
* | Update release scripts. | David Cole | 2010-09-15 | 1 | -6/+1 |
| | | | | | Remove scripts for machines that no longer build releases. Update comments in README. | ||||
* | Switch to git repository for creation of nightly releases. | Bill Hoffman | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | current release stuff | Bill Hoffman | 2010-02-09 | 1 | -1/+3 |
| | |||||
* | some changes for 2.8 | Bill Hoffman | 2009-11-05 | 1 | -5/+3 |
| | |||||
* | ENH: change to use CMAKE_CREATE_VERSION from CMAKE_VERSION as CMAKE_VERSION ↵ | Bill Hoffman | 2009-01-27 | 1 | -9/+9 |
| | | | | is auto-defined now | ||||
* | ENH: check in current build scripts | Bill Hoffman | 2008-08-19 | 1 | -2/+4 |
| | |||||
* | ENH: qtgui stuff | Bill Hoffman | 2008-03-07 | 1 | -1/+2 |
| | |||||
* | ENH: add test that builds a nightly windows cmake binary | Bill Hoffman | 2007-09-10 | 1 | -3/+3 |
| | |||||
* | ENH: add cygwin cpack stuff to release scripts | Bill Hoffman | 2007-02-12 | 1 | -2/+2 |
| | |||||
* | ENH: add support for cygwin source and binary packaging | Bill Hoffman | 2007-02-02 | 1 | -0/+1 |
| | |||||
* | ENH: use older os for AIX release | Bill Hoffman | 2006-11-28 | 1 | -1/+2 |
| | |||||
* | ENH: update for release | Bill Hoffman | 2006-10-16 | 1 | -1/+1 |
| | |||||
* | ENH: release scripts | Bill Hoffman | 2006-05-19 | 1 | -1/+1 |
| | |||||
* | ENH: remove ps thing | Bill Hoffman | 2006-05-10 | 1 | -4/+1 |
| | |||||
* | ENH: it works | Bill Hoffman | 2006-05-10 | 1 | -2/+4 |
| | |||||
* | ENH: | Bill Hoffman | 2006-05-10 | 1 | -2/+2 |
| | |||||
* | ENH: seems to be working | Bill Hoffman | 2006-05-09 | 1 | -6/+6 |
| | |||||
* | ENH: add a xterm script create script | Bill Hoffman | 2006-05-09 | 1 | -0/+29 |