summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update LICENSE.MDLeith Bade2015-09-043-36/+832
| | | | Closes #846
* plumb map notifications through JNI to AndroidJustin R. Miller2015-09-044-15/+77
|
* fix README pathJustin R. Miller2015-09-041-1/+1
|
* fix missing docs parameterJustin R. Miller2015-09-041-1/+1
|
* `assert() -> NSAssert()` for user-facing annotation APIJustin R. Miller2015-09-041-5/+5
|
* refs #2039: add passthroughs for adding/removing overlaysJustin R. Miller2015-09-042-0/+63
|
* refs #1956: remove all Android 64-bit ABI's for nowJustin R. Miller2015-09-041-3/+3
|
* `make android-all -> make apackage` to be more in line with iOS distributionJustin R. Miller2015-09-042-4/+8
|
* #2253 - Adding extra-google-m2repository nowBrad Leege2015-09-031-4/+4
|
* #2253 - Adding extra-android-supportBrad Leege2015-09-031-4/+4
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-09-032-2/+13
|\
| * Merge pull request #2241 from mapbox/node-changelog-v2.0.0Mike Morris2015-09-032-2/+13
| |\ | | | | | | Update node changelog
| | * add Node.js to bindings listMike Morris2015-09-021-1/+1
| | |
| | * update node changelogMike Morris2015-09-021-0/+12
| | |
| | * remove node-mapbox-gl-native from 'products based on Mapbox GL'Mike Morris2015-09-021-1/+0
| | |
* | | #2182 - Updating compass imageryBrad Leege2015-09-036-1/+1
|/ /
* | fix circles at very high zoom levelsAnsis Brammanis2015-09-022-1/+1
| | | | | | | | https://github.com/mapbox/mapbox-gl-js/commit/5c8be4b8487a230a32684737a1e81c8a0b2a4396
* | Get rid of MapData::{get,set}NeedsRepaintBruno de Oliveira Abinader2015-09-025-20/+2
| |
* | Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-028-14/+18
| |
* | Provide view invalidation call coalescion via uv_async_tBruno de Oliveira Abinader2015-09-022-20/+10
| |
* | Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-024-8/+5
|/
* Merge pull request #2179 from mapbox/nodeMike Morris2015-09-0242-17/+2357
|\ | | | | Node bindings
| * node-v2.0.0-pre.3 [publish binary]Mike Morris2015-09-021-1/+1
| |
| * source scripts/linux/setup.sh in scripts/node/after_script.sh toMike Morris2015-09-021-0/+2
| | | | | | | | configure Mesa
| * node-v2.0.0-pre.2 [publish binary]Mike Morris2015-09-021-1/+1
| |
| * Merge branch 'node' of github.com:mapbox/mapbox-gl-native into nodeMike Morris2015-09-021-1/+1
| |\
| | * Bump to node-2.0.0-pre.1Lucas Wojciechowski2015-09-011-1/+1
| | | | | | | | | | | | [publish binary]
| * | set NODE_VERSION is after_script.shMike Morris2015-09-021-0/+3
| |/
| * 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
| |/
| * remove debug logging and whitespace [skip ci]Mike Morris2015-09-012-3/+1
| |
| * remove pushd/popd from scripts/node/run.sh, update license in package.jsonMike Morris2015-09-012-6/+2
| |
| * fix example, clean up duplicate filesMike Morris2015-09-017-132/+7
| |
| * drop conditions from binding.gypMike Morris2015-09-011-42/+0
| |
| * move package.json and binding.gyp to root, drop tiles.tilejsonMike Morris2015-09-0110-59/+40
| |
| * Remove debug loggingJohn Firebaugh2015-08-312-10/+0
| |
| * In still mode, don't load resources until a render request is madeJohn Firebaugh2015-08-312-1/+23
| |
| * Clean up testsJohn Firebaugh2015-08-311-185/+156
| |
| * More loggingJohn Firebaugh2015-08-311-0/+5
| |
| * Always release mapJohn Firebaugh2015-08-311-2/+5
| |
| * Merge branch 'master' into nodeJohn Firebaugh2015-08-3180-391/+1308
| |\
| * | 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
| | |
| * | Fix NODE_PRE_GYP variableJohn Firebaugh2015-08-311-1/+1
| | | | | | | | | | | | `cd` outputs the resulting directory, which is not what is desired here.
| * | fix consecutive.test.js suitePathMike Morris2015-08-281-1/+1
| | |
| * | only assume ~/.nvm is a git repo if we clone itMike Morris2015-08-281-5/+5
| | |
| * | update suitePath in consecutive.test.jsMike Morris2015-08-281-2/+1
| | |