Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make addGlyphsToAtlas static method of SymbolBucket + add addGlyphs method to... | artemp | 2014-10-27 | 4 | -16/+34 |
* | prefer c++ style memory alloc | artemp | 2014-10-27 | 1 | -3/+4 |
* | Merge pull request #505 from mapbox/fix-libuv-0.11 | Konstantin Käfer | 2014-10-27 | 4 | -22/+17 |
|\ | |||||
| * | bump cocoa | Konstantin Käfer | 2014-10-27 | 1 | -0/+0 |
| * | fix build with libuv 0.11 | Konstantin Käfer | 2014-10-27 | 3 | -22/+17 |
|/ | |||||
* | Merge pull request #504 from mapbox/headless-display | Konstantin Käfer | 2014-10-27 | 132 | -1151/+1722 |
|\ | |||||
| * | build all architectures in Release mode | Konstantin Käfer | 2014-10-27 | 1 | -1/+8 |
| |\ | |/ |/| | |||||
* | | bump Cocoa for Mason fixes | Justin R. Miller | 2014-10-24 | 1 | -0/+0 |
* | | fixes #501: explicitly name architectures including armv7s | Justin R. Miller | 2014-10-24 | 1 | -0/+1 |
| * | Reverts AWS key change | Konstantin Käfer | 2014-10-27 | 2 | -6/+5 |
| * | allow installing the library | Konstantin Käfer | 2014-10-27 | 18 | -52/+96 |
| * | make tests work | Konstantin Käfer | 2014-10-24 | 15 | -198/+168 |
| * | Merge remote-tracking branch 'origin/headless-display' into gyp-restructuring | Konstantin Käfer | 2014-10-24 | 96 | -525/+985 |
| |\ | |||||
| | * | disable the thread sanitizer on clang/Debug for now since this prevents core ... | Konstantin Käfer | 2014-10-23 | 1 | -11/+11 |
| | * | fix typo | Konstantin Käfer | 2014-10-23 | 1 | -3/+3 |
| | * | show more debug information | Konstantin Käfer | 2014-10-23 | 1 | -3/+4 |
| | * | show that the program crashed | Konstantin Käfer | 2014-10-23 | 1 | -2/+8 |
| | * | print core dumps on application crashes | Konstantin Käfer | 2014-10-23 | 3 | -2/+23 |
| | * | gcc fixes | Konstantin Käfer | 2014-10-23 | 21 | -62/+72 |
| | * | add missing header | Konstantin Käfer | 2014-10-22 | 1 | -0/+2 |
| | * | force exceptions and rtti in case they're disabled by another gyp file | Konstantin Käfer | 2014-10-22 | 1 | -12/+16 |
| | * | fix variable shadowing | Konstantin Käfer | 2014-10-22 | 60 | -278/+276 |
| | * | add missing include header | Konstantin Käfer | 2014-10-22 | 1 | -0/+2 |
| | * | remove erroneous output during test run | Konstantin Käfer | 2014-10-22 | 1 | -2/+0 |
| | * | replace boost optional with mapbox optional | Konstantin Käfer | 2014-10-22 | 5 | -35/+85 |
| | * | fix typo | Konstantin Käfer | 2014-10-22 | 1 | -1/+1 |
| | * | fixes for libuv 0.11 | Konstantin Käfer | 2014-10-22 | 3 | -385/+1 |
| | * | Merge branch 'master' of github.com:mapbox/mapbox-gl-native | Konstantin Käfer | 2014-10-22 | 14 | -37/+158 |
| | |\ | |||||
| | * \ | Merge branch 'libuv-0.10-headless-display' into mason | Konstantin Käfer | 2014-10-22 | 32 | -132/+884 |
| | |\ \ | |||||
| | | * | | don't time xvfb startup | Konstantin Käfer | 2014-10-16 | 1 | -1/+0 |
| | | * | | fix misnamed function | Konstantin Käfer | 2014-10-16 | 1 | -3/+3 |
| | | * | | better timing functions | Konstantin Käfer | 2014-10-16 | 2 | -11/+37 |
| | | * | | export all required functions | Konstantin Käfer | 2014-10-16 | 1 | -0/+5 |
| | | * | | export function to subshells | Konstantin Käfer | 2014-10-16 | 6 | -8/+3 |
| | | * | | remove spaces from fold command and put in separate file | Konstantin Käfer | 2014-10-16 | 5 | -26/+35 |
| | | * | | add more instrumentation and code folding to travis builds | Konstantin Käfer | 2014-10-16 | 4 | -0/+43 |
| | | * | | we don't need a root_fbo function anymore | Konstantin Käfer | 2014-10-16 | 3 | -11/+0 |
| | | * | | we now always use the fbo | Konstantin Käfer | 2014-10-16 | 1 | -4/+0 |
| | | * | | first attempt to create an opengl core profile version before falling back to... | Konstantin Käfer | 2014-10-16 | 2 | -19/+82 |
| | | * | | lower our expectations towards the pbuffer and use framebuffers instead | Konstantin Käfer | 2014-10-15 | 3 | -37/+21 |
| | | * | | cast to correct int type | Konstantin Käfer | 2014-10-15 | 1 | -2/+2 |
| | | * | | fix errors that prevented compilation/running | Konstantin Käfer | 2014-10-15 | 3 | -3/+4 |
| | | * | | experimental pbuffer support | Konstantin Käfer | 2014-10-15 | 4 | -29/+60 |
| | | * | | bump mapbox-gl-cocoa submodule with make_inactive fix | Mike Morris | 2014-10-13 | 1 | -0/+0 |
| | | * | | add int status arg to uv_messenger_callback | Mike Morris | 2014-10-13 | 1 | -1/+1 |
| | | * | | fix policy names | Mike Morris | 2014-10-13 | 1 | -2/+2 |
| | | * | | add policies for mapbox-gl-testing bucket | Mike Morris | 2014-10-13 | 1 | -0/+36 |
| | | * | | fix node-mapbox-gl-native AWS keys | Mike Morris | 2014-10-11 | 1 | -2/+2 |
| | | * | | use node-mapbox-gl-native AWS keys | Mike Morris | 2014-10-11 | 2 | -5/+5 |
| | | * | | Merge branch 'master' into libuv-0.10-headless-display | Mike Morris | 2014-10-10 | 1 | -4/+4 |
| | | |\ \ |