summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [android] Create a RunLoop for the main threadThiago Marcos P. Santos2016-04-141-0/+3
* [android] Use ALooper_addFd() and callbacks to wake upThiago Marcos P. Santos2016-04-142-22/+95
* [core] Render from the main threadJohn Firebaugh2016-04-1435-525/+268
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-142-7/+3
* [core] Don't put static objects in a header file (#4707)John Firebaugh2016-04-142-25/+29
* [test] Fix use of uninitialized `dimensions` value (#4697)John Firebaugh2016-04-131-4/+8
* [build] Fail configure if a mason command failsJohn Firebaugh2016-04-131-1/+2
* [ios] Convert telemetry test server setting to user defaultJason Wray2016-04-133-7/+4
* [android] #4335 - add clear method for removing annotations to MapboxMapTobrun2016-04-133-1/+21
* [android] #4689 - Adding Debug Mode ExampleBrad Leege2016-04-125-0/+203
* [darwin] use CFRunLoopSourceInvalidate() to also cancel any pending AsyncTask...Konstantin Käfer2016-04-122-1/+28