summaryrefslogtreecommitdiff
path: root/src/map
Commit message (Expand)AuthorAgeFilesLines
* do not crash for missing imagesKonstantin Käfer2014-10-301-0/+3
* remove regex/boost regex usageKonstantin Käfer2014-10-301-8/+0
* pass Tile::ID by const refartemp2014-10-303-3/+3
* access member variables directly inside class methodsartemp2014-10-291-3/+2
* store uv::loop as unique_ptrartemp2014-10-291-1/+1
* simplify - remove before/afterParse and create Parser on stack in worker threadartemp2014-10-292-17/+5
* store spriteAtlas by value + make TileParser noncopyableartemp2014-10-292-11/+8
* remove commented out assertartemp2014-10-291-1/+0
* store glyphAtlas by value in Map object, pass by refartemp2014-10-294-16/+12
* Replace uv::rwlock with std::recursive_mutexJohn Firebaugh2014-10-291-29/+28
* Render map with a copy of TransformStateJohn Firebaugh2014-10-293-157/+19
* Hold internal reference to Sprite in SpriteAtlasJohn Firebaugh2014-10-291-1/+1
* fix build with libuv 0.11Konstantin Käfer2014-10-271-15/+16
* gcc fixesKonstantin Käfer2014-10-234-14/+14
* add missing headerKonstantin Käfer2014-10-221-0/+2
* fix variable shadowingKonstantin Käfer2014-10-229-43/+40
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeKonstantin Käfer2014-10-221-3/+27
|\
| * New mason-based build systemKonstantin Käfer2014-10-221-4/+12
| |\
| * | background-image supportJohn Firebaugh2014-10-171-3/+27
* | | Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-221-5/+9
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-108-131/+247
| |\ \ | | |/
| * | make view active/inactive around Map::setup, don't leave active after view.re...Mike Morris2014-09-301-0/+2
| * | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-242-134/+127
| |\ \
| | * \ Merge branch 'master' into libuv010Mike Morris2014-09-242-134/+127
| | |\ \
| * | | | bump mapnik-packaging, remove unnecessary view.make_active callsMike Morris2014-09-191-9/+4
| * | | | dont make_active when clearing buffers, call make_inactive at end of Map::pre...Mike Morris2014-09-161-1/+2
| * | | | don't terminate after Map::runMike Morris2014-09-101-2/+0
| * | | | fix Map::terminate?Mike Morris2014-09-101-1/+2
| * | | | Merge branch 'fix-context-shutdown-merge' into libuv-0.10-fix-context-shutdownMike Morris2014-09-101-0/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Move notify_map_change() from a global callback, to a callback inLeith Bade2014-09-101-1/+0
| | * | | Adds the function Map::terminate() to allow all GL resources heldLeith Bade2014-09-101-0/+6
| | * | | Add View::make_inactive() to remove context from rendering threadLeith Bade2014-09-101-0/+2
| * | | | Merge branch 'master' into libuv010Mike Morris2014-09-092-7/+6
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'master' into libuv010Mike Morris2014-08-291-1/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into libuv010Mike Morris2014-08-262-10/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into libuv010Mike Morris2014-08-254-33/+59
| |\ \ \ \ \ \
| * | | | | | | bump mapnik-packaging, conform to libuv 0.10 apiMike Morris2014-08-201-4/+4
* | | | | | | | first attempt at using mason to install packagesKonstantin Käfer2014-10-201-4/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-011-0/+3
* | | | | | | fix headless testsKonstantin Käfer2014-09-302-9/+24
* | | | | | | add reachabilityKonstantin Käfer2014-09-291-0/+11
* | | | | | | use the default cache location on ios to avoid writing to unwritable file sys...Konstantin Käfer2014-09-241-1/+1
* | | | | | | make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-245-19/+19
* | | | | | | option to pass data parameter, and add more explanationKonstantin Käfer2014-09-241-2/+13
* | | | | | | add a callback to stop() to allow running the current thread's event loopKonstantin Käfer2014-09-241-1/+12
* | | | | | | use separate workers for tile parsing to avoid blocking the threadpool for ot...Konstantin Käfer2014-09-242-1/+9
* | | | | | | use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-248-40/+39
* | | | | | | make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-242-35/+69
* | | | | | | do 304 requests and cache them in sqliteKonstantin Käfer2014-09-245-50/+74
| |_|_|_|_|/ |/| | | | |
* | | | | | Refactor tile cover to match JSJohn Firebaugh2014-09-222-134/+127
| |_|_|_|/ |/| | | |