summaryrefslogtreecommitdiff
path: root/Source/cmTimestamp.cxx
Commit message (Expand)AuthorAgeFilesLines
* string(TIMESTAMP): Add %z and %Z for adding time zone stringVasiliy Koyrev2022-10-271-3/+60
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
* string(TIMESTAMP): add %f specifier for microsecondsPeter Würth2022-01-281-10/+50
* mingw: fix calling convention for strftime()Christoph Reiter2021-11-301-1/+1
* MINGW-w64: Fix string(TIMESTAMP) build on 32bits.Antons Jeļkins2021-11-181-3/+9
* cmTimestamp: Declare component buffer before MinGW-specific codeAntons Jeļkins2021-11-181-2/+2
* string(TIMESTAMP): Add %V specifier for ISO 8601 week numberAntons Jeļkins2021-08-021-0/+23
* OpenBSD: Fix system feature definitionsRafael Sadowski2021-04-141-3/+2
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-2/+2
* clang-tidy: fix `bugprone-reserved-identifier` warningsBen Boeckel2021-01-271-0/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-3/+3
* libuv: Add support for building for QNX within CMakeElad Lahav2020-09-251-1/+2
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* CMake compilation: do not use compiler extensionsMarc Chevrier2020-03-231-0/+10
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* string(TIMESTAMP): Fix unset TZJose Luis Blanco-Claraco2018-10-091-1/+11
* cmSystemTools: Revert GetRealPath implementation on WindowsBrad King2018-05-291-1/+2
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* cmTimestamp: For symlinks switch to timestamp of resolved pathManuel Núñez2017-10-241-2/+4
* Timestamp: support %A and %BBernhard M. Wiedemann2017-09-071-0/+2
* Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-301-1/+1
|\
| * Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* string: Teach TIMESTAMP to treat %% as %Bernhard M. Wiedemann2017-01-271-0/+1
* cmTimestamp: Support SOURCE_DATE_EPOCH to override current timeBernhard M. Wiedemann2017-01-261-0/+11
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-6/+2
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* string(TIMESTAMP ...): add '%a' and '%b' format specifiersRuslan Baratov2016-09-121-0/+2
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-4/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-55/+43
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-5/+0
* Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-031-1/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* CMake: Extend TIMESTAMP sub-commands with new unix time format specifierJose-Luis Blanco-Claraco2016-02-181-5/+59
* Encoding: Replace some system calls with kwsys calls which handle unicode.Clinton Stimpson2014-07-011-5/+3
* CMake: Fix dashboard build errors and warningsDavid Cole2012-12-061-3/+3
* CMake: Fix dashboard test failureDavid Cole2012-12-051-8/+2
* CMake: Stylistic changes and documentation tweaksDavid Cole2012-12-051-22/+28
* CMake: Add TIMESTAMP subcommand to string and file commandsNils Gladitz2012-12-051-0/+134