summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #451 from mapbox/noncopyable-vaoKonstantin Käfer2014-08-275-5/+27
|\ | | | | VertexArrayObject and ElementGroup should be noncopyable
| * remove unused includesKonstantin Käfer2014-08-273-3/+1
| |
| * make ElementGroup and VertexArrayObject movable to avoid using unique_ptrsKonstantin Käfer2014-08-278-64/+79
| |
| * use correct path for deploy scriptKonstantin Käfer2014-08-271-1/+1
| |
| * don't fail if test comparisons return mismatchesKonstantin Käfer2014-08-271-1/+5
| |
| * VertexArrayObject and ElementGroup should be noncopyableJohn Firebaugh2014-08-268-69/+74
| |
* | Remove unusedJohn Firebaugh2014-08-261-3/+0
|/
* bump cocoaKonstantin Käfer2014-08-261-0/+0
|
* mapnik-packaging's output directories changedKonstantin Käfer2014-08-261-4/+4
|
* add hash of current directory since dependency builds are working dir-specificKonstantin Käfer2014-08-262-5/+6
|
* Merge pull request #445 from mapbox/nsstringKonstantin Käfer2014-08-269-6/+61
|\ | | | | Use NSString-specific case change functions on OS X/iOS
| * increase build concurrencyKonstantin Käfer2014-08-221-2/+2
| |
| * use submodule version for ios buildKonstantin Käfer2014-08-222-1/+2
| |
| * add uppercase/lowercase symbols to headless testKonstantin Käfer2014-08-221-0/+1
| |
| * use platform-specific NSString for case changes on OS X/iOSKonstantin Käfer2014-08-227-3/+56
| | | | | | | | refs #309
* | Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-2612-452/+362
|\ \ | | | | | | Compute unique clip IDSs per tile
| * | add != operator for certain stdlib implementationsKonstantin Käfer2014-08-211-0/+4
| | |
| * | don't trip up certain stdlib implementationsKonstantin Käfer2014-08-211-1/+1
| | |
| * | don't duplicate functionKonstantin Käfer2014-08-211-18/+1
| | |
| * | add missing fileKonstantin Käfer2014-08-211-0/+25
| | |
| * | compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-2111-450/+348
| |/ | | | | | | | | | | fixes #206 fixes #220 refs #229
* | Merge pull request #440 from mapbox/infinite-placementKonstantin Käfer2014-08-261-2/+2
|\ \ | | | | | | Never place infinitely deep symbols
| * | never place infinitely deep symbolsKonstantin Käfer2014-08-211-2/+2
| |/
* | Merge pull request #437 from mapbox/fix-gccKonstantin Käfer2014-08-268-109/+10
|\ \ | | | | | | Make linux fails
| * | use correct implementationKonstantin Käfer2014-08-211-1/+1
| | |
| * | also use boost codecvt on linuxKonstantin Käfer2014-08-211-1/+2
| | |
| * | remove unused threadpool classKonstantin Käfer2014-08-212-100/+0
| | |
| * | add a few fixes for gccKonstantin Käfer2014-08-217-10/+10
| |/ | | | | | | fixes #437
* | Set public-read ACLJohn Firebaugh2014-08-251-2/+2
| |
* | Don't try to upload build artifacts for PRsJohn Firebaugh2014-08-252-3/+4
| |
* | Support for Mapbox fontstack APIJohn Firebaugh2014-08-229-23/+112
| |
* | Fix headless testsJohn Firebaugh2014-08-221-1/+1
| |
* | Indicate gzip support as well as deflateJohn Firebaugh2014-08-221-1/+1
| | | | | | libcurl supports both: http://curl.haxx.se/dev/readme-encoding.html
* | Use float for pixelRatioLeo Lou2014-08-222-4/+4
| |
* | Load TileJSON; support inline TileJSON sourcesLauren Budorick2014-08-218-63/+178
|/ | | | Fixes #412 Refs https://github.com/mapbox/mapbox-gl-style-spec/pull/143
* Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-209-157/+99
| | | | | | While here, do not interpolate style properties that are not transitionable. The previous behavior was to switch from old to new value halfway through the transition; now the new value is used immediately, as in JS.
* Rename existing interpolate -> resampleJohn Firebaugh2014-08-204-20/+20
|
* Merge pull request #435 from mapbox/separate-tests-scriptJustin R. Miller2014-08-202-5/+11
|\ | | | | bring back Linux tests in separate script
| * rename tests scriptJustin R. Miller2014-08-202-1/+1
| |
| * bring back Linux tests in separate scriptJustin R. Miller2014-08-192-5/+11
|/
* add missing git fetch for mapnik-packagingLeo Lou2014-08-191-0/+1
| | | | | When there is a local mapnik-packaging repo, git checkout a future commit requires a git fetch
* Merge pull request #429 from mapbox/texture-updatesKonstantin Käfer2014-08-192-3/+30
|\ | | | | Use texSubImage2D to avoid texture memory reallocation
| * use texsubimage2d to avoid texture memory reallocationKonstantin Käfer2014-08-182-3/+30
| |
* | Merge pull request #433 from mapbox/update-variantKonstantin Käfer2014-08-199-14/+33
|\ \ | | | | | | Update variant implementation
| * | update mapbox/variantKonstantin Käfer2014-08-199-14/+33
|/ /
* | Merge pull request #432 from mapbox/travis-bash-strictJustin R. Miller2014-08-183-1/+7
|\ \ | | | | | | refs #431: bring back Travis Bash strictness
| * | refs #431: bring back Travis Bash strictnessJustin R. Miller2014-08-183-1/+7
|/ /
* | Merge pull request #430 from mapbox/fix-build-warningsKonstantin Käfer2014-08-188-9/+6
|\ \ | |/ |/| Fix build warnings
| * bump cocoa bindingsKonstantin Käfer2014-08-181-0/+0
| |
| * fix warningsKonstantin Käfer2014-08-187-9/+6
|/