summaryrefslogtreecommitdiff
path: root/Source/cmTimestamp.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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