Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused cmLocalGenerator include. | Stephen Kelly | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | Remove use of include <cmsys/ios/*> and cmsys_ios::* | Brad King | 2015-08-20 | 1 | -2/+1 |
| | | | | We no longer need this compatibility layer for the compilers we support. | ||||
* | Remove borland workarounds. | Stephen Kelly | 2014-10-15 | 1 | -2/+0 |
| | | | | | CMake 3.0 is the last release to require to be able to build with Borland. | ||||
* | 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. | ||||
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -2/+3 |
| | | | | | Also use SystemTools::Fopen() instead of fopen(). This is to eventually support utf-8 filenames. | ||||
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | 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/ \+$//' | ||||
* | CPack STGZ put execute permission on all packages files (component case) | Eric NOULARD | 2012-03-18 | 1 | -7/+18 |
| | |||||
* | CPack: Refactor API in order to handle multi-file packages | Eric NOULARD | 2010-08-11 | 1 | -4/+3 |
| | | | | | | | | The multi-argument CompressFiles(...) method has been replace by the no-argument PackageFiles() method and 3 more member variables. This will enable implemention of multi-package generators. Now each specific generator (which overloads PackageFiles()) may decide to change the name and/or the number of generated package files. | ||||
* | 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. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -2/+4 |
| | |||||
* | ENH: Add support for stipping and make more things overwritable | Andy Cedilnik | 2006-05-02 | 1 | -1/+1 |
| | |||||
* | ENH: Add license and make it more verbose | Andy Cedilnik | 2006-05-01 | 1 | -1/+10 |
| | |||||
* | ENH: Remove some debugging | Andy Cedilnik | 2006-04-18 | 1 | -1/+1 |
| | |||||
* | COMP: Remove non-existent header | Andy Cedilnik | 2006-04-18 | 1 | -2/+0 |
| | |||||
* | ENH: More cleanups and add stgz header script, so it does not have to be ↵ | Andy Cedilnik | 2006-04-18 | 1 | -24/+74 |
| | | | | hard-coded. Also, the user can overwrite it | ||||
* | ENH: Support for packaging source, several cleanups and more yeehaa... | Andy Cedilnik | 2006-04-15 | 1 | -0/+7 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -2/+2 |
| | |||||
* | STYLE: Lots of formating to remove style problems | Andy Cedilnik | 2006-03-08 | 1 | -6/+10 |
| | |||||
* | ENH: Improved support for icons, random directories, etc... | Andy Cedilnik | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | ENH: More CPack stuff and fix zlib compression | Andy Cedilnik | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | ENH: Start working on CPack input file and cleanups | Andy Cedilnik | 2006-01-02 | 1 | -12/+0 |
| | |||||
* | ENH: More improvements and add logging | Andy Cedilnik | 2006-01-02 | 1 | -0/+2 |
| | |||||
* | ENH: Merge from the cpack branch | Andy Cedilnik | 2006-01-02 | 1 | -0/+73 |