summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* align static render mode and still image render modeKonstantin Käfer2015-04-171-40/+74
* Shorten method namesJohn Firebaugh2015-04-152-9/+9
* Stricter Thread<> interfaceJohn Firebaugh2015-04-152-19/+11
* separate SQLiteCache::Impl header from implementation fileKonstantin Käfer2015-04-132-28/+45
* rename SQLiteCache::Thread to SQLiteCache::ImplKonstantin Käfer2015-04-131-12/+12
* make implementation files private headersKonstantin Käfer2015-04-134-7/+7
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-134-13/+47
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-103-14/+14
* add Thread<T> and RunLoopKonstantin Käfer2015-04-101-107/+50
* guard against invalid database filesKonstantin Käfer2015-04-081-3/+16
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-072-100/+141
* Rework easing transition codeJohn Firebaugh2015-04-021-7/+2
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-1/+2
* Delete the GLFWView object at exitThiago Marcos P. Santos2015-03-201-0/+1
* Log the Environment ID and the Thread nameThiago Marcos P. Santos2015-03-181-2/+2
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-173-112/+1
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-124-10/+10
* Merge pull request #972 from mapbox/log_cleanupThiago Marcos P. Santos2015-03-121-21/+2
|\
| * Make the logging system staticThiago Marcos P. Santos2015-03-121-2/+2
| * Simplify the logging mechanismThiago Marcos P. Santos2015-03-121-19/+0
* | fixes black flicker on rotating the deviceKonstantin Käfer2015-03-122-11/+7
|/
* Relax sqlite version check to major version onlyJohn Firebaugh2015-03-111-8/+1
* fix handling around unique_ptr releasesKonstantin Käfer2015-03-061-1/+1
* Fail early in case there is no displayKonstantin Käfer2015-03-061-0/+4
* guard against concurrent OpenGL extension loadingKonstantin Käfer2015-03-062-6/+20
* make Map::resize() privateKonstantin Käfer2015-03-062-14/+16
* update uv_zipKonstantin Käfer2015-02-171-0/+2
* wrong symbol nameKonstantin Käfer2015-02-171-1/+1
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-4/+118
* update uv_zip and add testsKonstantin Käfer2015-02-163-22/+45
* add libzip fixKonstantin Käfer2015-02-161-2/+39
* forward declare GLX typedefs to limit conflicts from glx.hMike Morris2015-02-102-3/+9
* guard boost include with pragma ignoresKonstantin Käfer2015-02-042-0/+13
* refactor makefileKonstantin Käfer2015-02-047-242/+581
* add missing headersKonstantin Käfer2015-02-041-0/+1
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-046-0/+880
* execute the correct server path and use the exepath for application root rath...Konstantin Käfer2015-02-041-2/+16
* make ios compileKonstantin Käfer2015-02-042-4/+15
* fixes for linuxKonstantin Käfer2015-02-042-5/+9
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-044-756/+761
* Use std::chronoLeith Bade2015-02-042-5/+5
* Remove program binary cachingLeith Bade2015-01-272-25/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-181-1/+8
|\
| * Merge pull request #757 from mapbox/move-terminateLeith Bade2015-01-161-0/+3
| |\
| | * Move terminate() call to GLFWView to avoid problems with nodeLeith Bade2015-01-161-0/+3
| * | Move class state to mapJohn Firebaugh2015-01-141-1/+5
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-131-11/+5
|\ \ | |/
| * Merge pull request #748 from mapbox/fix-swapLeith Bade2015-01-131-7/+4
| |\
| | * Correctly handle swapping. Fixes #666Leith Bade2015-01-121-7/+4
| * | Correctly call resize with width and height. Fixes #746Leith Bade2015-01-121-4/+1
| |/