summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce number of arguments in Source::update pathwayJohn Firebaugh2015-07-019-89/+14
* Revert "Do not hold a reference to the Style at the [Live|Vector]TileData"John Firebaugh2015-07-017-27/+24
* Merge pull request #1815 from mapbox/expose-ios-subviewsJustin R. Miller2015-07-012-38/+46
|\
| * fixes #1770: rename & expose compass, logo, and attributionJustin R. Miller2015-07-012-38/+46
* | Remove tracking mode reset from resetNorthAnimatedJason Wray2015-07-011-2/+0
|/
* Cancel pending Style requests before making a new oneThiago Marcos P. Santos2015-07-012-2/+17
* show symbols at z0, fix #1279Ansis Brammanis2015-07-011-1/+1
* [publish ios-v0.4.3]Justin R. Miller2015-06-300-0/+0
* bump podspec to 0.4.3v0.4.3Justin R. Miller2015-06-301-1/+1
* Go dormant before terminationMinh Nguyễn2015-06-301-0/+13
* Rationalize *RenderingMap notificationsJohn Firebaugh2015-06-306-14/+56
* Eliminate unnecessary NSNumber* wrappingJohn Firebaugh2015-06-301-21/+21