index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmTimestamp.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
string(TIMESTAMP): Add %z and %Z for adding time zone string
Vasiliy Koyrev
2022-10-27
1
-3/+60
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-1/+1
*
string(TIMESTAMP): add %f specifier for microseconds
Peter Würth
2022-01-28
1
-10/+50
*
mingw: fix calling convention for strftime()
Christoph Reiter
2021-11-30
1
-1/+1
*
MINGW-w64: Fix string(TIMESTAMP) build on 32bits.
Antons Jeļkins
2021-11-18
1
-3/+9
*
cmTimestamp: Declare component buffer before MinGW-specific code
Antons Jeļkins
2021-11-18
1
-2/+2
*
string(TIMESTAMP): Add %V specifier for ISO 8601 week number
Antons Jeļkins
2021-08-02
1
-0/+23
*
OpenBSD: Fix system feature definitions
Rafael Sadowski
2021-04-14
1
-3/+2
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
clang-tidy: fix `bugprone-reserved-identifier` warnings
Ben Boeckel
2021-01-27
1
-0/+2
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-3/+3
*
libuv: Add support for building for QNX within CMake
Elad Lahav
2020-09-25
1
-1/+2
*
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-1/+1
*
CMake compilation: do not use compiler extensions
Marc Chevrier
2020-03-23
1
-0/+10
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-3/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-2/+2
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1/+1
*
string(TIMESTAMP): Fix unset TZ
Jose Luis Blanco-Claraco
2018-10-09
1
-1/+11
*
cmSystemTools: Revert GetRealPath implementation on Windows
Brad King
2018-05-29
1
-1/+2
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1/+1
*
cmTimestamp: For symlinks switch to timestamp of resolved path
Manuel Núñez
2017-10-24
1
-2/+4
*
Timestamp: support %A and %B
Bernhard M. Wiedemann
2017-09-07
1
-0/+2
*
Merge topic 'cstyle-casts'
Daniel Pfeifer
2017-08-30
1
-1/+1
|
\
|
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-1/+1
*
|
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
|
/
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-3/+3
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
string: Teach TIMESTAMP to treat %% as %
Bernhard M. Wiedemann
2017-01-27
1
-0/+1
*
cmTimestamp: Support SOURCE_DATE_EPOCH to override current time
Bernhard M. Wiedemann
2017-01-26
1
-0/+11
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-6/+2
*
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
1
-0/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
string(TIMESTAMP ...): add '%a' and '%b' format specifiers
Ruslan Baratov
2016-09-12
1
-0/+2
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-4/+3
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-3/+3
*
Prefer istringstream and ostringstream over stringstream.
Daniel Pfeifer
2016-06-14
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-55/+43
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-5/+0
*
Source: Stabilize include order of sys/types.h before sys/stat.h
Brad King
2016-05-03
1
-1/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-2/+2
*
CMake: Extend TIMESTAMP sub-commands with new unix time format specifier
Jose-Luis Blanco-Claraco
2016-02-18
1
-5/+59
*
Encoding: Replace some system calls with kwsys calls which handle unicode.
Clinton Stimpson
2014-07-01
1
-5/+3
*
CMake: Fix dashboard build errors and warnings
David Cole
2012-12-06
1
-3/+3
*
CMake: Fix dashboard test failure
David Cole
2012-12-05
1
-8/+2
*
CMake: Stylistic changes and documentation tweaks
David Cole
2012-12-05
1
-22/+28
*
CMake: Add TIMESTAMP subcommand to string and file commands
Nils Gladitz
2012-12-05
1
-0/+134