summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* silence warning; GCC needs this parameter, but Clang says its unusedKonstantin Käfer2014-10-221-0/+3
|
* fix compile warningsKonstantin Käfer2014-10-222-3/+3
|
* link boost when the boost variable is setKonstantin Käfer2014-10-221-4/+2
|
* don't omit parameter nameKonstantin Käfer2014-10-211-1/+1
| | | | [skip ci]
* ios build system fixesKonstantin Käfer2014-10-211-0/+5
| | | | [skip ci]
* first attempt at using mason to install packagesKonstantin Käfer2014-10-204-8/+49
| | | | [skip ci]
* remove outdated commentKonstantin Käfer2014-10-081-3/+0
| | | | [skip ci]
* define variable outside of loop scopeKonstantin Käfer2014-10-011-1/+2
|
* properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-013-8/+18
|
* fix headless testsKonstantin Käfer2014-09-306-23/+57
|
* move file request baton to its own fileKonstantin Käfer2014-09-302-153/+143
|
* add reachabilityKonstantin Käfer2014-09-294-4/+49
|
* add retries in case of connection failuresKonstantin Käfer2014-09-291-3/+73
|
* don't pass the loop through all function callsKonstantin Käfer2014-09-291-10/+15
|
* add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-262-30/+29
|
* use the default cache location on ios to avoid writing to unwritable file ↵Konstantin Käfer2014-09-242-3/+3
| | | | system locations
* add back CURL requestingKonstantin Käfer2014-09-246-141/+94
|
* whitespace fixesKonstantin Käfer2014-09-241-1/+0
|
* move cocoa nsurlrequest code to common folderKonstantin Käfer2014-09-241-150/+0
|
* add retry timersKonstantin Käfer2014-09-247-41/+240
|
* convert http(s)://*.tiles.mapbox.com/ to mapbox:// for unified cachingKonstantin Käfer2014-09-241-3/+32
|
* use asynchronous worker terminationKonstantin Käfer2014-09-242-30/+92
| | | | instead of waiting until all threads have joined, we are now supplying a callback that will be invoked once all threads have terminated. you can use this callback to free the worker struct
* make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-246-24/+24
|
* option to pass data parameter, and add more explanationKonstantin Käfer2014-09-241-2/+13
|
* add a callback to stop() to allow running the current thread's event loopKonstantin Käfer2014-09-241-1/+12
|
* notifications on request cancellationKonstantin Käfer2014-09-243-15/+42
|
* use separate workers for tile parsing to avoid blocking the threadpool for ↵Konstantin Käfer2014-09-245-8/+59
| | | | other libuv actions
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-2428-88/+86
|
* make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-246-38/+78
|
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-2422-449/+1928
|
* remove shared_from_this() usageKonstantin Käfer2014-09-241-1/+1
|
* fix build issuesKonstantin Käfer2014-09-241-0/+5
|
* fix issue that deleted the data part of a std::string as a std::string objectKonstantin Käfer2014-09-241-2/+3
|
* add missing headersKonstantin Käfer2014-09-241-0/+3
|
* don't report SQLITE_OK as an errorKonstantin Käfer2014-09-241-1/+3
|
* parse cache-control and last-modified headersKonstantin Käfer2014-09-242-4/+51
|
* compress data and store typeKonstantin Käfer2014-09-242-11/+130
|
* also store other response codes in the cacheKonstantin Käfer2014-09-241-10/+24
|
* remove access token from URLKonstantin Käfer2014-09-241-2/+22
|
* add basic request caching with sqliteKonstantin Käfer2014-09-241-2/+141
|
* transition-* ⇢ *-transitionJohn Firebaugh2014-09-221-31/+31
| | | | https://github.com/mapbox/mapbox-gl-style-spec/issues/148
* Refactor tile cover to match JSJohn Firebaugh2014-09-222-134/+127
|
* Fix build on gcc (fixes #464)John Firebaugh2014-09-081-1/+3
|
* SDF icon support (fixes #404)John Firebaugh2014-09-086-167/+232
|
* Don't overrotate line labels (fixes #462)John Firebaugh2014-09-081-4/+0
|
* FrameHistory::getFadePropertiesJohn Firebaugh2014-09-052-37/+43
|
* Match js attribute layoutJohn Firebaugh2014-09-052-17/+18
|
* Match js shadersJohn Firebaugh2014-09-0512-41/+60
| | | | | | The only non-incidental change is to revert portions of d5b4c116 and 3a9a9043. See https://github.com/mapbox/mapbox-gl-native/commit/d5b4c1162dab706d6f56881e3f72baa003ad8ac7#commitcomment-7668050
* Implement text-rotation-alignmentJohn Firebaugh2014-09-041-0/+10
|
* TextShader ⇢ SDFShaderJohn Firebaugh2014-09-046-32/+32
|