summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* Apparently parameter names can collide with method names for gcc?Chris Loer2017-11-012-6/+6
* GridIndex: add separate "query" method that doesn't return bounding boxes, fo...Chris Loer2017-11-012-3/+14
* First implementation of queryRenderedSymbolsChris Loer2017-10-312-31/+19
* GridIndex support for queries fully containing or fully outside of gridChris Loer2017-10-312-0/+52
* Switch GridIndex to use float coordinates instead of int16s: fast way to prev...Chris Loer2017-10-312-18/+18
* Move CollisionIndex to use GridIndex instead of boost::rtree.Chris Loer2017-10-312-0/+8
* Initial implementation: add support for circle geometries to GridIndex.Chris Loer2017-10-312-48/+278
* [gcc4.9] Keep compatibility with GCC + AndroidThiago Marcos P. Santos2017-10-311-2/+2
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-164-8/+8
* [core] Fix out-of-bounds array accessAsheem Mamoowala2017-10-121-1/+1
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-281-0/+2
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-212-18/+23
* Fix platform dependent number type `unsigned long` -> `uint64_t`Asheem Mamoowala2017-09-202-3/+3
* [core] Rename for clarity: ActiveTexture → ActiveTextureUnitJohn Firebaugh2017-09-111-1/+1
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-082-0/+24
* [core] Remove debug::renderTreeLauren Budorick2017-09-071-2/+0
* [core] make thread.hpp publicIvo van Dongen2017-08-301-163/+0
* [core] Add optional type template parameter to util::unit, so that it doesn't...Chris Loer2017-08-251-2/+2
* [core] Remove std:: namespace for some functionsThiago Marcos P. Santos2017-08-071-1/+1
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-261-4/+3
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-262-0/+4
* [Qt] Rename files with same nameThiago Marcos P. Santos2017-07-191-0/+0
* [core] fix undefined behavior for division through 0Konstantin Käfer2017-07-171-0/+13
* [core] Use gmtime_s on WindowsThiago Marcos P. Santos2017-07-121-2/+9
* [core] Use std::to_string on WindowsThiago Marcos P. Santos2017-07-122-1/+14
* [core] Prefer std:: functions over POSIXThiago Marcos P. Santos2017-07-121-4/+2
* [core] fix transformMat4Ansis Brammanis2017-07-111-4/+5
* [core] Isolate pthread-based tls implementationThiago Marcos P. Santos2017-07-071-34/+10
* [core] Updated script detection for Unicode 10Minh Nguyễn2017-07-061-2/+14
* [core] Fix iterator invalidation in erase_ifJohn Firebaugh2017-07-051-4/+4
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-211-7/+7
* [core] Remove util::ThreadThiago Marcos P. Santos2017-06-214-209/+1
* [core] Added the ThreadedObjectThiago Marcos P. Santos2017-06-211-0/+163
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-131-0/+1
* [core] Disable letter-spacing for Arabic labels (issue #9057)Chris Loer2017-05-222-5/+18
* [core] leave Image objects in a valid state after premultiply/unpremultiplyKonstantin Käfer2017-05-191-0/+2
* [core] Throttle tiles to redo symbol placement at most once every 300ms.Chris Loer2017-05-172-0/+58
* [core] Remove WorkQueueJohn Firebaugh2017-05-172-78/+0
* [linux] loop-uv depends on mbgl-core for linkingJohn Firebaugh2017-05-121-1/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-121-0/+106
* [tidy] modernize-use-overrideBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-122-2/+2
* [tidy] llvm-namespace-commentBruno de Oliveira Abinader2017-05-121-1/+1
* [core] Make deleted members publicBruno de Oliveira Abinader2017-05-121-5/+5
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-082-0/+16
* [core] Reuse fill-extrusion textures between frames (#8896)Lauren Budorick2017-05-082-25/+30
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-021-12/+0
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-276-102/+38
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-201-1/+3