summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [build] `make clean` can now remove build directory wholesaleJohn Firebaugh2016-04-181-2/+2
* [android] Restore prior GLContext if existsThiago Marcos P. Santos2016-04-182-1/+18
* Fix missing generated header include pathBruno de Oliveira Abinader2016-04-181-0/+1
* [build] Use `which` instead of `command`Thiago Marcos P. Santos2016-04-181-1/+1
* [build] Make `run-glfw-app` not working on LinuxThiago Marcos P. Santos2016-04-181-2/+2
* [build] Bump geojson-vt-cpp to v4.1.2Bruno de Oliveira Abinader2016-04-185-4/+4
* [build/osx] Fix missing generated header include pathBruno de Oliveira Abinader2016-04-182-1/+2
* [ios] Animate user dot between user location updatesMinh Nguyễn2016-04-174-20/+91
* [ios, osx] Include app/OS name/version in user agentMinh Nguyễn2016-04-172-2/+95
* [ios, osx] Took advantage of C99Minh Nguyễn2016-04-1610-48/+29
* [osx] Fixed type mismatch and selector warningsMinh Nguyễn2016-04-162-10/+11
* [osx] Moved SDK from gyp into Xcode projectMinh Nguyễn2016-04-167-199/+860
* [osx] Added Xcode project for osxappMinh Nguyễn2016-04-1625-83/+615
* [ios] Force workspace-relative DerivedDataMinh Nguyễn2016-04-163-14/+43
* [ios] Build for 64-bit simulatorMinh Nguyễn2016-04-161-2/+2
* [ios] Updated contributor documentationMinh Nguyễn2016-04-161-8/+11
* [ios] Specify simulator deviceMinh Nguyễn2016-04-161-2/+2
* [ios, osx] Fixed project upgrade warningsMinh Nguyễn2016-04-163-1/+12
* [ios] Fixed make test-iosMinh Nguyễn2016-04-163-19/+19
* [ios] Run SDK tests on CIMinh Nguyễn2016-04-165-8/+12
* [ios, osx] Shared test bundleMinh Nguyễn2016-04-16326-14/+246
* [ios] Streamlined package.shMinh Nguyễn2016-04-162-53/+122
* [ios] Removed armv7s slice from iOS gyp targetsMinh Nguyễn2016-04-162-7/+1
* [ios] Removed alternative to -ObjCMinh Nguyễn2016-04-1616-100/+1
* [ios] Build CI-specific scheme in CIMinh Nguyễn2016-04-162-2/+107
* [ios] Moved KIF project out of ios-tests projectMinh Nguyễn2016-04-162-88/+11
* [ios] Only assert protocol conformance in DebugMinh Nguyễn2016-04-161-0/+4
* [ios] Moved SDK from gyp into Xcode projectMinh Nguyễn2016-04-1615-188/+1091
* [ios] Shared Objective-C exception breakpointMinh Nguyễn2016-04-161-0/+25
* [ios] Added Xcode project for iosapp, ios-bench; workspace for ios-testsMinh Nguyễn2016-04-1693-214/+1121
* [ios] Don't try to launch test server (#4719)John Firebaugh2016-04-151-0/+3
* [core] look for loaded parent tiles in cache (#4595)Ansis Brammanis2016-04-152-3/+9
* [glfw] Workaround for OS X (#4666)Bruno de Oliveira Abinader2016-04-151-0/+4
* [core] Don't copy TransformState (#3501)Thiago Marcos P. Santos2016-04-154-12/+7
* [core] Eliminate MapDataJohn Firebaugh2016-04-1511-111/+56
* [core] Remove MapData dependency from PainterJohn Firebaugh2016-04-157-35/+39
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-155-53/+47
* [core] Remove MapData dependency from AnnotationTile and StyleUpdateParametersJohn Firebaugh2016-04-155-14/+13
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-1510-590/+404
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-1526-151/+32
* [ios][bench] Add total and avg FPS to final summaryJason Wray2016-04-141-0/+4
* [core] always set activeTexture before binding a textureAnsis Brammanis2016-04-149-5/+31
* [tests] Use StubFileSource where a real FileSource is not requiredJohn Firebaugh2016-04-145-22/+22
* [tests] Rationalize storage testsJohn Firebaugh2016-04-1419-912/+645
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-1416-599/+376
* [core] Remove internal threading from OnlineFileRequestJohn Firebaugh2016-04-143-76/+64
* [android] Do not annotate methods with @UIThreadThiago Marcos P. Santos2016-04-141-2/+0
* [android] Make the correct GL context currentThiago Marcos P. Santos2016-04-141-20/+0
* [android] Do not attach/detach to threadsThiago Marcos P. Santos2016-04-142-33/+7
* [android] Only render after the surface is createdThiago Marcos P. Santos2016-04-141-0/+10