aboutsummaryrefslogtreecommitdiffstats
path: root/test/base/timestamp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* compat/chrono_literals: Add C++14 backport.cppAlexander Sulfrian2015-04-051-4/+5
| | | | | Add user-defined literals for duration types (like the ones from C++14), Because these are user-defined they start with an underscore.
* base/time: Replaces by std::chrono.Alexander Sulfrian2015-04-031-5/+5
|
* test: Fix include paths.Alexander Sulfrian2015-03-311-1/+1
|
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* test/base/timestamp: some timestamp testsAlexander Sulfrian2013-01-211-0/+68