Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -2/+2 |
| | | | | | Use an ad-hoc clang tool for matching the calls which should be ported. | ||||
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
| | | | | | | Use the clang RemoveCStrCalls tool to automatically migrate the code. This was only run on linux, so does not have any positive or negative effect on other platforms. | ||||
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -11/+3 |
| | | | | Variable names are always generated by CMake and should never be NULL. | ||||
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | RunSingleCommand: Replace verbose boolean with enum | Johan Björk | 2011-07-28 | 1 | -1/+1 |
| | | | | | No behaviour change, this prepares for adding a flag to skip the merging of output streams. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover ↵ | Zach Mullen | 2009-08-27 | 1 | -6/+0 |
| | | | | for ctest | ||||
* | ENH: fix part submission to not have memory of the last part submission | Bill Hoffman | 2009-01-15 | 1 | -0/+1 |
| | |||||
* | ENH: Divide CTest file submission list by part | Brad King | 2009-01-12 | 1 | -3/+4 |
| | | | | | | This splits the list of files for CTest to submit into those belonging to each part. The set is recombined just before submission. Later this will allow piecewise submissions. | ||||
* | ENH: Teach ctest_* to create appending XML files | Brad King | 2009-01-12 | 1 | -0/+1 |
| | | | | | This adds an APPEND option to the ctest_* commands which tells them to put the Append="true" attribute in the Site element of their XML file. | ||||
* | ENH: Add OPTIONS argument to the ctest_configure command so that you can ↵ | David Cole | 2008-12-30 | 1 | -3/+4 |
| | | | | pass -D arguments to the cmake configure step from a ctest -S script. Also clarify/correct some not so helpful error messages. | ||||
* | ENH: add initial ctest -j feature | Bill Hoffman | 2008-07-03 | 1 | -0/+6 |
| | |||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-28 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: make sure there is an error and notify user if nightly start time not set | Bill Hoffman | 2007-08-03 | 1 | -1/+10 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -1/+2 |
| | |||||
* | BUG: Make handle arguments work again | Andy Cedilnik | 2006-04-30 | 1 | -0/+1 |
| | |||||
* | ENH: Add support for special tracks, fix options of handlers so that the -R, ↵ | Andy Cedilnik | 2006-04-28 | 1 | -0/+28 |
| | | | | -U, and so on work in the new style scripting | ||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -25/+26 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -11/+19 |
| | |||||
* | COMP: Simplify logic and remove sun compile error | Andy Cedilnik | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | BUG: Prevent from creating bogus files | Andy Cedilnik | 2005-08-24 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup file name | Andy Cedilnik | 2005-07-18 | 1 | -1/+4 |
| | |||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -0/+57 |
| | | | | multiple submited files | ||||
* | ENH: Add a method to parse command line argument inside the handler | Andy Cedilnik | 2005-06-03 | 1 | -0/+4 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -1/+1 |
| | | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake | ||||
* | ENH: Add a way to set options of the handler genericly | Andy Cedilnik | 2005-02-17 | 1 | -0/+30 |
| | |||||
* | ENH: Several cleanups and improvements | Andy Cedilnik | 2005-01-27 | 1 | -0/+5 |
| | |||||
* | ENH: Add a superclass to all handlers | Andy Cedilnik | 2005-01-27 | 1 | -0/+25 |