| Commit message (Expand) | Author | Age | Files | Lines |
* | NMake: Use UTF-8 with BOM if supported by nmake | Amine Najahi | 2021-05-05 | 1 | -0/+5 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -4/+4 |
|
|
* | cmGeneratedFileStream: Add WriteRaw method | Ben McMorran | 2020-08-03 | 1 | -1/+13 |
|
|
* | cmGeneratedFileStream: Use random temporary file extension by default | Brad King | 2020-07-08 | 1 | -1/+3 |
|
|
* | cmGeneratedFileStream: Optionally use custom temporary file extension | Brad King | 2020-07-08 | 1 | -2/+12 |
|
|
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -1/+2 |
|
|
* | cmGeneratedFileStream: File resource leak if oldname not found | Bo Rydberg | 2020-03-01 | 1 | -0/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | cmGeneratedFileStreamBase: Optimize string construction in Close | Brad King | 2019-09-09 | 1 | -1/+2 |
|
|
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -4/+4 |
|
|
* | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -4/+2 |
|
|
* | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -3/+1 |
|\ |
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | | cmSystemTools::RenameFile: Accepts std::string args | Vitaly Stakhovsky | 2019-01-23 | 1 | -1/+1 |
|/ |
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -8/+0 |
|
|
* | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 1 | -8/+2 |
|
|
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -3/+3 |
|
|
* | cmGeneratedFileStream: Use ``std::string const&`` instead of ``const char*`` | Sebastian Holtermann | 2018-08-07 | 1 | -12/+13 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -2/+2 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -2/+3 |
|
|
* | cmGeneratedFileStream: Add optional encoding support | Dāvis Mosāns | 2016-10-06 | 1 | -2/+17 |
|
|
* | 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 | -0/+2 |
|
|
* | Remove redundant arguments from fstream constructors | Daniel Pfeifer | 2016-06-14 | 1 | -1/+1 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -67/+51 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -16/+0 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -4/+4 |
|
|
* | stringapi: Use strings for generated file stream names | Ben Boeckel | 2014-03-08 | 1 | -6/+1 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -3/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: On VMS use _dir and _tmp, not .dir and .tmp | Brad King | 2009-06-10 | 1 | -0/+4 |
|
|
* | ENH: Move RenameFile to cmSystemTools | Brad King | 2009-04-15 | 1 | -53/+1 |
|
|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ... | David Cole | 2007-11-16 | 1 | -5/+9 |
|
|
* | COMP: remove warnings | Bill Hoffman | 2007-09-27 | 1 | -1/+1 |
|
|
* | ENH: Add options to build with system utility libraries. Organize inclusion ... | Brad King | 2006-10-19 | 1 | -5/+5 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -3/+6 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -40/+40 |
|
|
* | COMP: Remove warning | Andy Cedilnik | 2006-01-12 | 1 | -2/+2 |
|
|
* | COMP: Fix compile error that was caused by the binary flag | Andy Cedilnik | 2006-01-12 | 1 | -1/+8 |
|
|
* | ENH: Add support for binary | Andy Cedilnik | 2006-01-12 | 1 | -2/+2 |
|
|
* | BUG: Fix the compression with custom extension | Andy Cedilnik | 2006-01-02 | 1 | -1/+1 |
|
|
* | ENH: Add a way to overwrite compression extension | Andy Cedilnik | 2006-01-02 | 1 | -3/+11 |
|
|
* | ENH: Allow changing of file name | Andy Cedilnik | 2005-05-10 | 1 | -1/+13 |
|
|
* | ENH: For sanity, create directory before creating generated file stream | Andy Cedilnik | 2005-04-13 | 1 | -0/+3 |
|
|
* | ENH: Added Close method and updated Open method to allow streams to be reused. | Brad King | 2005-04-05 | 1 | -17/+35 |
|
|
* | COMP: Fix unused parameter warning when bootstrapping. | Brad King | 2005-01-28 | 1 | -2/+5 |
|
|