| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor TransformState to use internal 3d camera | Mikko Pulkki | 2020-05-02 | 1 | -0/+1 |
* | Add quaternions to represent orientations | Mikko Pulkki | 2020-05-02 | 1 | -0/+1 |
* | Move vector types to a public header | Mikko Pulkki | 2020-05-02 | 1 | -0/+1 |
* | Build default http stack if MBGL_PUBLIC_BUILD is set | Alexander Shalamov | 2020-04-27 | 1 | -0/+4 |
* | [core] Introduce distance expression | zmiao | 2020-04-22 | 1 | -2/+5 |
* | Enable 'circle-sort-key' layout property | Andrew Hay Kurtz | 2020-04-14 | 1 | -0/+1 |
* | Make location indicator bearing a paint property | Gali Nelle | 2020-04-08 | 1 | -0/+3 |
* | Add LocationIndicatorLayer | Gali Nelle | 2020-04-08 | 1 | -2/+12 |
* | [build] Fix undefined behavour sanitizer (#16375) | zmiao | 2020-04-07 | 1 | -3/+12 |
* | [build] Add option to disable -Werror | Thiago Marcos P. Santos | 2020-04-06 | 1 | -1/+2 |
* | Refactor tileCover to support lod tiles | Mikko Pulkki | 2020-04-06 | 1 | -0/+2 |
* | Bump mapbox-base to 1.2.0 | Alexander Shalamov | 2020-03-23 | 1 | -3/+1 |
* | [build] Include an internal/internal.cmake if exists | Thiago Marcos P. Santos | 2020-03-09 | 1 | -0/+4 |
* | [build] Do not do license check on core only builds (#16276) | Thiago Marcos P. Santos | 2020-03-08 | 1 | -3/+5 |
* | [build] Make csscolorparser and parsedate vendors | Thiago Marcos P. Santos | 2020-02-27 | 1 | -5/+5 |
* | [build] Generate the LICENSE.md for mbgl-core | Thiago Marcos P. Santos | 2020-02-27 | 1 | -5/+12 |
* | [build][ios] Move iOS specific ccache scripts to platform directory | Juha Alanen | 2020-02-27 | 1 | -20/+0 |
* | [core] Move mbgl::Pass and mbgl::PassRefPtr to a separate header | Mikhail Pozdnyakov | 2020-02-26 | 1 | -0/+1 |
* | [build] Bump mapbox-base | Thiago Marcos P. Santos | 2020-02-24 | 1 | -4/+2 |
* | [core] Dismiss actors from sprite loader | Mikhail Pozdnyakov | 2020-02-24 | 1 | -2/+0 |
* | [core] Move geometry within algorithm to util | zmiao | 2020-02-21 | 1 | -0/+2 |
* | [core] Implement 'in' expression. (#16162) | Kevin Li | 2020-02-15 | 1 | -0/+2 |
* | [core] Store SegmentVectors in ephemeral render objects | Konstantin KΓ€fer | 2020-02-14 | 1 | -2/+0 |
* | [build] Enable ccache for Xcode iOS builds | Juha Alanen | 2020-02-14 | 1 | -0/+20 |
* | Add support for expression test | zmiao | 2020-02-12 | 1 | -0/+2 |
* | [build] Move the `next` buildsystem to the root | Thiago Marcos P. Santos | 2020-02-07 | 1 | -188/+978 |
* | [build] Adding a build flag to build without GL if needed (#16120) | Thomas Moenicke | 2020-02-03 | 1 | -0/+2 |
* | [build] Add WITH_NO_RTTI CMake option to be able to build gl-native with RTTI... | Siarhei Fedartsou | 2020-01-29 | 1 | -1/+4 |
* | [build] Remove CXX11 flag | Thiago Marcos P. Santos | 2019-09-11 | 1 | -8/+0 |
* | [core] Add native expression test runner | Alexander Shalamov | 2019-09-04 | 1 | -0/+1 |
* | [core] Implement C++ render test runner | Bruno de Oliveira Abinader | 2019-06-25 | 1 | -0/+1 |
* | [build] update Boost to 1.69 and remove RTTI | Konstantin KΓ€fer | 2019-03-13 | 1 | -0/+2 |
* | [build] A build target to check for doxygen documentation coverage | Ander Conselvan de Oliveira | 2019-03-13 | 1 | -0/+1 |
* | [build] upgrade minimum CMake version | Konstantin KΓ€fer | 2019-01-21 | 1 | -1/+1 |
* | [core, build] Use -Os for RelWithDebInfo darwin builds | Jason Wray | 2018-12-05 | 1 | -2/+8 |
* | [build] use newer compiler versions for some builds | Konstantin KΓ€fer | 2018-11-28 | 1 | -0/+1 |
* | [build] Set C++11 ABI on by default | Bruno de Oliveira Abinader | 2018-11-26 | 1 | -1/+1 |
* | [build] Set CMAKE_EXPORT_COMPILE_COMMANDS=ON by default | Bruno de Oliveira Abinader | 2018-11-26 | 1 | -0/+1 |
* | [build] use GLFW as a submodule and update to most recent version | Konstantin KΓ€fer | 2018-11-21 | 1 | -1/+3 |
* | [build] Use clcache in appveyor build | Ander Conselvan de Oliveira | 2018-11-01 | 1 | -0/+8 |
* | [build] Add build system for submodules | Thiago Marcos P. Santos | 2018-10-31 | 1 | -25/+24 |
* | [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp> | Konstantin KΓ€fer | 2018-10-23 | 1 | -2/+0 |
* | [core] add polyfill for codecvt for STLs that don't have it yet | Konstantin KΓ€fer | 2018-09-11 | 1 | -0/+2 |
* | [build] use vendored SQLite for LTO benefits + custom compile flags | Konstantin KΓ€fer | 2018-09-05 | 1 | -0/+4 |
* | [build] allow WITH_EGL for macOS as well (SwiftShader) and enable EGL for GLFW | Konstantin KΓ€fer | 2018-08-27 | 1 | -1/+9 |
* | [build] fixed typo in list of configuration types; RelWithDebugInfo should be... | Bryan Haber | 2018-08-20 | 1 | -2/+4 |
* | [build] use plain text files for file lists to simplify integration with othe... | Konstantin KΓ€fer | 2018-08-20 | 1 | -3/+0 |
* | WIP: use expected<T, E> for passing on errors | Konstantin KΓ€fer | 2018-08-14 | 1 | -3/+5 |
* | [core] support windows compilation with msvc2017 and clang 6 | Ivo van Dongen | 2018-08-07 | 1 | -3/+22 |
* | [build] organize CMake targets in folders for IDEs | Konstantin KΓ€fer | 2018-07-17 | 1 | -0/+2 |