summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into platform-imageKonstantin Käfer2014-10-313-2/+2
|\
| * remove dependency on nodeKonstantin Käfer2014-10-311-0/+0
| |
| * use test suite as submodule instead of using npmKonstantin Käfer2014-10-313-2/+2
| |
* | fix image y reversalKonstantin Käfer2014-10-301-1/+1
| |
* | Merge branch 'master' into platform-imageKonstantin Käfer2014-10-301-8/+8
|\ \ | |/ | | | | | | Conflicts: gyp/install.gypi
| * attemp to fix #525Dane Springmeyer2014-10-301-8/+8
| |
* | use more modern libpng version instead of the system-provided one and fix ↵Konstantin Käfer2014-10-301-1/+1
| | | | | | | | compile errors
* | use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-1/+13
|/
* remove regex/boost regex usageKonstantin Käfer2014-10-301-5/+0
|
* fix xtest target - closes #520 - longer term fix at #519Dane Springmeyer2014-10-301-15/+62
|
* use stable cross-generator direction for referencing standalone lib + other ↵Dane Springmeyer2014-10-291-2/+0
| | | | minor fixups
* linux test build fixesDane Springmeyer2014-10-291-2/+8
|
* fix testsDane Springmeyer2014-10-291-9/+19
|
* rename mbgl to mbgl-coreKonstantin Käfer2014-10-291-9/+9
|
* gyp fixesKonstantin Käfer2014-10-281-4/+3
|
* allow installing the libraryKonstantin Käfer2014-10-271-10/+10
|
* make tests workKonstantin Käfer2014-10-242-185/+139
|
* Merge remote-tracking branch 'origin/headless-display' into gyp-restructuringKonstantin Käfer2014-10-248-35/+28
|\ | | | | | | | | | | Conflicts: Makefile ios/mapbox-gl-cocoa
| * gcc fixesKonstantin Käfer2014-10-231-6/+6
| |
| * fix variable shadowingKonstantin Käfer2014-10-222-9/+9
| |
| * remove erroneous output during test runKonstantin Käfer2014-10-221-2/+0
| |
| * replace boost optional with mapbox optionalKonstantin Käfer2014-10-222-16/+8
| |
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeKonstantin Käfer2014-10-221-1/+1
| |\
| * \ Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-223-5/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * \ Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-101-93/+37
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/curl_request.cpp common/glfw_view.cpp common/glfw_view.hpp include/mbgl/platform/request.hpp ios/mapbox-gl-cocoa setup-libraries.sh src/map/map.cpp src/platform/request.cpp test/fixtures/fixture_request.cpp
| | * | | fix HeadlessView::readPixels return value, ref #480Mike Morris2014-10-081-1/+1
| | | | |
| | * | | add HeadlessView::readPixels, fixes #480Mike Morris2014-10-081-7/+1
| | | | |
| | * | | clean up shared_ptr usage in HeadlessViewMike Morris2014-10-071-1/+4
| | | | |
| | * | | break out HeadlessDisplay from HeadlessView, ref #478Mike Morris2014-10-031-0/+2
| | | | |
| | * | | Merge branch 'libuv010' into libuv-0.10-fix-context-shutdownMike Morris2014-09-241-5/+11
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/headless_view.cpp test/headless.cpp
| | | * \ \ Merge branch 'master' into libuv010Mike Morris2014-09-241-5/+10
| | | |\ \ \
| | * | | | | bump mapnik-packaging, remove unnecessary view.make_active callsMike Morris2014-09-191-0/+2
| | |/ / / /
| | * | | | remove debuggingMike Morris2014-09-021-3/+0
| | | | | |
| | * | | | use std::fopen/std::fread instead of libuv, thanks @springmeyerMike Morris2014-09-021-0/+19
| | | | | |
| | * | | | Merge branch 'master' into libuv010Mike Morris2014-08-291-5/+3
| | |\ \ \ \
| | * | | | | more fixes for libuv v0.10Mike Morris2014-08-271-9/+9
| | | | | | |
* | | | | | | restructure gyp filesKonstantin Käfer2014-10-241-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | New mason-based build systemKonstantin Käfer2014-10-225-48/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | use ASSERT_FALSE for boolean comparisonsKonstantin Käfer2014-10-222-4/+4
| | | | | |
| * | | | | fix compile warningsKonstantin Käfer2014-10-223-44/+18
| | | | | |
| * | | | | use glfw3 libs instead of manually linking OpenGL frameworks on OS XKonstantin Käfer2014-10-221-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | [skip ci]
* | | | | Fix compiler warningsJohn Firebaugh2014-10-171-1/+1
|/ / / /
* | | | fix headless testsKonstantin Käfer2014-09-301-78/+37
| |_|/ |/| |
* | | Support pixelRatio parameter for render testsJohn Firebaugh2014-09-221-5/+10
| |/ |/|
* | Use fresh map and view for each testJohn Firebaugh2014-08-281-5/+3
|/
* fix basepath for headless stylesheetsKonstantin Käfer2014-08-272-21/+10
|
* Merge pull request #445 from mapbox/nsstringKonstantin Käfer2014-08-261-0/+1
|\ | | | | Use NSString-specific case change functions on OS X/iOS
| * add uppercase/lowercase symbols to headless testKonstantin Käfer2014-08-221-0/+1
| |
* | Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-261-268/+214
|\ \ | | | | | | Compute unique clip IDSs per tile
| * | compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-211-268/+214
| |/ | | | | | | | | | | fixes #206 fixes #220 refs #229