summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add a reference Valgrind suppresion fileThiago Marcos P. Santos2015-03-201-0/+91
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using Valgrind for debugging memory leaks and access violations, we often see a lot of false positives, specially when dealing with OpenGL that does it own buffer management. This file is an attempt to filter these false positives. Note that we are only filtering for the open source Radeon driver and the list will probably grow to accommodate other setups. To use the Valgrind with the suppression file for hunting memory leaks, try something like: valgrind --leak-check=full --track-origins=yes --suppressions=[path/to/valgrind.sup] ./mapbox-gl
* | fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-171-0/+3
| | | | | | | | | | | | - OpenGL ES 2 doesn't allow NPOT textures with wrap-around - The Sprite object reported the map's pixelRatio, even though it loaded @2x assets - Copying icons from the sprite into the atlas now uses bilinear scaling to scale up to the actual size
* | scripts for running linux tests with dockerKonstantin Käfer2015-03-131-3/+0
|/
* dont install makedepend on travisMike Morris2015-02-101-1/+1
|
* chmod +x python builds scripts, run directly instead of with python gyp varMike Morris2015-02-102-0/+0
|
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-099-4/+325
|
* move config files to config/ folderKonstantin Käfer2015-02-041-0/+29
|
* updated mesa and other targets on osx/iosKonstantin Käfer2015-02-041-11/+5
|
* cleanup makefilesKonstantin Käfer2015-02-042-8/+13
|
* make different abis for androidKonstantin Käfer2015-02-041-12/+15
|
* refactor makefileKonstantin Käfer2015-02-041-0/+20
|
* asset:// URLs are local to the executable path nowKonstantin Käfer2015-02-041-1/+3
|
* fixes for linuxKonstantin Käfer2015-02-042-0/+7
|
* rearrange tests and make more robustKonstantin Käfer2015-02-041-30/+30
|
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-4/+4
|
* Fix -W flags for boostLeith Bade2015-02-031-3/+0
| | | Fixes #801
* test against mesa 10.4.3 on travisMike Morris2015-01-301-1/+1
|
* Fix travis scriptLeith Bade2015-01-271-1/+1
|
* Change all echo back to mapbox_timeLeith Bade2015-01-271-6/+6
|
* Change back to mapbox_timeLeith Bade2015-01-271-1/+1
|
* Handle tags with leading non-numeric charsLeith Bade2015-01-061-2/+3
|
* Use testmunk from EC2Leith Bade2015-01-021-8/+0
|
* Fix typoLeith Bade2014-12-261-1/+1
|
* Fix bash syntaxLeith Bade2014-12-261-2/+2
|
* Move android build to ec2Leith Bade2014-12-262-86/+6
|
* Prepare for android-gl-buildLeith Bade2014-12-201-1/+1
|
* Fix path againLeith Bade2014-12-191-2/+4
|
* Tidy up scriptLeith Bade2014-12-191-3/+0
|
* Fix pathLeith Bade2014-12-181-2/+2
|
* Try different pathLeith Bade2014-12-181-2/+2
|
* Fix travisLeith Bade2014-12-181-2/+2
|
* Use file for access tokenLeith Bade2014-12-181-2/+2
|
* Fix for OSX BSD flavour sedLeith Bade2014-12-181-1/+1
|
* Update android build tools on travisLeith Bade2014-12-181-2/+2
|
* jq is now installed by defaultLeith Bade2014-12-121-1/+1
|
* Fix bash errorLeith Bade2014-12-121-0/+2
|
* Don't need X for android buildsLeith Bade2014-12-122-10/+14
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-101-27/+0
|\ | | | | | | | | | | | | Conflicts: include/mbgl/platform/default/headless_view.hpp platform/default/glfw_view.cpp platform/default/headless_view.cpp
| * don't include the source file in every libraryKonstantin Käfer2014-12-091-27/+0
| |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-101-0/+89
|\ \ | |/ | | | | | | Conflicts: platform/default/http_request_baton_curl.cpp
| * support fewer parametersKonstantin Käfer2014-12-081-5/+8
| |
| * don't print more information when a tag actually is availableKonstantin Käfer2014-12-081-1/+1
| |
| * make sure it also works when there are no git tagsKonstantin Käfer2014-12-081-1/+7
| |
| * report version number in user agent stringKonstantin Käfer2014-12-081-0/+80
| | | | | | | | refs #628
* | Go back to 7z NDKLeith Bade2014-12-091-0/+16
| |
* | Fix path to NDKLeith Bade2014-12-091-3/+0
| |
* | sudo dunpLeith Bade2014-12-091-3/+2
| |
* | Dump running services.Leith Bade2014-12-091-0/+4
| |
* | Always update before installLeith Bade2014-12-091-0/+1
| |
* | Try NDK install via git cloneLeith Bade2014-12-061-16/+0
| |