summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make addGlyphsToAtlas static method of SymbolBucket + add addGlyphs method to...artemp2014-10-274-16/+34
* prefer c++ style memory allocartemp2014-10-271-3/+4
* Merge pull request #505 from mapbox/fix-libuv-0.11Konstantin Käfer2014-10-274-22/+17
|\
| * bump cocoaKonstantin Käfer2014-10-271-0/+0
| * fix build with libuv 0.11Konstantin Käfer2014-10-273-22/+17
|/
* Merge pull request #504 from mapbox/headless-displayKonstantin Käfer2014-10-27132-1151/+1722
|\
| * build all architectures in Release modeKonstantin Käfer2014-10-271-1/+8
| |\ | |/ |/|
* | bump Cocoa for Mason fixesJustin R. Miller2014-10-241-0/+0
* | fixes #501: explicitly name architectures including armv7sJustin R. Miller2014-10-241-0/+1
| * Reverts AWS key changeKonstantin Käfer2014-10-272-6/+5
| * allow installing the libraryKonstantin Käfer2014-10-2718-52/+96
| * make tests workKonstantin Käfer2014-10-2415-198/+168
| * Merge remote-tracking branch 'origin/headless-display' into gyp-restructuringKonstantin Käfer2014-10-2496-525/+985
| |\
| | * disable the thread sanitizer on clang/Debug for now since this prevents core ...Konstantin Käfer2014-10-231-11/+11
| | * fix typoKonstantin Käfer2014-10-231-3/+3
| | * show more debug informationKonstantin Käfer2014-10-231-3/+4
| | * show that the program crashedKonstantin Käfer2014-10-231-2/+8
| | * print core dumps on application crashesKonstantin Käfer2014-10-233-2/+23
| | * gcc fixesKonstantin Käfer2014-10-2321-62/+72
| | * add missing headerKonstantin Käfer2014-10-221-0/+2
| | * force exceptions and rtti in case they're disabled by another gyp fileKonstantin Käfer2014-10-221-12/+16
| | * fix variable shadowingKonstantin Käfer2014-10-2260-278/+276
| | * add missing include headerKonstantin Käfer2014-10-221-0/+2
| | * remove erroneous output during test runKonstantin Käfer2014-10-221-2/+0
| | * replace boost optional with mapbox optionalKonstantin Käfer2014-10-225-35/+85
| | * fix typoKonstantin Käfer2014-10-221-1/+1
| | * fixes for libuv 0.11Konstantin Käfer2014-10-223-385/+1
| | * Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeKonstantin Käfer2014-10-2214-37/+158
| | |\
| | * \ Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-2232-132/+884
| | |\ \
| | | * | don't time xvfb startupKonstantin Käfer2014-10-161-1/+0
| | | * | fix misnamed functionKonstantin Käfer2014-10-161-3/+3
| | | * | better timing functionsKonstantin Käfer2014-10-162-11/+37
| | | * | export all required functionsKonstantin Käfer2014-10-161-0/+5
| | | * | export function to subshellsKonstantin Käfer2014-10-166-8/+3
| | | * | remove spaces from fold command and put in separate fileKonstantin Käfer2014-10-165-26/+35
| | | * | add more instrumentation and code folding to travis buildsKonstantin Käfer2014-10-164-0/+43
| | | * | we don't need a root_fbo function anymoreKonstantin Käfer2014-10-163-11/+0
| | | * | we now always use the fboKonstantin Käfer2014-10-161-4/+0
| | | * | first attempt to create an opengl core profile version before falling back to...Konstantin Käfer2014-10-162-19/+82
| | | * | lower our expectations towards the pbuffer and use framebuffers insteadKonstantin Käfer2014-10-153-37/+21
| | | * | cast to correct int typeKonstantin Käfer2014-10-151-2/+2
| | | * | fix errors that prevented compilation/runningKonstantin Käfer2014-10-153-3/+4
| | | * | experimental pbuffer supportKonstantin Käfer2014-10-154-29/+60
| | | * | bump mapbox-gl-cocoa submodule with make_inactive fixMike Morris2014-10-131-0/+0
| | | * | add int status arg to uv_messenger_callbackMike Morris2014-10-131-1/+1
| | | * | fix policy namesMike Morris2014-10-131-2/+2
| | | * | add policies for mapbox-gl-testing bucketMike Morris2014-10-131-0/+36
| | | * | fix node-mapbox-gl-native AWS keysMike Morris2014-10-111-2/+2
| | | * | use node-mapbox-gl-native AWS keysMike Morris2014-10-112-5/+5
| | | * | Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-101-4/+4
| | | |\ \