| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+4 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -2/+2 |
|
|
* | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -3/+2 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -4/+4 |
|
|
* | cmGeneratedFileStream: Use ``std::string const&`` instead of ``const char*`` | Sebastian Holtermann | 2018-08-07 | 1 | -6/+6 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -2/+3 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -1/+1 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | cmGeneratedFileStream: Add optional encoding support | Dāvis Mosāns | 2016-10-06 | 1 | -2/+5 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -2/+1 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -5/+5 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmGeneratedFileStream: Fix spelling in comment | Raffi Enficiaud | 2015-09-17 | 1 | -2/+2 |
|
|
* | Drop SGI as a CMake host compiler. | Stephen Kelly | 2015-01-08 | 1 | -8/+0 |
|
|
* | stringapi: Use strings for generated file stream names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -2/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ... | David Cole | 2007-11-16 | 1 | -2/+2 |
|
|
* | COMP: Fix warning about not being able to automatically generate a copy const... | Brad King | 2007-08-01 | 1 | -0/+3 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -7/+7 |
|
|
* | COMP: Remove warning | Andy Cedilnik | 2006-01-12 | 1 | -1/+2 |
|
|
* | ENH: Add support for binary | Andy Cedilnik | 2006-01-12 | 1 | -1/+1 |
|
|
* | ENH: Add a way to overwrite compression extension | Andy Cedilnik | 2006-01-02 | 1 | -0/+8 |
|
|
* | ENH: Allow changing of file name | Andy Cedilnik | 2005-05-10 | 1 | -0/+6 |
|
|
* | COMP: Added pragma directives for SGI compilers to avoid useless warnings. | Brad King | 2005-05-03 | 1 | -0/+8 |
|
|
* | ENH: Added Close method and updated Open method to allow streams to be reused. | Brad King | 2005-04-05 | 1 | -5/+17 |
|
|
* | ENH: Add compression support | Andy Cedilnik | 2005-01-27 | 1 | -0/+11 |
|
|
* | ENH: Added default constructor and Open method. | Brad King | 2005-01-26 | 1 | -2/+23 |
|
|
* | STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ... | Brad King | 2004-11-03 | 1 | -7/+10 |
|
|
* | COMP: Fix new cmGeneratedFileStream for MSVC. | Brad King | 2004-11-03 | 1 | -0/+2 |
|
|
* | ENH: Re-implemented cmGeneratedFileStream to look like a real stream and repl... | Brad King | 2004-11-03 | 1 | -106/+49 |
|
|
* | BUG: make sure global generate is done when cmakelist file chagnes, also make... | Bill Hoffman | 2004-05-20 | 1 | -0/+1 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
|
|
* | ENH: try to better handle control-c during make Makefiles | Bill Hoffman | 2001-06-04 | 1 | -4/+24 |
|
|
* | BUG: remove warning | Bill Hoffman | 2001-05-23 | 1 | -1/+1 |
|
|
* | BUG: fix to compile on hp with aCC | Bill Hoffman | 2001-05-17 | 1 | -1/+1 |
|
|
* | ERR: const error fixed. | Brad King | 2001-05-16 | 1 | -1/+1 |
|
|
* | ERR: Added is_open() check in cmGeneratedFileStream::operator bool() so that ... | Brad King | 2001-05-16 | 1 | -1/+1 |
|
|
* | ENH: cmGeneratedFileStream class added to simplify copy-if-different usage on... | Brad King | 2001-05-16 | 1 | -0/+142 |
|
|