summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Make the logging system staticThiago Marcos P. Santos2015-03-121-13/+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).
* Trivial build fix, do not call private methodThiago Marcos P. Santos2015-03-111-1/+0
| | | | Resize is internally called by the view now.
* Fix build warnings on GCCThiago Marcos P. Santos2015-03-111-0/+7
| | | | Apperently boost has a few quirks on its headers.
* update static image rendering executableKonstantin Käfer2015-03-061-10/+4
|
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-161-1/+1
|
* cleanup makefilesKonstantin Käfer2015-02-041-2/+2
|
* refactor makefileKonstantin Käfer2015-02-042-38/+44
|
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-4/+4
|
* update bin/render for recent changesMike Morris2015-01-162-1/+2
|
* automatically copy the certificate bundleKonstantin Käfer2014-12-161-0/+1
|
* don't assing nullptr to std::stringKonstantin Käfer2014-12-161-1/+4
|
* don't provide a default value for the stylesheet fileKonstantin Käfer2014-12-111-1/+1
|
* allow setting the cache databaseKonstantin Käfer2014-12-111-1/+3
|
* add xcode project for render cli utilKonstantin Käfer2014-12-111-4/+2
|
* show default values and allow setting the output filenameKonstantin Käfer2014-12-111-9/+10
|
* add cli tool for rendering a map to an imageKonstantin Käfer2014-12-112-0/+163
|
* remove dependency on nodeKonstantin Käfer2014-10-313-153/+0
|
* Merge branch 'master' into style-parser-testMike Morris2014-08-112-2256/+0
|\ | | | | | | | | | | | | | | | | Conflicts: bin/build-style.js bin/default.style.json mapboxgl.gyp src/style/style_parser.cpp test/test.gyp
| * use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-082-518/+0
| |
| * use debug style (currently not using layer compositing)Konstantin Käfer2014-08-061-2116/+380
| |
| * better warning messagesKonstantin Käfer2014-07-311-8/+4
| |
| * merge text and icon buckets/stylesKonstantin Käfer2014-07-291-50/+50
| | | | | | | | (we're not yet placing together!)
* | stray commaMike Morris2014-07-181-1/+1
| |
* | clean up package.jsonMike Morris2014-07-181-3/+0
| |
* | purge fuzz fixture pipelineMike Morris2014-07-187-141/+0
| |
* | migrate style_parser tests to use info and style json fixturesMike Morris2014-07-181-0/+0
| |
* | update test fixturesMike Morris2014-07-171-1/+1
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-171-119/+0
|\ \ | |/ | | | | | | Conflicts: src/style/style_parser.cpp
| * remove stops from demo stylesheetKonstantin Käfer2014-07-171-119/+0
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-171-1/+1
|\ \ | |/ | | | | | | Conflicts: bin/package.json
| * switch to published npm versionKonstantin Käfer2014-07-172-2/+2
| |
* | switch to mapbox-glsl-optimizer for node-pre-gypMike Morris2014-07-171-1/+1
| |
* | split stylesheet fixtures into separate gyp actionMike Morris2014-07-173-16/+27
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-172-9/+10
|\ \ | |/ | | | | | | | | | | | | Conflicts: bin/package.json src/style/style_parser.cpp test/fixtures/fixture_log.cpp test/test.gyp
| * rename llmr => mbglKonstantin Käfer2014-07-162-9/+10
| |
* | C++ exception with description "array value has unexpected number of ↵Mike Morris2014-07-143-1/+53
| | | | | | | | elements" thrown in the test body.
* | Merge branch 'stylesource' into fuzz-pipeMike Morris2014-07-101-120/+119
|\ \ | |/ | | | | | | | | Conflicts: src/map/source.cpp src/style/style_layer.cpp
| * convert stylesheet to use the correct stop valuesKonstantin Käfer2014-07-101-119/+119
| | | | | | | | [skip ci]
| * change line width and add line-width testKonstantin Käfer2014-07-101-1/+0
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-091-1/+1
|\ \ | |/
| * fix invalid jsonMike Morris2014-07-091-1/+1
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-091-205/+95
|\ \ | |/
| * move render type to layer top levelKonstantin Käfer2014-07-091-205/+95
| | | | | | | | refs https://github.com/mapbox/mapbox-gl-style-spec/issues/80
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-091-51/+51
|\ \ | |/
| * switch to GeoJSON-style geometry type namesKonstantin Käfer2014-07-091-23/+23
| | | | | | | | refs https://github.com/mapbox/mapbox-gl-style-spec/pull/69
| * replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}Konstantin Käfer2014-07-091-28/+28
| | | | | | | | refs https://github.com/mapbox/mapbox-gl-style-spec/pull/87
* | copy node_modulesMike Morris2014-07-091-1/+1
| |
* | only load and mkdirp onceMike Morris2014-07-091-4/+6
| |
* | update bin/package.jsonMike Morris2014-07-091-1/+3
| |
* | generate fuzzed color stylesheet, copy to product_dirMike Morris2014-07-091-4/+13
| |