summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [core] Stop any OfflineDownload before deleting a regionJohn Firebaugh2016-03-211-0/+1
| * [core] Add additional logging for exceptions during database connection / cre...John Firebaugh2016-03-181-10/+23
| * [core] Fix regression of prior expiration time not being respectedThiago Marcos P. Santos2016-03-181-1/+5
| * [core] Stop download when tile limit is reachedJesse Bounds2016-03-172-7/+20
| * [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-172-17/+24
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-245-43/+31
* | [core] split headless_view.cpp into implementation-specific filesKonstantin Käfer2016-03-222-196/+150
* | [glfw] Main loop integrationThiago Marcos P. Santos2016-03-211-3/+14
* | [core] Fix regression of prior expiration time not being respectedThiago Marcos P. Santos2016-03-171-1/+5
* | [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-181-3/+4
* | [linux] Added world tour to GLFW test appBruno de Oliveira Abinader2016-03-141-0/+22
* | [core] Harden Transform anchor & padding usageBruno de Oliveira Abinader2016-03-131-3/+3
|/