summaryrefslogtreecommitdiff
path: root/gyp
Commit message (Collapse)AuthorAgeFilesLines
* rearrange tests and add storage testsKonstantin Käfer2015-02-043-4/+4
|
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-041-1/+1
|
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-042-3/+9
|
* Fix -W flags for boostLeith Bade2015-02-031-6/+1
| | | Fixes #801
* Adapt to ↵Dane Springmeyer2015-02-022-0/+4
| | | | https://github.com/mapbox/mason/commit/c104c2f9721b793535e4ec658afe2582e57be164 and https://github.com/mapbox/mason/commit/49fd47774032bf0f80efaad0143db3634385d2bf
* Remove program binary cachingLeith Bade2015-01-274-4/+0
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-152-1/+12
|\ | | | | | | | | Conflicts: src/mbgl/shader/shader.cpp
| * pass sqlite3_static_libs in install.gypiMike Morris2015-01-131-0/+1
| |
| * include sqlite3_static_libs in linker flagsMike Morris2015-01-131-0/+1
| |
| * break out version.hpp copy task into a separate gyp target to eliminate a ↵Mike Morris2015-01-131-1/+10
| | | | | | | | possible race condition in parallel builds
* | Fix buildLeith Bade2014-12-182-2/+2
| |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-184-5/+20
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: gyp/mbgl-ios.gypi gyp/mbgl-osx.gypi platform/default/asset_request_libuv.cpp src/mbgl/storage/caching_http_file_source.cpp src/mbgl/storage/file_request.cpp src/mbgl/storage/file_request.hpp src/mbgl/storage/file_request_baton.hpp
| * change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-173-3/+6
| | | | | | | | refs #579
| * Make file request overridable by platform implementationsKonstantin Käfer2014-12-174-3/+17
| | | | | | | | refs #579: Android can now rename AssetRequest to FileRequest and implement it differently
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-102-4/+3
|\ \ | |/ | | | | | | | | | | Conflicts: include/mbgl/platform/default/headless_view.hpp platform/default/glfw_view.cpp platform/default/headless_view.cpp
| * also install the version headerKonstantin Käfer2014-12-091-1/+2
| |
| * don't include the source file in every libraryKonstantin Käfer2014-12-091-3/+1
| |
* | Add Android user-agent infoLeith Bade2014-12-101-0/+3
| |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-106-0/+42
|\ \ | |/ | | | | | | Conflicts: platform/default/http_request_baton_curl.cpp
| * Merge pull request #705 from mapbox/user-agent-osKonstantin Käfer2014-12-085-0/+41
| |\ | | | | | | Include operating system and actual version number in User Agent string
| | * 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-085-0/+41
| | | | | | | | | | | | refs #628
| * | nu_static_libsMike Morris2014-12-081-0/+1
| |/
* | Fix missing shader cache pathLeith Bade2014-12-081-0/+1
| |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-073-0/+3
|\ \ | |/ | | | | | | | | | | Conflicts: include/mbgl/platform/gl.hpp src/mbgl/platform/gl.cpp src/mbgl/shader/shader.cpp
| * Load program binary extension on LinuxLeith Bade2014-12-063-0/+3
| |
* | Fix commitLeith Bade2014-12-061-1/+0
| |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-055-5/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: .gitignore gyp/mbgl-ios.gypi gyp/mbgl-linux.gypi gyp/mbgl-osx.gypi include/mbgl/map/map.hpp src/mbgl/map/map.cpp src/mbgl/storage/caching_http_file_source.cpp
| * make most headers privateKonstantin Käfer2014-12-045-5/+1
| |
* | Fix missing symbolLeith Bade2014-12-051-0/+1
| |
* | Merge branch 'master' into android-masonMike Morris2014-12-034-0/+23
|\ \ | |/ | | | | | | | | | | | | Conflicts: gyp/mbgl-ios.gypi gyp/mbgl-linux.gypi gyp/mbgl-osx.gypi platform/default/caching_http_file_source.cpp
| * break out FileSource as an abstract classMike Morris2014-12-034-0/+23
| | | | | | | | add CachingHTTPFileSource implementation
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-031-1/+1
|\ \ | |/ | | | | | | | | Conflicts: include/mbgl/map/map.hpp src/map/map.cpp
| * untabifyartemp2014-12-021-1/+1
| |
* | Share asset_request between platformsLeith Bade2014-12-024-2/+4
| |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-282-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md configure gyp/mbgl-linux.gypi include/mbgl/map/map.hpp include/mbgl/platform/default/image_reader.hpp include/mbgl/platform/default/jpeg_reader.hpp include/mbgl/platform/default/png_reader.hpp include/mbgl/util/uv_detail.hpp ios/mapbox-gl-cocoa platform/default/image.cpp platform/default/image_reader.cpp platform/default/jpeg_reader.cpp platform/default/png_reader.cpp src/map/map.cpp
| * add jpeg_static_libs to linux install ldflagsMike Morris2014-11-261-0/+1
| |
| * Merge branch 'master' into image-readersartemp2014-11-213-0/+3
| |\
| * | simplify image_readers creation implementationartemp2014-11-191-0/+3
| | | | | | | | | | | | | | | * remove static callbacks registration * link png_reader/jpeg_reader into mbgl-linux lib
| * | move image_reader to mbgl-linuxartemp2014-11-071-0/+1
| | |
| * | Merge branch 'master' into image-readersartemp2014-11-071-1/+11
| |\ \
| * | | add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-071-0/+1
| | | | | | | | | | | | | | | | (work-in-progress)
* | | | Fix jpeg android gypLeith Bade2014-11-282-1/+6
| | | |
* | | | simplify image_readers creation implementationartemp2014-11-281-0/+3
| | | | | | | | | | | | | | | | | | | | * remove static callbacks registration * link png_reader/jpeg_reader into mbgl-linux lib
* | | | move image_reader to mbgl-linuxartemp2014-11-281-0/+1
| | | |
* | | | add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-281-0/+1
| | | | | | | | | | | | | | | | (work-in-progress)
* | | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-182-0/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: README.md
| * | | Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-11-171-0/+1
| |\ \ \
| * | | | "skip install" for lib Xcode targets for easier app archivingJustin R. Miller2014-11-112-0/+2
| | |_|/ | |/| |