summaryrefslogtreecommitdiff
path: root/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* Namespaced reachability notification constantMinh Nguyễn2015-06-121-2/+2
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-262-7/+5
* prefix Reachability with "MGL" to avoid linking conflicts and app store rejec...Konstantin Käfer2015-05-261-5/+5
* update Reachability with latest versionKonstantin Käfer2015-05-261-143/+85
* Check account type before comparing hostnameMinh Nguyễn2015-05-191-6/+5
* Cache account type user defaultMinh Nguyễn2015-05-191-1/+4
* Compare hostname for adding events=trueMinh Nguyễn2015-05-191-9/+6
* #1596 - Adding mapbox.com checking to http requestsBrad Leege2015-05-191-6/+8
* Renamed settings keysMinh Nguyễn2015-05-081-1/+1
* Fixed NSMutableString leakMinh Nguyễn2015-05-051-4/+2
* lower thread priority of worker threadsKonstantin Käfer2015-05-041-0/+13
* Introduce and use uv::timerJohn Firebaugh2015-04-301-34/+10
* Use uv::asyncJohn Firebaugh2015-04-301-14/+4
* Restructure *Request and ContextJohn Firebaugh2015-04-281-79/+61
* Remove RequestBase::startJohn Firebaugh2015-04-281-13/+10
* Separate RequestBase from DefaultFileSource internalsJohn Firebaugh2015-04-281-10/+3
* pointer ⇢ referenceJohn Firebaugh2015-04-281-1/+1
* make implementation files private headersKonstantin Käfer2015-04-131-2/+2
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-1/+1
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-12/+12
* #1185 - Adding "events=true" query string to all non metrics http requests if...Brad Leege2015-04-021-1/+12
* closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-251-10/+26
* Log the Environment ID and the Thread nameThiago Marcos P. Santos2015-03-181-4/+2
* Look inside MapboxGL.bundle when presentMinh Nguyễn2015-03-161-1/+10
* Make the logging system staticThiago Marcos P. Santos2015-03-121-3/+3
* Simplify the logging mechanismThiago Marcos P. Santos2015-03-121-26/+0
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-0/+3
* fix handling around unique_ptr releasesKonstantin Käfer2015-03-061-1/+0
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-092-4/+0
* refactor makefileKonstantin Käfer2015-02-042-10/+28
* make ios compileKonstantin Käfer2015-02-041-2/+2
* cancel the backoff timer when the request is canceledKonstantin Käfer2015-02-041-0/+15
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-043-47/+73
* do not leak string handlesKonstantin Käfer2015-02-041-4/+10
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-042-155/+388
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-181-0/+18
|\
| * change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-171-0/+18
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-101-0/+13
|\ \ | |/
| * report version number in user agent stringKonstantin Käfer2014-12-081-2/+12
| * add user agent headerKonstantin Käfer2014-12-081-0/+3
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-041-2/+2
|\ \ | |/
| * Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-031-2/+2
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-032-4/+5
|\ \ | |/
| * add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-032-4/+5
* | Use uv::async and various other fixesLeith Bade2014-12-031-2/+2
|/
* explicitly cast to 32 bit integerKonstantin Käfer2014-11-061-2/+2
* also use custom formatter for OS XKonstantin Käfer2014-11-041-10/+3
* use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-0/+125
* make tests workKonstantin Käfer2014-10-241-1/+1
* restructure gyp filesKonstantin Käfer2014-10-245-0/+777