summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] #5456 - ported the nodejs test server to cppupstream/5456-android-core-testsIvo van Dongen2016-07-073-25/+88
|
* [android] #5456 - implemented a couple more casesIvo van Dongen2016-07-071-12/+22
|
* [android] #5456 - extracted server in separate source filesIvo van Dongen2016-07-076-126/+150
|
* [android] Fix HTTP web serverThiago Marcos P. Santos2016-07-073-8/+7
|
* [android] #5456 - cleanup makefileIvo van Dongen2016-07-071-1/+1
|
* [android] #5456 - Initial cpp http serverIvo van Dongen2016-07-074-70/+1076
|
* [android] #5456 - headless view egl - cleanup resources and cleanup codeIvo van Dongen2016-07-071-147/+123
|
* [android] #5456 - Headless renderer - functional on simulator with software ↵Ivo van Dongen2016-07-071-126/+173
| | | | emulation
* [android] #5456 - Updated the headless rendererIvo van Dongen2016-07-072-0/+155
|
* [android] #5456 - headless view for egl - incompleteIvo van Dongen2016-07-073-1/+18
|
* Revert "[android] #5456 - Add test for dx before using it."Ivo van Dongen2016-07-071-4/+0
| | | | This reverts commit 1fe98a608f1c17918f2208180bfd22b022e154c6.
* [android] #5456 - Add test for dx before using it.Ivo van Dongen2016-07-071-0/+4
|
* [android] #5456 - re-use loop_lib var instead of target_platform in gypIvo van Dongen2016-07-072-4/+3
|
* [android] #5456 - Cleanup main MakefileIvo van Dongen2016-07-071-17/+22
|
* [android] #5456 - Added async_task and timer tests back in - Won't run properlyIvo van Dongen2016-07-071-0/+2
|
* [android] #5456 - Added run_loop tests back inIvo van Dongen2016-07-071-0/+1
|
* [android] #5456 - Move the test fixtures into the right place. Use a ↵Ivo van Dongen2016-07-071-5/+12
| | | | dedicated work directory to keep the device/sim clean
* [android] #5456 - Added tile tests back inIvo van Dongen2016-07-071-1/+0
|
* [android] #5456 - Added geometry tests back inIvo van Dongen2016-07-071-1/+0
|
* [android] #5456 - Added text tests back inIvo van Dongen2016-07-071-1/+0
|
* [android] #5456 - re-enabled math testsIvo van Dongen2016-07-071-2/+1
|
* [android] #5456 - cleanupIvo van Dongen2016-07-072-5/+1
|
* [android] #5456 - Excluded tests on android that don't run with filters ↵Ivo van Dongen2016-07-071-0/+82
| | | | instead of commenting out
* [android] #5456 - Fixed up test.gypi so that linker and dependent settings ↵Ivo van Dongen2016-07-072-3/+36
| | | | are conditional to the target platform.
* [android] #5456 - Fixed library path so that HTTPContext class is bound ↵Ivo van Dongen2016-07-073-3/+5
| | | | without issues
* [android] #5456- First tests running on the vm - still a lot of hacks to get ↵Ivo van Dongen2016-07-076-36/+36
| | | | it going
* [android] #5456 - initial setup with a shared test lib and a main class. ↵Ivo van Dongen2016-07-077-74/+85
| | | | Does not link properly
* [tests] Update test-suiteJohn Firebaugh2016-07-061-1/+1
|
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-0629-183/+205
| | | | | | | | | | | | | | | | | | | | | | * [core] geometry.hpp 0.8.0 * geojsonvt @ 6.0.0 * Update platform deps, build scripts * Perf optimizations/cleanup * Rebase in geometry@080 * D.R.Y. etc * Ensure fill annotation geometries have closed rings. * Optimizations * Update to geojsonvt @ 6.1.0 for clean handoff between geojson parsing and geojsonvt * Apply close multi/poly geoms for line annotations as well
* [core] Re-close polygons after clipping with clipperJohn Firebaugh2016-07-062-2/+9
|
* [android] Add support for timers on the main threadThiago Marcos P. Santos2016-07-062-2/+36
| | | | | Wake up the main thread run loop with a file descriptor event from a thread that exists for this sole purpose.
* Revert "[android] Do not create Timers on Default main loops"Thiago Marcos P. Santos2016-07-064-11/+6
| | | | This reverts commit 13cd75f099c92b6f0862db00eee8ff4a78a73316.
* [android] #5000 - initial surface view implementation.Tobrun Van Nuland2016-07-062-59/+39
|
* [android] Fix issue when stop is called before run on the RunLoopThiago Marcos P. Santos2016-07-051-2/+4
| | | | | | The current ::stop() implementation was not thread safe and we should queue the ::stop() for the next loop iteration so even if we call ::stop() before ::run(), it gets processed.
* [android] Do not create Timers on Default main loopsThiago Marcos P. Santos2016-07-054-7/+12
| | | | | | | | | Not supported, because we don't have control over the Looper timeout like we do for Loopers we create. On the main thread, Android takes care of making the application sleep and sets an arbitrary timeout. This could be properly fixed by implementing timers in Java, but we don't really have the use case of timers in the main thread.
* [android] Fix hang when calling Timer::start() twiceThiago Marcos P. Santos2016-07-051-2/+1
| | | | | Calling start() from the callback was making the timer effectively stop.
* [android] Fix a bug when canceling tasksThiago Marcos P. Santos2016-07-052-5/+12
| | | | | | If the next task in the queue gets canceled, we need to adjust the iterator to the next task, otherwise a canceled task gets executed.
* [android] Fix default RunLoop not stoppingThiago Marcos P. Santos2016-07-052-6/+13
| | | | | stop() for default RunLoop is only used by unit tests and we need to wake the ALooper to get past run().
* [android] #5104 - make nativePixelForLatLng faster (74ms to 57ms)Tobrun2016-07-052-64/+34
| | | | | | | | | | | | | | | | [android] #5104 - make nativeLatLngForPix faster (52ms - 45ms). [andriod] #5104 - make nativeSetLatLng faster (117ms to 105ms) [android] #5104 - make nativeFlyTo faster (106ms to 97ms) [android] #5104 - make nativeEaseTo faster (103 to 94ms) [android] #5104 - make nativeJumpTo faster (94 to 86ms) [android] #5104 - make nativeProjectedMetersForLatLng faster (32 to 30ms) [android] #5104 - make nativeLatLngForProjectedMeters faster (32 to 30ms)
* [android] - Remove StyleInitializer class, obsolete with introduction ↵Tobrun2016-07-052-125/+15
| | | | MapboxAccountManager
* [android] #5564 - fixes latitude lint range setup for ↵Tobrun2016-07-051-1/+1
| | | | getMetersPerPixelAtLatitude
* [android] - add javadoc to mapboxmapoptionsTobrun2016-07-051-23/+69
|
* [android] - fixes deprecation javadoc of accessTokenTobrun2016-07-051-0/+1
|
* [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style ↵Minh Nguyễn2016-07-049-9/+9
| | | | Specification” (#5553)
* [core] Avoid unnecessary copies in GlyphSet::insertJohn Firebaugh2016-07-043-5/+5
|
* [core] refactor Raster and allow explicit mipmapping levelsKonstantin Käfer2016-07-043-51/+55
|
* [core] Fix typo in coveringPlainOverdrawArrayBruno de Oliveira Abinader2016-07-042-2/+2
|
* mapbox: URL containing query string causes infinite loop (#5554)jingsam2016-07-042-22/+54
| | | | | | | | | | * correct all EXPECT_EQ(actual, expected) to EXPECT_EQ(expected, actual) * fix getMapboxURLPathname() of URL with querystring * add test for normalizeSourceURL of non-mapbox protocal * Update mapbox.cpp
* [test] Added sample filter to schemeMinh Nguyễn2016-07-041-0/+6
| | | | Added a sample filter argument to the test scheme, disabled, so folks like me have an easier time remembering what it’s called.
* [core] Update RasterShaderBruno de Oliveira Abinader2016-07-028-22/+45
| | | | Ref: https://github.com/mapbox/mapbox-gl-shaders/issues/1