Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | [build] Re-add benchmark tests to the buildsystem | Thiago Marcos P. Santos | 2016-10-05 | 1 | -0/+20 |
| | | | | Probably lost on the cmake migration | ||||
* | update style generation code for new style spec enum values docs (#6508) | Justin R. Miller | 2016-09-30 | 1 | -1/+1 |
| | | | | | | Documentation for enum values landed in mapbox/mapbox-gl-style-spec#510. This updates Android, iOS, and macOS documentation code gen scripts to capitalize on them. | ||||
* | [build] use git ls-files so we only include tracked files | Konstantin Käfer | 2016-09-28 | 2 | -2/+2 |
| | |||||
* | [core] Add static getters for property default values (#6124) | John Firebaugh | 2016-08-23 | 1 | -1/+15 |
| | |||||
* | [build] convert build-version script from Python to Node.js | Konstantin Käfer | 2016-08-16 | 2 | -81/+81 |
| | |||||
* | [build] remove unused script | Konstantin Käfer | 2016-08-16 | 1 | -20/+0 |
| | |||||
* | [build] convert build-shaders script from Python to Node.js | Konstantin Käfer | 2016-08-16 | 2 | -76/+71 |
| | |||||
* | [build] Re-enable coverage run | Bruno de Oliveira Abinader | 2016-08-05 | 1 | -3/+3 |
| | |||||
* | [build] Fix 'make tidy' on linux | Bruno de Oliveira Abinader | 2016-08-05 | 1 | -8/+7 |
| | |||||
* | [build] Re-enable Qt bots | Thiago Marcos P. Santos | 2016-08-05 | 1 | -0/+2 |
| | |||||
* | [build] Use cxx11abi suffix when needed | Thiago Marcos P. Santos | 2016-08-05 | 1 | -3/+3 |
| | |||||
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 4 | -2/+48 |
| | | | | This is very much a work in progress. | ||||
* | [core] make code generator produce GL-compatible colors | Konstantin Käfer | 2016-07-07 | 1 | -1/+8 |
| | | | | this makes sure colors are premultiplied and the RGB values are in the 0..1 range rather than in the 0..255 range. | ||||
* | [build] Fix for `tidy` output | Bruno de Oliveira Abinader | 2016-07-01 | 1 | -3/+3 |
| | |||||
* | [build] Added 'lint' Make target | Bruno de Oliveira Abinader | 2016-07-01 | 2 | -35/+66 |
| | |||||
* | [core, node] Implement bindings for addLayer | John Firebaugh | 2016-06-24 | 1 | -2/+2 |
| | |||||
* | [core] Autogenerate Shader name | Bruno de Oliveira Abinader | 2016-06-20 | 1 | -0/+5 |
| | |||||
* | Color class (#5361) | Young Hahn | 2016-06-15 | 1 | -1/+1 |
| | | | | | | * Color class * Switch to list initialization | ||||
* | [tidy] Switched to Travis CI | Bruno de Oliveira Abinader | 2016-06-14 | 1 | -2/+3 |
| | | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341. | ||||
* | [tidy] Install mason clang-tidy if CLANG_TIDY is not set | Bruno de Oliveira Abinader | 2016-06-14 | 1 | -1/+1 |
| | | | | Also added HeaderFilterRegex to .clang-tidy. | ||||
* | [macos] Renamed OS X SDK to macOS SDK | Minh Nguyễn | 2016-06-14 | 1 | -1/+1 |
| | | | | Also renamed as many references to OS X as possible to macOS in documentation. | ||||
* | [node] Partial implementation of runtime styling API for node bindings | John Firebaugh | 2016-06-13 | 1 | -6/+11 |
| | |||||
* | [core] Extract code templates to individual .ejs files | John Firebaugh | 2016-06-13 | 1 | -275/+4 |
| | |||||
* | [tidy] Bail out when a warning/error is found | Bruno de Oliveira Abinader | 2016-06-13 | 1 | -1/+14 |
| | |||||
* | [build] Re-enable tidy checks | Bruno de Oliveira Abinader | 2016-06-13 | 1 | -11/+6 |
| | |||||
* | [tidy] Check llvm-namespace-comment | Bruno de Oliveira Abinader | 2016-06-13 | 1 | -1/+1 |
| | | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/llvm-namespace-comment.html | ||||
* | text-pitch-alignment (#5288) | Young Hahn | 2016-06-10 | 1 | -3/+7 |
| | | | | | | | | | | | | * First pass at port of https://github.com/mapbox/mapbox-gl-js/pull/2668 * RotationAlignmentType => AlignmentType * Handle undefined default value for text-pitch-alignment and implement inheritance for this value from text-rotation-alignment * Update dependencies * Move handling fo undefined default value out of camelize functions | ||||
* | [build] Update compdb & tidy for Linux & OS X | Bruno de Oliveira Abinader | 2016-06-10 | 1 | -0/+5 |
| | |||||
* | [Qt][build] Updated valgrind supression and make it a target for Qt | Thiago Marcos P. Santos | 2016-06-09 | 2 | -34/+141 |
| | |||||
* | [linux] Mesa 11.2.2 (#5290) | John Firebaugh | 2016-06-08 | 1 | -2/+2 |
| | |||||
* | [core] Include type in #pragmas | Bruno de Oliveira Abinader | 2016-06-07 | 1 | -16/+10 |
| | | | | Part of https://github.com/mapbox/mapbox-gl-shaders/pull/13. | ||||
* | [core] Renamed OutlineShader's color uniform | Bruno de Oliveira Abinader | 2016-06-07 | 1 | -3/+2 |
| | | | | Part of https://github.com/mapbox/mapbox-gl-shaders/issues/8. | ||||
* | [core] Revert line-round-limit default to 1 (#5260) | John Firebaugh | 2016-06-06 | 1 | -0/+5 |
| | | | Refs #5258, #5234. | ||||
* | Ensure version tag always has 3 parts. (#5225) | Max Vilimpoc | 2016-06-03 | 1 | -0/+6 |
| | |||||
* | [core] Rationalize naming for style-related code | John Firebaugh | 2016-06-02 | 1 | -15/+25 |
| | |||||
* | [core] Add Filter accessors | John Firebaugh | 2016-06-02 | 1 | -0/+14 |
| | |||||
* | [core] Introduce PropertyValue<T> | John Firebaugh | 2016-06-02 | 1 | -15/+17 |
| | | | | PropertyValue<T> represents the three possible types of style property value: undefined, constant, or function. | ||||
* | [core] Runtime style layer API | John Firebaugh | 2016-06-02 | 1 | -0/+346 |
| | |||||
* | [core] Support "#pragma mapbox:" commands in shader code | Bruno de Oliveira Abinader | 2016-06-02 | 1 | -0/+29 |
| | | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5174. | ||||
* | [core] use #pragma once instead of ifdef include guards | Konstantin Käfer | 2016-05-25 | 2 | -11/+5 |
| | |||||
* | [build] Restrict C++11 ABI check script for Linux | Bruno de Oliveira Abinader | 2016-05-24 | 1 | -0/+5 |
| | |||||
* | [build] Inline main.mk Android targets into Makefile | John Firebaugh | 2016-05-23 | 1 | -66/+0 |
| | |||||
* | [build] Inline main.mk linux and qt targets into Makefile | John Firebaugh | 2016-05-23 | 1 | -58/+0 |
| | |||||
* | [build] Inline main.mk node targets into Makefile | John Firebaugh | 2016-05-23 | 1 | -25/+0 |
| | |||||
* | [build] Simplify control flow in main.mk | John Firebaugh | 2016-05-23 | 1 | -44/+29 |
| | |||||
* | [build] Remove unnecessary exported variables | John Firebaugh | 2016-05-23 | 1 | -8/+8 |
| | |||||
* | [build] Avoid variable name coupling between main.mk and configure | John Firebaugh | 2016-05-23 | 1 | -27/+25 |
| | |||||
* | [build] Avoid variable name coupling between main.mk and clang-tidy.sh | John Firebaugh | 2016-05-23 | 2 | -2/+4 |
| | |||||
* | [build] Avoid variable name coupling between main.mk and collect-coverage.sh | John Firebaugh | 2016-05-23 | 2 | -9/+11 |
| |