aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* node package improvementsDane Springmeyer2019-10-021-2/+2
|
* [build] Make the default styles part of GL NativeThiago Marcos P. Santos2019-09-172-5/+0
| | | | | The reason is applications using it, like GLFW, don't need to depend on code inside platform/default.
* [build] Cosmetics on vendor packagesThiago Marcos P. Santos2019-09-176-19/+19
| | | | | | - Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files
* [core] Add native expression test runnerAlexander Shalamov2019-09-041-0/+27
|
* [build] Update mapbox-base versionMikhail Pozdnyakov2019-09-021-11/+0
|
* [build] Exclude mapbox-base targest from default buildMikhail Pozdnyakov2019-09-021-1/+1
|
* [build] Use rapidjson from mapbox-baseMikhail Pozdnyakov2019-09-023-3/+13
|
* [build] Use pixelmatch-cpp from mapbox-baseMikhail Pozdnyakov2019-09-023-3/+2
|
* [build] Use filesystem from mapbox-baseMikhail Pozdnyakov2019-09-022-2/+1
|
* [build] Use args from mapbox-baseMikhail Pozdnyakov2019-09-026-6/+5
|
* [build] Use jni.hpp from mapbox-baseMikhail Pozdnyakov2019-09-021-1/+0
|
* [build] Use geojson.hpp from mapbox-baseMikhail Pozdnyakov2019-09-022-2/+0
|
* [build] Use kdbush.hpp from mapbox-baseMikhail Pozdnyakov2019-09-022-2/+1
|
* [build] Use supercluster.hpp from mapbox-baseMikhail Pozdnyakov2019-09-022-2/+0
|
* [test runner] Introduce AllocationIndexMikhail Pozdnyakov2019-08-271-0/+1
|
* [core] Switch test build to googletest git submoduleMikhail Pozdnyakov2019-08-012-3/+2
|
* [build] Do not include mapbox-base if target already existsBruno de Oliveira Abinader2019-07-301-1/+3
|
* [build] Use mapbox-base optionalBruno de Oliveira Abinader2019-07-293-3/+1
|
* [build] Replace geometry.hpp/variant with mapbox-baseBruno de Oliveira Abinader2019-07-262-4/+3
|
* [core] Add number-format expressionJuha Alanen2019-06-272-1/+7
|
* [build] GCC 8.0 now implements 'cast-function-type'Bruno de Oliveira Abinader2019-06-261-1/+5
|
* [core] Implement C++ render test runnerBruno de Oliveira Abinader2019-06-252-1/+35
|
* [core] Added vendor/filesystemBruno de Oliveira Abinader2019-06-251-0/+1
|
* [build, darwin] Enable aggressive API usage warningsJason Wray2019-06-141-0/+3
|
* [core] refactor program object creationKonstantin Käfer2019-05-282-1/+2
|
* [node] Remove NodeThreadPoolThiago Marcos P. Santos2019-05-101-2/+0
| | | | Simplify, use the default thread pool, less platform abstraction.
* [node] Exclude unsupported node versions from build configurationMikhail Pozdnyakov2019-04-241-2/+2
|
* [core] refactor RendererBackendKonstantin Käfer2019-04-051-0/+3
|
* [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional ↵Julian Rex2019-03-271-0/+4
| | | | (#14241)
* [core] Bump args to 6.2.2 (does not use RTTI)Bruno de Oliveira Abinader2019-03-255-18/+4
|
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-133-0/+9
|
* [build] Check documentation coverage on CIAnder Conselvan de Oliveira2019-03-131-1/+1
| | | | | | Add a CI target that checks documentation coverage and reports back to github. While at it, change the output of doxy-coverage to a json file so it is easy to consume.
* [build] A build target to check for doxygen documentation coverageAnder Conselvan de Oliveira2019-03-131-0/+18
| | | | | | | Add a cmake target that builds doxygen documentation and reports on coverage using doxy-coverage. Script was copied from: https://github.com/alobbs/doxy-coverage/commit/29a0bbf43bfecb6872cdca0e4a11733954d25196
* [build, darwin] Disable Xcode indexing-while-compiling on CIJason Wray2019-03-041-0/+4
|
* [darwin, docs] Use shared mapbox/jazzy-theme submoduleJason Wray2019-02-011-1/+4
|
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-0911-1034/+18
|
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-041-1/+0
| | | | | Drop LayerType and its remaining usages. The generic code should be layer type agnostic.
* [core] Remove fnv_hash.hppMikhail Pozdnyakov2018-12-201-1/+0
|
* [core] Refactor duplicated code in Asset and File sourcesAlexander Shalamov2018-12-171-0/+2
|
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-1413-34/+30
|
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-101-0/+20
|
* [core, build] Disable GCC_GENERATE_DEBUGGING_SYMBOLS for ReleaseJason Wray2018-12-051-2/+2
|
* [core] use constexpr map using eternal for expression lookupsKonstantin Käfer2018-12-042-0/+2
|
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+6
| | | | Move `LayerManager` and `LayerFactory` abstract classes to a dedicated folder.
* [build] use newer compiler versions for some buildsKonstantin Käfer2018-11-283-1/+4
|
* [build] use GLFW as a submodule and update to most recent versionKonstantin Käfer2018-11-213-3/+5
| | | | this fixes https://github.com/glfw/glfw/issues/1334 for macOS Mojave
* [core] Replace RenderSymbolLayer downcast with symbol interfaceAlexander Shalamov2018-11-191-0/+1
|
* [build] Add more vendor packagesThiago Marcos P. Santos2018-11-164-7/+6
| | | | | | * jni.hpp * cheap-ruler-cpp * pixelmatch-cpp
* [core] Vendor libbenchmarkAlexander Shalamov2018-11-083-4/+2
| | | | | | | | Prebuilt binaries for libbenchmark might be incompatible with some environments, for example, when mbgl-benchmark target is compiled on host with GCC and linked against mason's clang 5.0 compiled binaries. Vendored libbenchmark avoids aforementioned issue, as the target and the binary compiled with same compiler / options.
* [build] Add vendored libboostThiago Marcos P. Santos2018-11-018-9/+2
| | | | Custom extract made using bcp based on 1.65.1