| Commit message (Expand) | Author | Age | Files | Lines |
* | [bin] Add explicit ^C handling to bin/offline, to test deactivation | John Firebaugh | 2016-03-07 | 1 | -6/+28 |
* | [bin] Print message when tile count limit is exceeded | John Firebaugh | 2016-03-04 | 1 | -0/+4 |
* | [offline] Accept parameters | Thiago Marcos P. Santos | 2016-03-02 | 2 | -7/+50 |
* | [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc... | John Firebaugh | 2016-02-24 | 1 | -1/+1 |
* | [core] Optimize offline database schema | John Firebaugh | 2016-02-10 | 1 | -1/+1 |
* | Add binary for smoke-testing offline downloads | John Firebaugh | 2016-02-10 | 2 | -0/+120 |
* | [core] Eliminate platform::assetRoot() | John Firebaugh | 2016-01-13 | 1 | -1/+3 |
* | [core] Privatize SQLiteCache | John Firebaugh | 2016-01-08 | 1 | -3/+1 |
* | [core] Merge SQLiteCache into the platform library | John Firebaugh | 2015-12-22 | 1 | -1/+0 |
* | [render] Add a RunLoop to `render` main thread | Thiago Marcos P. Santos | 2015-12-01 | 1 | -26/+10 |
* | [core] Don't link with libuv on components not using it directly | Thiago Marcos P. Santos | 2015-12-01 | 1 | -3/+0 |
* | [core] Added MapDebugOptions | Bruno de Oliveira Abinader | 2015-11-27 | 1 | -1/+1 |
* | [core] Fix image type of Map::renderStill | John Firebaugh | 2015-11-25 | 1 | -3/+3 |
* | [core] Rewrite image handling | John Firebaugh | 2015-11-25 | 1 | -7/+4 |
* | [core] move mbgl.gyp to gyp directory | Mike Morris | 2015-11-04 | 1 | -7/+7 |
* | [core] bump libuv to 1.7.5 across all platforms | Mike Morris | 2015-10-14 | 1 | -1/+7 |
* | [osx] Fix build on Xcode 6.4 | John Firebaugh | 2015-09-28 | 1 | -6/+1 |
* | [osx] disable -Wunused-local-typedefs | Mike Morris | 2015-09-24 | 1 | -1/+5 |
* | Make build system architecture agnostic to remove Android special case | Konstantin Käfer | 2015-08-04 | 1 | -7/+7 |
* | Make pixelRatio constant across a Map object lifetime | Konstantin Käfer | 2015-07-08 | 1 | -2/+1 |
* | Replace mbgl::util::make_unique<> with std::make_unique<> | Konstantin Käfer | 2015-05-26 | 1 | -1/+0 |
* | DefaultFileSource has responsibility for handling mapbox:// URLs | John Firebaugh | 2015-05-26 | 1 | -4/+4 |
* | Add callback for error notifications on renderStill() | Thiago Marcos P. Santos | 2015-05-22 | 1 | -1/+10 |
* | allow passing --debug to view tile boundaries in mbgl-render | Konstantin Käfer | 2015-05-13 | 1 | -0/+6 |
* | use boost_program_options from mason | Konstantin Käfer | 2015-05-12 | 1 | -2/+1 |
* | Update the 'render' to reflect recent API changes | Thiago Marcos P. Santos | 2015-05-08 | 1 | -7/+2 |
* | merge build targets so we only have one build file per platform | Konstantin Käfer | 2015-04-24 | 1 | -0/+0 |
* | rename Mode::Static => Mode::Still | Konstantin Käfer | 2015-04-17 | 1 | -1/+1 |
* | align static render mode and still image render mode | Konstantin Käfer | 2015-04-17 | 2 | -10/+27 |
* | make implementation files private headers | Konstantin Käfer | 2015-04-13 | 1 | -1/+1 |
* | hide Thread<> and separate the Implementation object | Konstantin Käfer | 2015-04-13 | 1 | -3/+2 |
* | add Thread<T> and RunLoop | Konstantin Käfer | 2015-04-10 | 1 | -2/+3 |
* | Make the logging system static | Thiago Marcos P. Santos | 2015-03-12 | 1 | -13/+1 |
* | Trivial build fix, do not call private method | Thiago Marcos P. Santos | 2015-03-11 | 1 | -1/+0 |
* | Fix build warnings on GCC | Thiago Marcos P. Santos | 2015-03-11 | 1 | -0/+7 |
* | update static image rendering executable | Konstantin Käfer | 2015-03-06 | 1 | -10/+4 |
* | fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOS | Justin R. Miller | 2015-02-16 | 1 | -1/+1 |
* | cleanup makefiles | Konstantin Käfer | 2015-02-04 | 1 | -2/+2 |
* | refactor makefile | Konstantin Käfer | 2015-02-04 | 2 | -38/+44 |
* | make storage lib separate so we can build without storage libs | Konstantin Käfer | 2015-02-04 | 1 | -4/+4 |
* | update bin/render for recent changes | Mike Morris | 2015-01-16 | 2 | -1/+2 |
* | automatically copy the certificate bundle | Konstantin Käfer | 2014-12-16 | 1 | -0/+1 |
* | don't assing nullptr to std::string | Konstantin Käfer | 2014-12-16 | 1 | -1/+4 |
* | don't provide a default value for the stylesheet file | Konstantin Käfer | 2014-12-11 | 1 | -1/+1 |
* | allow setting the cache database | Konstantin Käfer | 2014-12-11 | 1 | -1/+3 |
* | add xcode project for render cli util | Konstantin Käfer | 2014-12-11 | 1 | -4/+2 |
* | show default values and allow setting the output filename | Konstantin Käfer | 2014-12-11 | 1 | -9/+10 |
* | add cli tool for rendering a map to an image | Konstantin Käfer | 2014-12-11 | 2 | -0/+163 |
* | remove dependency on node | Konstantin Käfer | 2014-10-31 | 3 | -153/+0 |
* | Merge branch 'master' into style-parser-test | Mike Morris | 2014-08-11 | 2 | -2256/+0 |
|\ |
|