summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* const + code styleKonstantin Käfer2015-04-272-82/+120
* remove linejoin shaderAnsis Brammanis2015-04-2713-188/+6
* port LineBucket::addLine from -jsAnsis Brammanis2015-04-273-178/+196
* Don't wrap line labels.Ansis Brammanis2015-04-241-1/+2
* icon-rotate is not a paint propertyAnsis Brammanis2015-04-244-4/+0
* make text-max-size not affect rendering sizeAnsis Brammanis2015-04-241-1/+1
* fixes #1308: normalize tile memory cache keys & allow dupe insertsJustin R. Miller2015-04-222-5/+10
* Merge pull request #1295 from mapbox/1199-wheeKonstantin Käfer2015-04-201-6/+16
|\
| * Ensure correct spin directionMinh Nguyễn2015-04-181-6/+16
* | rename Mode::Static => Mode::StillKonstantin Käfer2015-04-171-4/+4
|/
* make the request header public as the node module requires itKonstantin Käfer2015-04-171-60/+0
* don't record Debug events to log observersKonstantin Käfer2015-04-171-1/+2
* explicitly call .discard() to resize the view on static rendersKonstantin Käfer2015-04-171-0/+3
* don't throw an exception in the map thread for bad stylesKonstantin Käfer2015-04-172-22/+1
* align static render mode and still image render modeKonstantin Käfer2015-04-172-39/+88
* don't auto-resize & fill cache with zerosJustin R. Miller2015-04-161-1/+0
* use std::unique_ptr<> as a movable-only container directly instead of wrappin...Konstantin Käfer2015-04-162-30/+19
* Merge pull request #1250 from mapbox/1250-separate-thread-objectJohn Firebaugh2015-04-1614-125/+779
|\
| * Shorten method namesJohn Firebaugh2015-04-152-9/+9
| * Stricter Thread<> interfaceJohn Firebaugh2015-04-157-118/+226
| * make implementation files private headersKonstantin Käfer2015-04-1311-5/+557
| * hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-12/+17
| * don't shadow variable namesKonstantin Käfer2015-04-101-7/+7
| * convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-102-114/+35
| * add Thread<T> and RunLoopKonstantin Käfer2015-04-103-6/+74
* | fixes #1157, #1255: cache parsed tiles in memoryJustin R. Miller2015-04-165-3/+149
* | add commentJustin R. Miller2015-04-151-0/+2
* | fixes #1267: properly break reference cycle with live tile data & styleJustin R. Miller2015-04-151-10/+12
* | make environment.hpp header publicMike Morris2015-04-151-86/+0
* | Ensure that ~TileData happens on map threadJohn Firebaugh2015-04-101-1/+5
|/
* Merge pull request #1244 from mapbox/uvJohn Firebaugh2015-04-0915-566/+175
|\
| * Replace uv_messenger with AsyncQueue; rewrite remaining uv_* in C++John Firebaugh2015-04-0915-566/+175
* | set the correct v7 default fontKonstantin Käfer2015-04-092-3/+3
* | fix angle of icons along linesAnsis Brammanis2015-04-091-2/+2
|/
* Remove unnecessary use of weak_ptrJohn Firebaugh2015-04-091-21/+10
* Move ClipID to clip_id.hpp/cppJohn Firebaugh2015-04-096-19/+20
* guard against invalid database filesKonstantin Käfer2015-04-082-1/+18
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-071-0/+6
* Remove unusedJohn Firebaugh2015-04-062-29/+0
* Move tileCover to its own fileJohn Firebaugh2015-04-065-98/+112
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-0639-145/+311
* Remove always-true conditionalJohn Firebaugh2015-04-061-15/+10
* Bounds-check array access at sourceJohn Firebaugh2015-04-062-4/+1
* Extract SourceInfo::tileURLJohn Firebaugh2015-04-063-20/+22
* Remove Map dependency from Source::invalidateTilesJohn Firebaugh2015-04-063-5/+4
* Remove Map dependency from Source::loadJohn Firebaugh2015-04-063-6/+15
* Move SourceInfo into source.hpp/cppJohn Firebaugh2015-04-069-113/+91
* Eliminate StyleSourceJohn Firebaugh2015-04-0612-104/+69
* Remove unusedJohn Firebaugh2015-04-034-15/+4
* Remove unusedJohn Firebaugh2015-04-031-2/+0