summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-14/+14
* [core] Use variant<std::string, GeoJSON> in GeoJSON sourceJohn Firebaugh2016-06-151-3/+7
* [core] Use variant<std::string, Tileset> in TileSourceJohn Firebaugh2016-06-151-8/+13
* [tidy/linux] clang-analyzer-deadcode.DeadStoresBruno de Oliveira Abinader2016-06-141-2/+2
* [tidy/linux] modernize-pass-by-valueBruno de Oliveira Abinader2016-06-141-4/+4
* [tidy/linux] modernize-use-overrideBruno de Oliveira Abinader2016-06-141-1/+1
* [tidy/linux] modernize-use-nullptrBruno de Oliveira Abinader2016-06-145-20/+20
* [tidy/linux] llvm-namespace-commentBruno de Oliveira Abinader2016-06-144-4/+5
* [core] Add virtual Source::getTileSize()John Firebaugh2016-06-141-5/+5
* [core] Push Source::url down to subclassesJohn Firebaugh2016-06-141-8/+13
* [core] Push Source::tileset down to TileSourceJohn Firebaugh2016-06-141-6/+12
* [core] Use Range<uint8_t> instead of full Tileset where possibleJohn Firebaugh2016-06-142-4/+4
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-131-1/+2
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-131-1/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-135-16/+15
* [tidy] Check modernize-use-nullptrBruno de Oliveira Abinader2016-06-131-2/+2
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-132-3/+3
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-2/+2
* [core] Fix deleter mismatchThiago Marcos P. Santos2016-06-071-2/+5
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-024-30/+31
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+0
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-32/+8
* [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-12/+11
* [ios] Update telem domain and certs (#5181)Jesse Bounds2016-05-272-0/+0
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-241-51/+0
* [core] allow creating optional requestsKonstantin Käfer2016-05-181-11/+25
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-134-32/+43
* [core] remove indirection via Task object in DefaultFileSourceKonstantin Käfer2016-05-121-25/+16
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-111-0/+1
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-102-7/+6
* [core] Replace boost::lexical_cast with std::to_stringJohn Firebaugh2016-05-021-1/+8
* [linux] Build with GCC 5 (#4901)John Firebaugh2016-04-292-10/+3
* [glfw] Atomic is no longer neededThiago Marcos P. Santos2016-04-281-4/+3
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-272-23/+32
* [ios, osx] Add a property for bytes used by offline tilesBrent Whitman2016-04-272-13/+26
* [glfw] Workaround for OS X (#4666)Bruno de Oliveira Abinader2016-04-151-0/+4
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-152-2/+2
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-142-208/+62
* [core] Remove internal threading from OnlineFileRequestJohn Firebaugh2016-04-141-70/+59
* [core] Render from the main threadJohn Firebaugh2016-04-143-62/+25
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-1/+1
* [test] Fix use of uninitialized `dimensions` value (#4697)John Firebaugh2016-04-131-4/+8
* [core] Fix race condition that could lead to a UNIQUE constraint failure (#4677)John Firebaugh2016-04-113-0/+73
* [core] fix various compilation issuesKonstantin Käfer2016-04-042-4/+4
* [node] Run rendering tests on Bitrise OS XJohn Firebaugh2016-04-011-1/+0
* [glfw] Fix random point generationBruno de Oliveira Abinader2016-04-011-7/+3
* [ios, osx, linux] Remove unused "applicationRoot" functionJohn Firebaugh2016-03-311-28/+0
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-305-31/+66
|\
| * [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+1