Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |