Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Use mapbox-base optional | Bruno de Oliveira Abinader | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional ↵ | Julian Rex | 2019-03-27 | 1 | -0/+4 |
| | | | | (#14241) | ||||
* | [build] generate header maps instead of -files.txt | Konstantin Käfer | 2019-01-09 | 1 | -2/+2 |
| | |||||
* | [build] add plain text file lists for iOS/macOS | Konstantin Käfer | 2018-08-23 | 1 | -6/+4 |
| | |||||
* | [ios, macos] Enable link-time optimization for iOS release builds (#12502) | John Firebaugh | 2018-07-31 | 1 | -0/+2 |
| | |||||
* | [build] organize CMake targets in folders for IDEs | Konstantin Käfer | 2018-07-17 | 1 | -0/+2 |
| | |||||
* | [build] standardize on -fvisibility=hidden for all targets | Konstantin Käfer | 2017-11-29 | 1 | -7/+0 |
| | | | | | | | 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 | ||||
* | [build] use CMake to generate Xcode schemes | Konstantin Käfer | 2017-07-06 | 1 | -0/+2 |
| | |||||
* | [build] generate .xcconfig files with configure_file | Konstantin Käfer | 2017-03-28 | 1 | -1/+0 |
| | | | | We previously used incremental `file(WRITE ...)` commands that gradually recreated the file on every CMake invocation. This sometimes lead to Xcode parsing a partially written file, which in turn breaks building dependend targets. Instead, we're now using a templated configuration file, which ensure that the file is created in one go and hopefully reduces the race condition between CMake and Xcode's automatic project updating. | ||||
* | [build] don't advertise headers that aren't used in public headers | Konstantin Käfer | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | [node] Eliminate src as an include path | John Firebaugh | 2017-03-28 | 1 | -6/+6 |
| | |||||
* | [build] reduce framework size for Release builds on macOS | Konstantin Käfer | 2016-11-22 | 1 | -0/+2 |
| | |||||
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 1 | -0/+18 |
This is very much a work in progress. |