summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [node] texture leak patch prereleasenode-v3.1.2-textureleakMike Morris2016-05-251-1/+1
* [core] Delete operator bool() from {GL,TexturePool}HolderBruno de Oliveira Abinader2016-05-2610-27/+31
* [core] Check if objectStore is valid in {GL,TexturePool}Holder::reset()Bruno de Oliveira Abinader2016-05-262-8/+7
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-2510-60/+55
* [core] split TileData::State::obsolete into its own thingKonstantin Käfer2016-05-258-28/+23
* [core] normalize TileData::State::obsolete handlingKonstantin Käfer2016-05-252-12/+5
* [core] remove TileData::State::loadedKonstantin Käfer2016-05-255-28/+11
* [core] remove unused TileData::hasData()Konstantin Käfer2016-05-255-14/+0
* [core] remove unused TileData::State::invalidKonstantin Käfer2016-05-253-11/+1
* [core] TileData::isReady() => TileData::isRenderable()Konstantin Käfer2016-05-256-15/+11
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-25206-829/+211
* [android] #5126 - Setting per commit and nightly builds to BUILDTYPE=ReleaseBrad Leege2016-05-251-0/+2
* [android] - add unit test for MarkerViewTobrun Van Nuland2016-05-252-0/+215
* [android] #5131 - update okhttp dependencyTobrun Van Nuland2016-05-251-1/+1
* [android] #5079 - add anchor and InfoWindowAnchor to MarkerViewTobrun Van Nuland2016-05-257-88/+111
* [android] #5115 - add visible integration to MarkerViewTobrun Van Nuland2016-05-254-6/+38
* [android] #5102 - update marker view position correctly by comparing markers ...Tobrun Van Nuland2016-05-252-19/+2
* [ios] Set backup exclusion flag after initializing DefaultFileSource (#5124)Jason Wray2016-05-243-7/+31
* [android] #5058 - Deprecating get/set Access Token In OfflineManager and auto...Brad Leege2016-05-242-6/+17
* Revert "[android] update NDK to r11c"Brad Leege2016-05-241-0/+0
* [osx] Added stencil buffer optionMinh Nguyễn2016-05-245-1/+41
* [Qt] Cycle debug options in Qt example appBruno de Oliveira Abinader2016-05-241-1/+8
* [Qt] Consider pixel ratio in View::getFramebufferSize()Bruno de Oliveira Abinader2016-05-241-0/+5
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-247-56/+57
* [core] Added PixelZoom, RasterPos to GL configBruno de Oliveira Abinader2016-05-243-0/+21
* [build] Switch default BUILDTYPE to DebugJohn Firebaugh2016-05-241-1/+1
* [build] Use `test-$(HOST_PLATFORM)` as default make targetJohn Firebaugh2016-05-241-2/+1
* [build] Make gyp commands more consistentJohn Firebaugh2016-05-244-11/+16
* [build] Add appropriate platform.gyp dependenciesJohn Firebaugh2016-05-241-6/+6
* [build] Introduce CONFIG_DEPENDENCIESJohn Firebaugh2016-05-241-6/+8
* [build] Add GYP_DEPENDENCIES to all appropriate targetsJohn Firebaugh2016-05-241-5/+5
* [build] Fix Qt build for OS XBruno de Oliveira Abinader2016-05-241-1/+1
* [build] Restrict C++11 ABI check script for LinuxBruno de Oliveira Abinader2016-05-241-0/+5
* [build] Inline main.mk Android targets into MakefileJohn Firebaugh2016-05-233-83/+22
* [build] Inline main.mk linux and qt targets into MakefileJohn Firebaugh2016-05-232-107/+65
* [build] Inline main.mk node targets into MakefileJohn Firebaugh2016-05-232-31/+16
* [build] Simplify control flow in main.mkJohn Firebaugh2016-05-231-44/+29
* [build] Remove unnecessary exported variablesJohn Firebaugh2016-05-231-8/+8
* [build] Avoid variable name coupling between main.mk and configureJohn Firebaugh2016-05-234-30/+30
* [build] Avoid variable name coupling between main.mk and clang-tidy.shJohn Firebaugh2016-05-232-2/+4
* [build] Avoid variable name coupling between main.mk and collect-coverage.shJohn Firebaugh2016-05-232-9/+11
* [build] Avoid variable name coupling between main.mk and configure.shJohn Firebaugh2016-05-233-1/+4
* [android] update NDK to r11cKonstantin Käfer2016-05-231-0/+0
* [core] move *Observers to their own filesKonstantin Käfer2016-05-2318-78/+143
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-236-20/+41
* [core] Restore default texture unitThiago Marcos P. Santos2016-05-231-0/+1
* [ios] Only show telemetry debug log options when logging is enabledJason Wray2016-05-231-4/+11
* [ios] Remove custom style layer exampleJason Wray2016-05-231-79/+1
* [android] #5083 - add InfoWindow offset based on height of associated MarkerV...Tobrun2016-05-237-14/+13
* [android] #5084 - remove addMarkerViews, renamed addMarkerView to addMarkerTobrun2016-05-233-60/+5