Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Utilities/Release: Pass pre-built docs tarball | Brad King | 2014-01-29 | 1 | -0/+11 |
| | | | | | | | | Avoid requiring all build machines for the upstream packaging process to have Python and Sphinx installed. Instead create a way to build the documentation once on the host machine and copy it to each build machine as a tarball with content to include in the installation tree for packaging. | ||||
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -32/+32 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed | ||||
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//' | ||||
* | CMake: eliminate use of cvs in the Release scripts | David Cole | 2011-06-02 | 1 | -7/+3 |
| | | | | | | | | | | | | | | 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. | ||||
* | Change the nightly tests to build from the nightly branch and not next. | Bill Hoffman | 2011-01-07 | 1 | -1/+1 |
| | | | | | This will make sure that the nightly test matches the dashboard nightly section. When it was next, it used next from when the test was run. | ||||
* | Fix the name of the variable being tested. | Bill Hoffman | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | add next as an orgin based branch, and not a tag. | Bill Hoffman | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | Fix release scripts to be able to build releases from tags. | Bill Hoffman | 2010-09-10 | 1 | -1/+5 |
| | |||||
* | Switch to git repository for creation of nightly releases. | Bill Hoffman | 2010-02-23 | 1 | -10/+4 |
| | |||||
* | Handle older cvs clients that do not allow for the password to be in the ↵ | Bill Hoffman | 2009-09-23 | 1 | -1/+4 |
| | | | | CVSROOT. | ||||
* | Do not require a cvs login for checkout. | Bill Hoffman | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | ENH: change to use CMAKE_CREATE_VERSION from CMAKE_VERSION as CMAKE_VERSION ↵ | Bill Hoffman | 2009-01-27 | 1 | -10/+10 |
| | | | | is auto-defined now | ||||
* | ENH: add cygwin cpack stuff to release scripts | Bill Hoffman | 2007-02-12 | 1 | -1/+15 |
| | |||||
* | ENH: add support for cygwin source and binary packaging | Bill Hoffman | 2007-02-02 | 1 | -2/+9 |
| | |||||
* | ENH: extra path | Bill Hoffman | 2006-05-14 | 1 | -3/+4 |
| | |||||
* | ENH: working package creator | Bill Hoffman | 2006-05-11 | 1 | -13/+41 |
| | |||||
* | ENH: works | Bill Hoffman | 2006-05-09 | 1 | -4/+7 |
| | |||||
* | ENH: seems to be working | Bill Hoffman | 2006-05-09 | 1 | -10/+4 |
| | |||||
* | ENH: add 64 bit sgi | Bill Hoffman | 2006-05-09 | 1 | -6/+9 |
| | |||||
* | ENH: change name to MAKE_COMMAND | Bill Hoffman | 2006-05-08 | 1 | -4/+4 |
| | |||||
* | ENH: add extra copy for ibm | Andy Cedilnik | 2006-05-08 | 1 | -0/+5 |
| | |||||
* | ENH: add make program stuff | Bill Hoffman | 2006-05-08 | 1 | -0/+6 |
| | |||||
* | ENH: make release directory a variable | Bill Hoffman | 2006-05-05 | 1 | -2/+5 |
| | |||||
* | ENH: move from tr to cat since it works from a windows machine and works on ↵ | Bill Hoffman | 2006-05-05 | 1 | -5/+7 |
| | | | | the AIX | ||||
* | ENH: add missing quote and some comments | Bill Hoffman | 2006-05-05 | 1 | -0/+4 |
| | |||||
* | ENH: remove old copy | Bill Hoffman | 2006-05-05 | 1 | -0/+2 |
| | |||||
* | ENH: working on hp | Bill Hoffman | 2006-05-05 | 1 | -4/+14 |
| | |||||
* | ENH: create script is working | Bill Hoffman | 2006-05-05 | 1 | -6/+2 |
| | |||||
* | ENH: create script is working | Bill Hoffman | 2006-05-05 | 1 | -1/+1 |
| | |||||
* | ENH: create script is working | Bill Hoffman | 2006-05-05 | 1 | -8/+6 |
| | |||||
* | ENH: change to script mode | Bill Hoffman | 2006-05-05 | 1 | -52/+11 |
| | |||||
* | ENH: add cvs command variable | Bill Hoffman | 2006-05-03 | 1 | -1/+1 |
| | |||||
* | ENH: more aix stuff | Bill Hoffman | 2006-05-03 | 1 | -2/+2 |
| | |||||
* | ENH: add aix | Bill Hoffman | 2006-05-03 | 1 | -1/+12 |
| | |||||
* | ENH: getting better | Bill Hoffman | 2006-05-03 | 1 | -10/+25 |
| | |||||
* | ENH: remove debug | Bill Hoffman | 2006-05-02 | 1 | -1/+0 |
| | |||||
* | ENH: more stuff | Bill Hoffman | 2006-05-02 | 1 | -1/+2 |
| | |||||
* | ENH: remove if0 | Bill Hoffman | 2006-05-02 | 1 | -5/+0 |
| | |||||
* | ENH: first pass at cmake scripts to create the cmake release | Bill Hoffman | 2006-05-02 | 1 | -0/+83 |