summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* make Map::resize() privateKonstantin Käfer2015-03-061-1/+0
| | | | they can only be called by View::resize
* add missing test fixture fileKonstantin Käfer2015-02-171-0/+1
|
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-1/+1
|
* update uv_zip and add testsKonstantin Käfer2015-02-163-3/+50
|
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-161-1/+1
|
* Merge pull request #884 from mapbox/move-bucketsLeith Bade2015-02-141-0/+0
|\ | | | | Move to mapbox bucket
| * Move to mapbox bucketLeith Bade2015-02-131-0/+0
| |
* | make sure that the async handle always gets closedKonstantin Käfer2015-02-131-0/+28
|/
* update test suiteAnsis Brammanis2015-02-111-0/+0
|
* Merge pull request #821 from mapbox/pattern-functionsJohn Firebaugh2015-02-103-0/+49
|\ | | | | functions for everything
| * Update test suite and style submodules to latest v7John Firebaugh2015-02-061-0/+0
| |
| * add test for parsing enum, bool, string functions.Ansis Brammanis2015-02-062-0/+49
| |
* | move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-0919-0/+1412
|/
* cleanup makefilesKonstantin Käfer2015-02-045-32/+7
|
* refactor makefileKonstantin Käfer2015-02-0414-17/+19
|
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-5/+3
|
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-3/+4
|
* execute the correct server path and use the exepath for application root ↵Konstantin Käfer2015-02-042-4/+2
| | | | rather than the cwd
* asset:// URLs are local to the executable path nowKonstantin Käfer2015-02-0415-147/+166
|
* fixes for linuxKonstantin Käfer2015-02-041-8/+15
|
* remove unused filesKonstantin Käfer2015-02-043-71/+0
|
* 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
|