summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gyp fixesKonstantin Käfer2014-10-283-12/+12
* canonical move ctorartemp2014-10-271-3/+2
* add new line at the endartemp2014-10-271-1/+1
* c++ - don't test if pointer is nullptr before deletingartemp2014-10-271-4/+1
* c++ style memory allocations/deallocationsartemp2014-10-271-7/+4
* use prefix operator++artemp2014-10-271-1/+1
* make addGlyphsToAtlas static method of SymbolBucket + add addGlyphs method to...artemp2014-10-272-14/+28
* prefer c++ style memory allocartemp2014-10-271-3/+4
* fix build with libuv 0.11Konstantin Käfer2014-10-271-15/+16
* gcc fixesKonstantin Käfer2014-10-2314-39/+43
* add missing headerKonstantin Käfer2014-10-221-0/+2
* fix variable shadowingKonstantin Käfer2014-10-2232-171/+168
* add missing include headerKonstantin Käfer2014-10-221-0/+2
* fixes for libuv 0.11Konstantin Käfer2014-10-222-2/+1
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeKonstantin Käfer2014-10-225-15/+130
|\
| * New mason-based build systemKonstantin Käfer2014-10-2212-30/+72
| |\
| * | background-image supportJohn Firebaugh2014-10-175-15/+130
* | | Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-228-17/+62
|\ \ \ | |_|/ |/| |
| * | add int status arg to uv_messenger_callbackMike Morris2014-10-131-1/+1
| * | adjust file_request_baton and http_request for libuv 0.10 apiMike Morris2014-10-102-7/+8
| * | Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-1042-308/+2518
| |\ \ | | |/
| * | don't do concurrent access to a static member variableKonstantin Käfer2014-10-083-8/+30
| * | 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-243-165/+158
| |\ \
| | * \ Merge branch 'master' into libuv010Mike Morris2014-09-243-165/+158
| | |\ \
| * | | | 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
| * | | | update Painter::deleteShadersMike Morris2014-09-101-2/+3
| * | | | Merge branch 'fix-context-shutdown-merge' into libuv-0.10-fix-context-shutdownMike Morris2014-09-102-0/+26
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | 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-102-0/+25
| | * | | Add View::make_inactive() to remove context from rendering threadLeith Bade2014-09-101-0/+2
| * | | | Merge branch 'master' into libuv010Mike Morris2014-09-0945-970/+690
| |\ \ \ \ | | |/ / /
| * | | | uv_async_init &completeMike Morris2014-09-031-1/+1
| * | | | Merge branch 'master' into libuv010Mike Morris2014-08-2910-33/+53
| |\ \ \ \
| * | | | | more fixes for libuv v0.10Mike Morris2014-08-271-1/+1
| * | | | | switch uv_cwd back to &maxMike Morris2014-08-271-1/+1
| * | | | | Merge branch 'master' into libuv010Mike Morris2014-08-273-36/+51
| |\ \ \ \ \
| * | | | | | Revert "fix uv_cwd call"Mike Morris2014-08-261-1/+1
| * | | | | | fix uv_cwd callMike Morris2014-08-261-1/+1
| * | | | | | Merge branch 'master' into libuv010Mike Morris2014-08-2610-239/+112
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into libuv010Mike Morris2014-08-2515-204/+299
| |\ \ \ \ \ \ \
| * | | | | | | | bump mapnik-packaging, conform to libuv 0.10 apiMike Morris2014-08-203-6/+6
* | | | | | | | | GCC doesn't like {} initializationKonstantin Käfer2014-10-221-2/+2
* | | | | | | | | GCC doesn't like #pragmas between the function declaration and definitionKonstantin Käfer2014-10-221-1/+1
* | | | | | | | | fix compile warnings in libtess2Konstantin Käfer2014-10-224-16/+11
* | | | | | | | | silence warning; GCC needs this parameter, but Clang says its unusedKonstantin Käfer2014-10-221-0/+3
* | | | | | | | | fix compile warningsKonstantin Käfer2014-10-222-3/+3