Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing include array | Matthias P. Braendli | 2016-09-08 | 1 | -1/+2 |
| | |||||
* | Fix parsing in TAI-UTC bulletin | Matthias P. Braendli | 2016-07-30 | 1 | -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 available | Matthias P. Braendli | 2016-07-30 | 1 | -0/+2 |
| | |||||
* | Add 1h retry if TAI offset download failed | Matthias P. Braendli | 2016-07-22 | 1 | -0/+3 |
| | |||||
* | Replace std::regex with boost::regex | Matthias P. Braendli | 2016-03-25 | 1 | -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 ClockTAI | Matthias P. Braendli | 2016-03-05 | 1 | -19/+4 |
| | |||||
* | Compile under OSX | Matthias P. Braendli | 2016-03-05 | 1 | -1/+7 |
| | |||||
* | Fix compilation with EDI disabled | Matthias P. Braendli | 2016-02-27 | 1 | -1/+5 |
| | |||||
* | Set edi TIST, still in an incorrect way | Matthias P. Braendli | 2016-01-10 | 1 | -2/+6 |
| | |||||
* | Add TAI handling for EDI with TIST | Matthias P. Braendli | 2016-01-10 | 1 | -0/+220 |