summaryrefslogtreecommitdiff
path: root/cmake/filesource.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [core] Use expected.hpp from mapbox-baseMikhail Pozdnyakov2019-11-081-1/+1
|
* [build] Cosmetics on vendor packagesThiago Marcos P. Santos2019-09-171-1/+1
| | | | | | - Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-091-2/+2
|
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-141-1/+1
|
* [build] Add vendored libboostThiago Marcos P. Santos2018-11-011-2/+0
| | | | Custom extract made using bcp based on 1.65.1
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-311-6/+0
| | | | | | | | | Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build.
* [build] add plain text file lists for iOS/macOSKonstantin Käfer2018-08-231-0/+1
|
* [build] use plain text files for file lists to simplify integration with ↵Konstantin Käfer2018-08-201-26/+2
| | | | other build systems
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-141-0/+3
|
* [build] organize CMake targets in folders for IDEsKonstantin Käfer2018-07-171-0/+2
|
* [core] make the offline DB schema a regular include fileKonstantin Käfer2018-07-161-0/+1
|
* [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-291-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
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-221-1/+0
|
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-281-0/+57
We don't want to link it into the node bindings, so keep it in a separate target