summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-042-3/+13
|
* break out FileSource as an abstract classMike Morris2014-12-031-1/+3
| | | | add CachingHTTPFileSource implementation
* move pixel flip from headless test into HeadlessView::readPixelsMike Morris2014-12-011-9/+0
|
* Merge branch 'master' into nunicodeartemp2014-11-271-1/+0
|\
| * simplify image_readers creation implementationartemp2014-11-191-1/+0
| | | | | | | | | | * remove static callbacks registration * link png_reader/jpeg_reader into mbgl-linux lib
* | use nunicode conditional case mapping (lowercase)artemp2014-11-171-3/+1
|/
* Merge branch 'master' into image-readersartemp2014-11-131-1/+11
|\
| * add boost headers to cflags_cc for text_conversions testMike Morris2014-11-071-1/+11
| |
* | fix tests for linux (todo - find a better way to run 'linux' tests on 'osx')artemp2014-11-071-2/+3
|/
* [linux] let child process exit when parent hung upKonstantin Käfer2014-11-061-0/+6
|
* use IPv4 address instead of localhost to work around systems that don't ↵Konstantin Käfer2014-11-062-2/+2
| | | | resolve localhost to 127.0.0.1
* fix various issues in curl bindings related to tile cancelationKonstantin Käfer2014-11-061-2/+7
|
* don't use a cache for test casesKonstantin Käfer2014-11-051-0/+9
|
* rewrite the actual JSON file instead of a global search/replaceKonstantin Käfer2014-11-052-7/+41
|
* Update test/suiteJohn Firebaugh2014-11-042-0/+5
|
* Update stylesJohn Firebaugh2014-11-0410-2305/+55
|
* Implement v6 filtersJohn Firebaugh2014-11-042-500/+206
|
* also use custom formatter for OS XKonstantin Käfer2014-11-041-0/+0
|
* Merge pull request #540 from mapbox/test-httpKonstantin Käfer2014-11-044-87/+56
|\ | | | | Run tests using HTTP requests
| * use dirname() on copies of the parameter onlyKonstantin Käfer2014-11-041-1/+5
| | | | | | | | glibc's dirname() modifies the parameter
| * use execv and pass non-inline argument for gccKonstantin Käfer2014-11-041-1/+2
| |
| * pass array with a single nullptr instead of nullptr for compatibilityKonstantin Käfer2014-11-041-1/+1
| |
| * Run tests using http requestsKonstantin Käfer2014-11-044-87/+51
| | | | | | | | | | | | We now start a local HTTP server on port 2900 that serves the test fixtures. This is the same port we also use in the JS test suite fixes #532
* | formatartemp2014-11-041-1/+1
| |
* | add basic toupper/tolower text conversions tests #309artemp2014-11-042-2/+58
|/
* Remove unusedJohn Firebaugh2014-11-011-2/+1
|
* 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