summaryrefslogtreecommitdiff
path: root/gyp/version.gypi
Commit message (Collapse)AuthorAgeFilesLines
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-29/+0
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-041-1/+1
| | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests
* chmod +x python builds scripts, run directly instead of with python gyp varMike Morris2015-02-101-1/+1
|
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-041-1/+1
|
* don't include the source file in every libraryKonstantin Käfer2014-12-091-3/+1
|
* 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/+1
|
* report version number in user agent stringKonstantin Käfer2014-12-081-0/+31
refs #628