Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Renamed to avoid collision with libcurl | Thiago Marcos P. Santos | 2019-06-10 | 1 | -2/+2 |
| | | | | | Rename curlx_sltosi to mbgl_curlx_sltosi to avoid collision when liking with libcurl statically. | ||||
* | [core] update parse_date from cURL 7.61.0 | Konstantin Käfer | 2018-07-31 | 2 | -108/+100 |
| | |||||
* | [core] treat parsedate as C++ file to remove C build rules | Konstantin Käfer | 2018-07-16 | 2 | -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 targets | Konstantin Käfer | 2017-11-29 | 1 | -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 API | John Firebaugh | 2016-01-22 | 2 | -0/+727 |