summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Turned class methods into instance methodsMinh Nguyễn2015-04-301-4/+4
* Rewrite Worker in terms of Thread<>John Firebaugh2015-04-281-95/+0
* Move Environment to MapContextJohn Firebaugh2015-04-281-5/+1
* Remove unused includesJohn Firebaugh2015-04-281-3/+0
* Move still image callback to MapContextJohn Firebaugh2015-04-281-0/+2
* Move style info to MapContextJohn Firebaugh2015-04-281-1/+0
* Combine update and triggerUpdateJohn Firebaugh2015-04-281-3/+1
* Resize view from map threadJohn Firebaugh2015-04-283-4/+4
* Remove Map::start/stopJohn Firebaugh2015-04-284-17/+4
* Following kkaefer's view changesJohn Firebaugh2015-04-283-19/+2
* WIP: Use Thread<MapContext>John Firebaugh2015-04-282-8/+7
* Privatize remaining MapContext membersJohn Firebaugh2015-04-281-2/+0
* Move run() to MapContextJohn Firebaugh2015-04-282-22/+1
* #include <atomic>John Firebaugh2015-04-281-0/+1
* remove some unused includesKonstantin Käfer2015-04-281-13/+5
* move most private Map code to MapContextKonstantin Käfer2015-04-285-49/+8
* move rendering mode enum to MapData objectKonstantin Käfer2015-04-282-10/+19
* move asyncRender to MapContextKonstantin Käfer2015-04-281-4/+0
* move getSprite to MapContextKonstantin Käfer2015-04-281-2/+0
* move Style to MapContextKonstantin Käfer2015-04-281-3/+0
* move worker to MapContextKonstantin Käfer2015-04-281-2/+0
* remove unneeded headersKonstantin Käfer2015-04-281-2/+0
* move Sprite to MapContextKonstantin Käfer2015-04-281-1/+0
* move GlyphStore to MapContextKonstantin Käfer2015-04-281-1/+0
* move texturepool to contextKonstantin Käfer2015-04-281-2/+1
* remove unused referenceKonstantin Käfer2015-04-281-2/+0
* move atlas/painter to map contextKonstantin Käfer2015-04-281-9/+1
* move activeSources to internal Map contextKonstantin Käfer2015-04-281-3/+2
* move Transform into MapData and make source unaware of the Map objectKonstantin Käfer2015-04-283-207/+13
* move TransformState to MapData objectKonstantin Käfer2015-04-281-5/+2
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-284-29/+7
* Merge pull request #1357 from mapbox/1ec5-view-controllerMinh Nguyễn2015-04-271-5/+0
|\
| * Automatically find view controller for layout guidesMinh Nguyễn2015-04-271-5/+0
* | #1352 - Adding visit event with data attributesBrad Leege2015-04-271-0/+3
* | #1352 - Adding start / stop visit monitoring infrastructure and integrating i...Brad Leege2015-04-271-0/+2
|/
* Merge pull request #1347 from mapbox/1345-ua-build-numberBrad Leege2015-04-271-0/+1
|\
| * #1345 - Adding app build number to user agent. Updating gl test app build nu...Brad Leege2015-04-271-0/+1
* | port LineBucket::addLine from -jsAnsis Brammanis2015-04-272-1/+17
|/
* #1166 - Initial conversion from NSURLConnection to NSURLSessionBrad Leege2015-04-211-1/+1
* #1306 - Adding api_mapbox_com.der (public key) and nsurlconnection checking i...Brad Leege2015-04-201-1/+1
* Merge pull request #1295 from mapbox/1199-wheeKonstantin Käfer2015-04-201-0/+6
|\
| * Ensure correct spin directionMinh Nguyễn2015-04-181-0/+6
* | rename Mode::Static => Mode::StillKonstantin Käfer2015-04-171-1/+1
|/
* make the request header public as the node module requires itKonstantin Käfer2015-04-171-0/+60
* align static render mode and still image render modeKonstantin Käfer2015-04-175-22/+80
* Merge pull request #1250 from mapbox/1250-separate-thread-objectJohn Firebaugh2015-04-1611-467/+39
|\
| * rename SQLiteCache::Thread to SQLiteCache::ImplKonstantin Käfer2015-04-131-2/+2
| * make implementation files private headersKonstantin Käfer2015-04-1311-515/+5
| * hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-136-55/+19
| * use std::tuple<> to forward parameters into the Thread<> objectKonstantin Käfer2015-04-131-6/+30