summaryrefslogtreecommitdiffstats
path: root/src/ClockTAI.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing include arrayMatthias P. Braendli2016-09-081-1/+2
|
* Fix parsing in TAI-UTC bulletinMatthias P. Braendli2016-07-301-11/+96
| | | | | | The parser only took the last line of the bulletin, but didn't ignore announcements for leap seconds occurring in the future. This commit fixes this
* Add TAI clock runtime failure if no cURL availableMatthias P. Braendli2016-07-301-0/+2
|
* Add 1h retry if TAI offset download failedMatthias P. Braendli2016-07-221-0/+3
|
* Replace std::regex with boost::regexMatthias P. Braendli2016-03-251-4/+4
| | | | | This should allow us to support ubuntu 14.04 LTS and other distributions that do not ship a complete C++11 stdlib
* Use std::chrono in ClockTAIMatthias P. Braendli2016-03-051-19/+4
|
* Compile under OSXMatthias P. Braendli2016-03-051-1/+7
|
* Fix compilation with EDI disabledMatthias P. Braendli2016-02-271-1/+5
|
* Set edi TIST, still in an incorrect wayMatthias P. Braendli2016-01-101-2/+6
|
* Add TAI handling for EDI with TISTMatthias P. Braendli2016-01-101-0/+220