summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump podspec to 0.4.5v0.4.5Justin R. Miller2015-07-071-1/+1
* mapbox/mapbox-gl-styles@6b0f8a9b10ad96c43ec1e0e72ab23a48bcda8c21Minh Nguyễn2015-07-071-0/+0
* Merge pull request #1843 from mapbox/1ec5-lasik-963Justin R. Miller2015-07-071-2/+13
|\
| * Moved raster zoom threshold to the .5’sMinh Nguyễn2015-07-071-2/+13
|/
* Eliminated map overrotation on drift panMinh Nguyễn2015-07-061-1/+1
* Fixed compass overspinningMinh Nguyễn2015-07-061-15/+2
* [wrap)Minh Nguyễn2015-07-062-1/+4
* Refactored -[MGLMapView direction]Minh Nguyễn2015-07-061-9/+3
* run the Assert.Always test first by reordering the symbolsKonstantin Käfer2015-07-061-1/+2
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-0612-33/+25
* Add simple static method to retrieve the current loopThiago Marcos P. Santos2015-07-067-9/+13
* Merge pull request #1836 from mapbox/ycm-osxBruno de Oliveira Abinader2015-07-061-12/+51
|\
| * Update YCM to support OSXBruno de Oliveira Abinader2015-07-051-12/+51
|/
* Fixed crash on launch on iOS 7Minh Nguyễn2015-07-051-3/+3
* Fixed test run scriptBruno de Oliveira Abinader2015-07-031-3/+7
* Check for matching source when parsing tiles (fixes #1698)John Firebaugh2015-07-024-9/+17
* Use gdb to get backtracesJohn Firebaugh2015-07-021-18/+2
* Update the unit tests to check for raster tiles failuresThiago Marcos P. Santos2015-07-022-5/+23
* Add test fixtures for testing raster tilesThiago Marcos P. Santos2015-07-024-4/+10
* Report errors when parsing raster tilesThiago Marcos P. Santos2015-07-028-18/+26
* Use unique_ptr for Source objects (fixes #904)John Firebaugh2015-07-025-20/+20
* Fixed round-tripping between pixelForLatLng() / latLngForPixel()Minh Nguyễn2015-07-021-2/+2
* External synchronization for AnnotationManagerJohn Firebaugh2015-07-026-32/+23
* Don't inherit for code reuseJohn Firebaugh2015-07-024-51/+54
* Remove unnecessary virtual methods from TileDataJohn Firebaugh2015-07-025-26/+12
* Add collision box debugging to the global debug toggleJason Wray2015-07-021-0/+1
* fix line tessellation, fix #1814Ansis Brammanis2015-07-021-2/+2
* reduce collision box linewidth to 1Ansis Brammanis2015-07-021-1/+1
* fix cross-tile label collisionsAnsis Brammanis2015-07-022-4/+2
* [publish ios-v0.4.4]Justin R. Miller2015-07-020-0/+0
* bump podspec to 0.4.4v0.4.4Justin R. Miller2015-07-021-1/+1
* Remove unnecessary use of optionalJohn Firebaugh2015-07-013-19/+12
* Reapply style layer copy techniqueJohn Firebaugh2015-07-013-5/+13
* Simplify RunLoopJohn Firebaugh2015-07-018-214/+147
* Fix name shadowingJohn Firebaugh2015-07-012-4/+4
* Don't pass Worker& around so muchJohn Firebaugh2015-07-018-33/+30
* Rename workerData ⇢ tileWorkerJohn Firebaugh2015-07-013-8/+8
* Catch exceptions when parsing tile PBFsThiago Marcos P. Santos2015-07-013-4/+10
* Convert Worker tests to Thread testsJohn Firebaugh2015-07-013-105/+83
* Single-purpose Worker functionsJohn Firebaugh2015-07-017-98/+122
* Add comment about a subtletyJohn Firebaugh2015-07-011-0/+11
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-0111-151/+200
* Clean up bucket creation loopJohn Firebaugh2015-07-012-73/+62
* Remove indirectionJohn Firebaugh2015-07-012-22/+4
* reset partialParse when starting a new parsing runKonstantin Käfer2015-07-011-0/+2
* Merge TileParser into TileWorkerJohn Firebaugh2015-07-014-307/+232
* Remove indirectionJohn Firebaugh2015-07-014-68/+17
* Push TileMembers members down hierarchyJohn Firebaugh2015-07-016-137/+130
* Introduce TileWorkerJohn Firebaugh2015-07-018-147/+239
* Make request and reparse pure virtualJohn Firebaugh2015-07-016-51/+101