summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* rearrange tests and make more robustKonstantin Käfer2015-02-0434-331/+317
|
* rearrange tests and add storage testsKonstantin Käfer2015-02-0436-436/+1069
|
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-042-3/+4
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-232-0/+4
|\ | | | | | | | | | | | | Conflicts: src/mbgl/renderer/painter_prerender.cpp src/mbgl/renderer/prerendered_texture.cpp src/mbgl/renderer/prerendered_texture.hpp
| * Use v7 styles / testsJohn Firebaugh2015-01-222-0/+4
| |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-181-1/+1
|\ \ | |/ | | | | | | Conflicts: src/mbgl/map/map.cpp
| * Move class state to mapJohn Firebaugh2015-01-141-1/+1
| | | | | | https://github.com/mapbox/mapbox-gl-js/pull/936
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-152-0/+94
|\ \ | |/ | | | | | | Conflicts: src/mbgl/shader/shader.cpp
| * Merge pull request #744 from mapbox/merge-roadsJohn Firebaugh2015-01-142-0/+93
| |\ | | | | | | merge adjacent roads with the same text for labeling
| | * port tests for mergeLinesAnsis Brammanis2015-01-132-0/+93
| | | | | | | | | | | | js: 867b7f4be01126663df609756049515a41e700d1
| * | include sqlite3_static_libs in linker flagsMike Morris2015-01-131-0/+1
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-091-1/+1
|\ \ | |/
| * fix rendering errorsKonstantin Käfer2014-12-121-1/+1
| |
* | log headless test fixture namesMike Morris2014-12-111-0/+2
|/
* add missing gyp fileKonstantin Käfer2014-12-081-0/+1
|
* 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
|