summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native into andr...Leith Bade2014-11-092-10/+74
|\
| * add boost headers to cflags_cc for text_conversions testMike Morris2014-11-071-1/+11
| * [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 resol...Konstantin Käfer2014-11-062-2/+2
| * 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
|\
| * use dirname() on copies of the parameter onlyKonstantin Käfer2014-11-041-1/+5
| * 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
* | 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
|\ \ | |/
| * attemp to fix #525Dane Springmeyer2014-10-301-8/+8
* | use more modern libpng version instead of the system-provided one and fix com...Konstantin Käfer2014-10-301-1/+1
* | 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 m...Dane Springmeyer2014-10-291-2/+0
* 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
|\
| * 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
| |\ \
| | * \ Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-101-93/+37
| | |\ \
| | * | | 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
| | |\ \ \
| | | * \ \ Merge branch 'master' into libuv010Mike Morris2014-09-241-5/+10
| | | |\ \ \