| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Tighten LatLng and other geo.hpp classes | John Firebaugh | 2017-04-06 | 1 | -11/+6 |
* | [core] Remove private header includes from CLI utilities | Konstantin Käfer | 2017-03-28 | 1 | -18/+0 |
* | [core] Ensure that a BackendScope exists when doing GL calls | Konstantin Käfer | 2017-03-23 | 1 | -0/+2 |
* | [test] Increase memory test ceiling slightly | John Firebaugh | 2017-03-08 | 1 | -2/+2 |
* | [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo... | Anand Thakker | 2017-02-28 | 1 | -50/+86 |
* | [core] Log Memory.Footprint test results (#8170) | Anand Thakker | 2017-02-28 | 1 | -29/+25 |
* | [tests] Added unit tests for Thread::pause/resume | Thiago Marcos P. Santos | 2017-02-25 | 1 | -0/+78 |
* | [core] Eliminate manual HeadlessBackend activation management | John Firebaugh | 2017-02-20 | 1 | -45/+43 |
* | [core] Make Image safer | John Firebaugh | 2017-02-14 | 1 | -0/+29 |
* | [core] add tests for user/password, port, trailing dot, and IPv4/IPv6 address... | Konstantin Käfer | 2017-02-13 | 1 | -0/+20 |
* | [test] Added a test to make sure 404 does not trigger a retry | Thiago Marcos P. Santos | 2017-02-07 | 1 | -0/+5 |
* | regex is no longer used after 6c91c3e | Dane Springmeyer | 2017-02-02 | 2 | -4/+1 |
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 1 | -26/+26 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 1 | -4/+4 |
* | [core] Clean up merge_lines.cpp and add bounds checking | John Firebaugh | 2017-01-18 | 1 | -0/+24 |
* | [test] add tests for paths with leading slashes | Konstantin Käfer | 2017-01-17 | 1 | -0/+34 |
* | [core] include leading slash in URL.path | Konstantin Käfer | 2017-01-17 | 1 | -25/+25 |
* | [core, ios] replace `altitude` with `fov` | Ansis Brammanis | 2016-12-21 | 1 | -0/+2 |
* | [core] refactor URL parsing | Konstantin Käfer | 2016-12-21 | 2 | -1/+186 |
* | [core] Fix symbol rendering for multipoints | John Firebaugh | 2016-12-20 | 1 | -24/+26 |
* | [core] add util::isURL() for checking whether a string starts with a URL scheme | Konstantin Käfer | 2016-12-07 | 1 | -0/+25 |
* | [core] Full support for line breaking bidirectional text using ICU bidi funct... | Chris Loer | 2016-11-30 | 1 | -24/+24 |
* | [build] move logging to util | Konstantin Käfer | 2016-11-22 | 3 | -3/+3 |
* | [build] move headless rendering files to platform/default | Konstantin Käfer | 2016-11-22 | 2 | -4/+4 |
* | [build] move default ThreadPool implementation to platform/default | Konstantin Käfer | 2016-11-22 | 1 | -1/+1 |
* | [core] Add minimal line breaking support for RTL text. | Chris Loer | 2016-11-17 | 1 | -24/+24 |
* | [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers... | Chris Loer | 2016-11-17 | 1 | -2/+2 |
* | [linux] Ensure EGL uses OpenGL ES 2.0 client API | Bruno de Oliveira Abinader | 2016-11-17 | 1 | -0/+12 |
* | [test] Use shared headless display | Bruno de Oliveira Abinader | 2016-11-17 | 2 | -3/+3 |
* | [linux] Use OSMesa when running Node tests | Bruno de Oliveira Abinader | 2016-11-04 | 1 | -1/+1 |
* | [core] Modern C++ bindings for OpenGL | John Firebaugh | 2016-10-28 | 1 | -7/+5 |
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 4 | -21/+21 |
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 2 | -34/+28 |
* | [core] separate Backend from View for headless rendering | Konstantin Käfer | 2016-10-25 | 2 | -11/+21 |
* | [core] [node] pass thread pool impl to Map constructor | Mike Morris | 2016-10-20 | 1 | -5/+7 |
* | [core] remove Raster object in favor of a more low-level Texture object | Konstantin Käfer | 2016-10-04 | 1 | -2/+1 |
* | [core] Preserve non-access_token query parameters in canonicalizeTileURL | Sam Matthews | 2016-10-03 | 1 | -0/+9 |
* | [test] add .test.cpp suffix to test case files | Konstantin Käfer | 2016-09-28 | 18 | -0/+0 |
* | [core] merge gl::ObjectStore into gl::Context | Konstantin Käfer | 2016-09-27 | 1 | -6/+6 |
* | [core] rename gl::Config to gl::Context | Konstantin Käfer | 2016-09-27 | 1 | -9/+9 |
* | [core] move GL value accessors to gl::value namespace | Konstantin Käfer | 2016-09-27 | 1 | -1/+1 |
* | [core] add ability to render to offscreen textures | Konstantin Käfer | 2016-09-27 | 1 | -0/+153 |
* | [tests] Remove memory fragmentation test (#6226) | Thiago Marcos P. Santos | 2016-09-20 | 1 | -62/+0 |
* | Keep query strings in source URLs (#6182) | Jake Pruitt | 2016-09-16 | 1 | -0/+18 |
* | [core] Use optional to represent possible absence, not empty strings | John Firebaugh | 2016-09-16 | 1 | -24/+25 |
* | [core] Move {clip,merge}_lines to layout directory | John Firebaugh | 2016-09-16 | 1 | -1/+1 |
* | [core] [android] - public api configurable base endpoint (#6309) | Tobrun | 2016-09-15 | 1 | -23/+39 |
* | [core] OnlineFileSource - rate limit | Ivo van Dongen | 2016-09-13 | 1 | -0/+54 |
* | [core] Rework invokeWithCallback so that the callback is last | John Firebaugh | 2016-09-08 | 1 | -14/+14 |
* | [core] Simplify Thread::invokeSync (#6128) | John Firebaugh | 2016-08-24 | 1 | -3/+3 |