summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix OS X buildJohn Firebaugh2014-11-201-1/+1
|
* Merge branch 'local-mason'Konstantin Käfer2014-10-311-0/+5
|\ | | | | | | | | | | Conflicts: .gitmodules styles
| * add to $PATH instead of using aliasesKonstantin Käfer2014-10-311-4/+1
| |
| * use a local version of mason instead of writing into ~/.masonKonstantin Käfer2014-10-311-0/+8
| | | | | | | | fixes #526
* | Get mapbox-gl-styles via submodule (fixes #511)John Firebaugh2014-10-311-0/+3
|/
* Merge pull request #531 from mapbox/remove-nodeKonstantin Käfer2014-10-312-1/+105
|\ | | | | Remove dependency on node.js
| * call correct image compare scriptKonstantin Käfer2014-10-311-1/+1
| |
| * remove dependency on nodeKonstantin Käfer2014-10-311-0/+104
| |
* | use binary mesa on travis to speed up build timesKonstantin Käfer2014-10-311-21/+7
|/
* use test suite as submodule instead of using npmKonstantin Käfer2014-10-313-17/+14
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into jobsDane Springmeyer2014-10-301-2/+2
|\
| * use the correct makefile names for building the projectKonstantin Käfer2014-10-301-2/+2
| |
* | customize concurrent JOBS per compiler/platformDane Springmeyer2014-10-302-5/+5
|/
* remove regex/boost regex usageKonstantin Käfer2014-10-301-1/+1
|
* travis: can travis cope with 4 mesa build jobs?Dane Springmeyer2014-10-301-1/+1
|
* travis: can travis cope with 2 mesa build jobs?Dane Springmeyer2014-10-301-1/+1
|
* try mesa without concurrent jobsDane Springmeyer2014-10-301-1/+1
|
* more build concurrencyDane Springmeyer2014-10-292-3/+3
|
* Try installing mesa from a tarball rather than git clone.Young Hahn2014-10-281-3/+3
|
* Merge branch 'master' into mesaMike Morris2014-10-271-1/+4
|\ | | | | | | | | Conflicts: .travis.yml
| * make tests workKonstantin Käfer2014-10-241-1/+4
| |
* | Merge branch 'headless-display' into mesaMike Morris2014-10-233-13/+36
|\ \ | |/ | | | | | | Conflicts: scripts/flags.sh
| * disable the thread sanitizer on clang/Debug for now since this prevents core ↵Konstantin Käfer2014-10-231-11/+11
| | | | | | | | dumps from being generated on segfaults
| * 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-232-2/+18
| |
* | echo CFLAGSMike Morris2014-10-221-0/+3
| |
* | set fPIE instead of fPIC in CXXFLAGS, add to CFLAGS as wellMike Morris2014-10-221-2/+2
| |
* | Merge branch 'headless-display' into mesaMike Morris2014-10-223-4/+9
|\ \ | |/
| * fix typoKonstantin Käfer2014-10-221-1/+1
| |
| * Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-225-0/+76
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/http_request_baton_curl.cpp include/mbgl/map/map.hpp include/mbgl/util/uv_detail.hpp scripts/travis_before_install.sh setup-libraries.sh src/map/map.cpp src/storage/file_request_baton.cpp src/storage/http_request.cpp src/util/uv-messenger.c
| * | install boost on osxKonstantin Käfer2014-10-221-1/+1
| | |
| * | correctly set CCDane Springmeyer2014-10-211-1/+1
| | |
| * | use ppa for more recent boostKonstantin Käfer2014-10-212-2/+4
| | |
| * | add libraries and make configure script more robustKonstantin Käfer2014-10-211-2/+5
| | | | | | | | | | | | [skip ci]
| * | cleanup makefileKonstantin Käfer2014-10-211-0/+0
| | | | | | | | | | | | [skip ci]
* | | build mesa from gitMike Morris2014-10-201-7/+1
| | |
* | | drop signature, git tag -l in mesa directoryMike Morris2014-10-201-1/+2
| | |
* | | download mesa 10.3.1 from ftpMike Morris2014-10-201-2/+7
| | |
* | | back to building mesa without libvaMike Morris2014-10-201-16/+2
| | |
* | | try exporting for sudoMike Morris2014-10-201-1/+7
| | |
* | | build mesa 10.3.1, install libva with root login shell, ref ↵Mike Morris2014-10-201-1/+2
| | | | | | | | | | | | travis-ci/travis-ci#2607
* | | glxinfo in main process, build libva from sourceMike Morris2014-10-201-7/+11
| | |
* | | build mesa without libvaMike Morris2014-10-201-3/+4
| | |
* | | travis fold glxinfo, set LD_LIBRARY_PATH env varMike Morris2014-10-201-1/+3
| | |
* | | add libva-dev to mesa depsMike Morris2014-10-201-2/+2
| | |
* | | add tsan to mesa depsMike Morris2014-10-201-1/+2
| | |
* | | move glxinfo out of travis_before_install.shMike Morris2014-10-201-9/+0
| | |
* | | use llvm-3.4Mike Morris2014-10-171-1/+1
| | |