summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* refs #893 #992: point annotations APIJustin R. Miller2015-03-171-1/+1
|
* Make the logging system staticThiago Marcos P. Santos2015-03-121-3/+1
| | | | | | | No initialization is needed anymore and we can use the logging functions safely at any point of the code (threading is not handled though, so you might get multiplexed messages if you log from two threads simultaneously).
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-161-9/+15
|
* refactor makefileKonstantin Käfer2015-02-042-4/+6
|
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-2/+2
|
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-42/+34
|
* make ios compileKonstantin Käfer2015-02-041-17/+19
|
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-1/+24
|
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-041-0/+3
|
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-5/+8
|
* Use v7 styles / testsJohn Firebaugh2015-01-221-1/+1
|
* include sqlite3_static_libs in linker flagsMike Morris2015-01-131-1/+2
|
* Merge branch 'master' into shader-performanceJohn Firebaugh2015-01-071-3/+1
|\
| * change file:// to asset:// to indicate that they aren't arbitrary filesKonstantin Käfer2014-12-171-3/+1
| | | | | | | | refs #579
* | depend on mbgl-core instead of -standalone so we don't have to run the ↵Konstantin Käfer2014-12-121-1/+3
|/ | | | | | packaging script every time (this speeds up the build slightly)
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-041-3/+2
|
* Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-041-2/+2
|
* make most headers privateKonstantin Käfer2014-12-041-1/+2
|
* break out FileSource as an abstract classMike Morris2014-12-031-1/+3
| | | | add CachingHTTPFileSource implementation
* Use v6 stylesJohn Firebaugh2014-11-041-1/+1
|
* Get mapbox-gl-styles via submodule (fixes #511)John Firebaugh2014-10-311-1/+1
|
* fix gyp projectKonstantin Käfer2014-10-301-2/+1
|
* use stable cross-generator direction for referencing standalone lib + other ↵Dane Springmeyer2014-10-291-2/+0
| | | | minor fixups
* fix xproj targetDane Springmeyer2014-10-291-12/+19
|
* fix macosx app linkingDane Springmeyer2014-10-291-1/+11
|
* rename mbgl to mbgl-coreKonstantin Käfer2014-10-291-1/+1
|
* gyp fixesKonstantin Käfer2014-10-281-1/+4
|
* allow installing the libraryKonstantin Käfer2014-10-271-2/+2
|
* make tests workKonstantin Käfer2014-10-241-1/+1
|
* restructure gyp filesKonstantin Käfer2014-10-242-19/+10
|
* fix compile warningsKonstantin Käfer2014-10-221-1/+1
|
* add reachabilityKonstantin Käfer2014-09-292-0/+14
|
* add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-261-0/+1
|
* move cocoa nsurlrequest code to common folderKonstantin Käfer2014-09-241-1/+1
|
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-242-2/+4
|
* use platform-specific NSString for case changes on OS X/iOSKonstantin Käfer2014-08-221-0/+1
| | | | refs #309
* use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-082-12/+9
|
* Eliminate warningsJohn Firebaugh2014-08-071-0/+2
|
* allow moving to map positions with ↵Konstantin Käfer2014-08-052-0/+79
| | | | mapboxgl://?center=[lat],[lon]&zoom=[z]&bearing=[b]
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-2/+2
| | | | | | Angle -> Bearing Radians -> Degrees Clockwise -> Counterclockwise
* rename a few things from mbgl => mapboxglKonstantin Käfer2014-07-161-1/+1
|
* rename llmr => mbglKonstantin Käfer2014-07-163-6/+6
|
* simplify OS X access token useJustin R. Miller2014-07-141-6/+3
|
* add nslog and stderr log backendsKonstantin Käfer2014-07-112-3/+6
|
* read access token from environmentKonstantin Käfer2014-07-101-2/+8
|
* move Linux & OS X to per-map access tokensJustin R. Miller2014-07-091-2/+1
|
* Merge branch 'master' into access_tokenJustin R. Miller2014-07-091-1/+0
|\ | | | | | | | | Conflicts: .gitignore
| * complement of https://github.com/mapbox/mapbox-gl-cocoa/pull/36Justin R. Miller2014-07-091-1/+0
| |
* | Use API v4 and access tokensJohn Firebaugh2014-07-081-0/+3
|/
* fixes #278: better OS X iconJustin R. Miller2014-06-191-0/+0
|