summaryrefslogtreecommitdiff
path: root/src/parsedate
Commit message (Collapse)AuthorAgeFilesLines
* [core] update parse_date from cURL 7.61.0Konstantin Käfer2018-07-312-108/+100
|
* [core] treat parsedate as C++ file to remove C build rulesKonstantin Käfer2018-07-162-2/+2
| | | | It is already wrapped with #ifdef __cplusplus extern "C", so we can safely compile it as C++ but retain C linkage
* [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-291-9/+9
| | | | | | | Enables -fvisibility=hidden for iOS and Linux, and adds a workaround for GCC 6.3-7.1 Adds a GCC 6 build Enables diagnostics for C files Fixes a shadow warning in parsedate.c
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-222-0/+727