aboutsummaryrefslogtreecommitdiff
path: root/tests/timestamp
AgeCommit message (Expand)AuthorFilesLines
2022-10-27Suppress bogus GCC 12 -Wrestrict warningBoris Kolpackov1-3/+3
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-13/+1
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-2/+3
2020-06-11Add workaround for MinGW GCC bug so to_stream(timestamp) properly handles %e ...Karen Arutyunov1-0/+3
2020-04-01Add daytime() functionKaren Arutyunov1-0/+12
2020-02-06Drop copyright notice from source codeBoris Kolpackov2-2/+0
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov2-4/+3
2019-03-13Add workarounds for all cl releases until 20.00Karen Arutyunov1-2/+2
2019-01-16Update copyright yearKaren Arutyunov2-2/+2
2018-06-26Fix comment in timestamp testKaren Arutyunov1-2/+2
2018-06-25Exclude timestamp test on MacOS, looks like broken strptime()Karen Arutyunov1-2/+3
2018-05-19Update copyright yearKaren Arutyunov2-2/+2
2018-05-18Add workarounds for all releases of VC15Karen Arutyunov1-1/+1
2018-04-13Add workarounds for VC15u7Boris Kolpackov1-1/+1
2018-02-15Add support for VC15u6Boris Kolpackov1-1/+1
2017-12-12Add support for VC 15u5Boris Kolpackov1-1/+1
2017-10-01Only enable modularized build if forcedBoris Kolpackov1-6/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov2-2/+21
2017-07-21Extend VC workarounds to version 19.11Boris Kolpackov1-1/+1
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov1-1/+1
2017-07-13Fix tests linkageKaren Arutyunov1-2/+2
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-1/+1
2017-05-15Fix VC15 warnings (/W3)Karen Arutyunov1-2/+8
2017-05-02Exclude timestamp test on FreeBSD, looks like broken strptime()Boris Kolpackov1-0/+5
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov2-3/+3
2017-01-30Make fdopen_pipe(), fdopen(), fdnull() and fddup() to set FD_CLOEXEC flagKaren Arutyunov1-1/+1
2017-01-05Update copyright yearBoris Kolpackov2-2/+2
2016-11-26Add support for VC15Karen Arutyunov1-2/+2
2016-07-01Port to MSVCKaren Arutyunov1-0/+10
2016-05-31Port to MinGWKaren Arutyunov1-5/+8
2016-04-25Fix timestamp from_string() compilation error appeared when compiled with cla...0.3.0Karen Arutyunov1-23/+53
2016-04-21Comment out test fragment that relies on locale which may not existBoris Kolpackov1-0/+2
2016-04-21Add timestamp from_string()Karen Arutyunov2-0/+166