summaryrefslogtreecommitdiff
path: root/platform/node
Commit message (Expand)AuthorAgeFilesLines
* [node] Fixes 'make xnode' to configure HOST_SLUG.gypiMike Morris2015-11-055-0/+5
* [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-11-041-7/+5
* [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-11-041-2/+2
* [node] make ratio optional, default to 1.0Mike Morris2015-11-044-20/+39
* [node] swap array order to [lng, lat] for render option centerMike Morris2015-11-043-6/+7
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-043-5/+4
* Update version and changelognode-v2.0.0-pre.11bsudekum2015-11-021-0/+1
* [node] add pitch optionbsudekum2015-11-021-0/+6
* [core] Make DefaultFileSource react to all NetworkStatus changesKonstantin Käfer2015-11-021-6/+5
* Document node-mapbox-gl-native with JSDocTom MacWright2015-10-291-0/+75
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-283-1/+23
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-2/+2
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-1/+0
* [node] update changelognode-v2.0.0-pre.10bsudekum2015-10-141-0/+1
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-142-7/+8
* Break lines on com­mon­ly un­spaced punc­tu­a­tionMinh Nguyễn2015-10-131-0/+1
* Update test-suiteJohn Firebaugh2015-10-071-1/+1
* Ask contributors to update changelogs incrementallyMinh Nguyễn2015-10-071-0/+2
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+1
* [node] add support for Node.js v4.1.x and update changelogMike Morris2015-09-301-1/+2
* [skip-ci] [node] update changelognode-v2.0.0-pre.8bsudekum2015-09-301-1/+2
* [node] Handle tiles which 404 betterbsudekum2015-09-291-1/+3
* [node] throw if a render is already pending, fixes #2247Mike Morris2015-09-152-6/+6
* [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-09-111-1/+1
* [node] fix links in CHANGELOG.md [skip ci]Mike Morris2015-09-101-6/+6
* [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-09-101-2/+2
* [node] update CHANGELOG.md [skip ci]Mike Morris2015-09-101-4/+6
* [node] change request semanticsMike Morris2015-09-106-23/+26
* Add anonymous lambda for HandleScopeJohn Firebaugh2015-09-091-1/+4
* add io.js v3.x supportMike Morris2015-09-093-2/+3
* Use nan with https://github.com/nodejs/nan/pull/443 fixedMike Morris2015-09-091-1/+1
* Nan 2.0John Firebaugh2015-09-099-240/+237
* Add more tests to check for bufferbsudekum2015-09-041-2/+2
* Return raw image buffer instead of an objectbsudekum2015-09-043-13/+5
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-049-430/+59
* update node changelogMike Morris2015-09-021-0/+12
* Merge branch 'node' of github.com:mapbox/mapbox-gl-native into nodeMike Morris2015-09-011-54/+48
|\
| * Update README.mdMike Morris2015-09-011-54/+48
* | drop ratio from RenderOptionsMike Morris2015-09-011-2/+0
* | drop platform/node/examples, this is covered in READMEMike Morris2015-09-011-38/+0
|/
* fix example, clean up duplicate filesMike Morris2015-09-016-132/+4
* move package.json and binding.gyp to root, drop tiles.tilejsonMike Morris2015-09-018-162/+14
* Remove debug loggingJohn Firebaugh2015-08-312-10/+0
* In still mode, don't load resources until a render request is madeJohn Firebaugh2015-08-311-0/+22
* Clean up testsJohn Firebaugh2015-08-311-185/+156
* More loggingJohn Firebaugh2015-08-311-0/+5
* Always release mapJohn Firebaugh2015-08-311-2/+5
* Don't let test-suite fail; we have exceptions for known failures nowJohn Firebaugh2015-08-311-1/+1
* Drop faucet, it hides key error output when tests failJohn Firebaugh2015-08-312-4/+3
* Fix render test scriptJohn Firebaugh2015-08-311-5/+15