summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-0/+25
* [core] Update shaders.Chris Loer2017-07-121-0/+4
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-1/+1
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-2/+11
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-122-1/+10
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-3/+3
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-122-6/+7
* [core] GCC 4.9 does not allow using another member in a constexpr ctorBruno de Oliveira Abinader2017-07-121-4/+4
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-071-0/+2
* [core] Removed unused methodsThiago Marcos P. Santos2017-06-263-56/+0
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-151-1/+1
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-0/+17
* [core] Collection-level immutabilityJohn Firebaugh2017-06-051-0/+15
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-9/+0
* [core] Immutable ImplsJohn Firebaugh2017-05-122-0/+132
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-121-2/+4
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-122-2/+2
* [core] Make deleted members publicBruno de Oliveira Abinader2017-05-121-2/+4
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-022-1/+16
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-273-0/+108
* [core] Move ProjectedMeters to projection.hppJohn Firebaugh2017-04-182-29/+28
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-142-43/+72
* [core, darwin] Object identity for MGLSource*, MGLStyleLayer*John Firebaugh2017-04-131-0/+10
* [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "...John Firebaugh2017-04-111-0/+3
* [core] Added LatLngBounds::{valid,constrain}Bruno de Oliveira Abinader2017-04-111-0/+15
* [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-102-7/+6
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-062-41/+45
* [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-061-17/+18
* [node] Move util/async_task.hpp to public include directoryKonstantin Käfer2017-03-281-0/+24
* [core] Move ignore.hpp to public include directoryJohn Firebaugh2017-03-281-0/+26
* [core] Avoid public dtoa.hpp includeJohn Firebaugh2017-03-281-13/+3
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-0/+89
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-241-0/+8
* [core] Pass std::exception_ptr in style::Observer::onStyleErrorBruno de Oliveira Abinader2017-03-171-0/+15
* [core] Avoid -Wundefined-var-template warnings with clang 3.9+John Firebaugh2017-03-091-19/+19
* [core] Enable debug events in Debug configurationMinh Nguyễn2017-03-041-1/+1
* [core] Safeguard ICU UChar usageBruno de Oliveira Abinader2017-03-021-0/+16
* [core] Make Image saferJohn Firebaugh2017-02-142-4/+65
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-0/+17
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-274-9/+9
* [core] add clone() call to Image objectsKonstantin Käfer2017-01-261-0/+7
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-0/+1
* [core] Remove constexpr from ColorJohn Firebaugh2017-01-041-10/+10
* [core] Assert valid range for color componentsJohn Firebaugh2016-11-291-0/+16
* [build] move logging to utilKonstantin Käfer2016-11-223-0/+170
* [build] move default_styles to platform/defaultKonstantin Käfer2016-11-221-31/+0
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-5/+0
* [core] add ability to upload alpha-only textures + imagesKonstantin Käfer2016-11-011-3/+6
* [core] Moved util::log2 to its own headerBruno de Oliveira Abinader2016-10-311-0/+2
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-282-1/+5