Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | [build] Avoid variable name coupling between main.mk and configure.sh | John Firebaugh | 2016-05-23 | 1 | -1/+0 |
| | |||||
* | [build] Fix broken build on OSX | Thiago Marcos P. Santos | 2016-05-10 | 1 | -1/+0 |
| | |||||
* | [Qt] Use C++11 ABI packages | Thiago Marcos P. Santos | 2016-05-10 | 3 | -0/+16 |
| | | | | | | These were causing linking errors on more recent Linux distros. Fixes #3123. | ||||
* | [build] Fix parallel 'make linux' call | Bruno de Oliveira Abinader | 2016-05-04 | 1 | -0/+1 |
| | |||||
* | [build] Move Qt version define to configure.sh | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -3/+0 |
| | |||||
* | [Qt] Added qt-qml-app example | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -0/+3 |
| | |||||
* | [Qt] Added QQuickMapboxGL{,Renderer} | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -0/+3 |
| | |||||
* | [Qt] Add toolchain support | Thiago Marcos P. Santos | 2016-04-25 | 1 | -24/+31 |
| | | | | Enables cross-compilation. | ||||
* | [test] Run with --gtest_catch_exceptions=0 | John Firebaugh | 2016-04-22 | 1 | -1/+1 |
| | |||||
* | [Qt] Build the Qt port | Thiago Marcos P. Santos | 2016-04-20 | 1 | -0/+17 |
| | |||||
* | [ios, osx] Eliminate use of main.mk | John Firebaugh | 2016-04-19 | 1 | -17/+0 |
| | |||||
* | [build] Use `which` instead of `command` | Thiago Marcos P. Santos | 2016-04-18 | 1 | -1/+1 |
| | | | | `command` is shell buitin on Linux. | ||||
* | [build] Make `run-glfw-app` not working on Linux | Thiago Marcos P. Santos | 2016-04-18 | 1 | -2/+2 |
| | |||||
* | [ios] Moved SDK from gyp into Xcode project | Minh Nguyễn | 2016-04-16 | 2 | -0/+22 |
| | | | | | | | | | | | | | | Added a new Cocoa Touch dynamic framework target and Cocoa Touch static library target to the main iOS Xcode project. The targets are based on the templates provided by Xcode. They contain headers and source files in the darwin/ and ios/ subdirectories. Headers are explicitly marked public or project-internal instead of implicitly by subdirectory. The SDK targets have a few dependencies that are managed by mason. Transform the config.gypi generated by configure into an .xcconfig file that Xcode uses to fill in compiler and linker flags. Removed the iossdk target from platform.gypi and pared down the platform-lib target. make iproj opens the overall Xcode workspace instead of just the core project. Resolved some warnings that are only now appearing because we’re using the standard warning and error flags instead of the pedantic and somewhat inappropriate flags that were forced by the gyp configuration files. Removed a console message informing developers of a long-ago deleted delegate method; the message was triggering a “selector not found” warning. Conditionalized some deprecated symbol usage that’s still needed for the static framework but not the dynamic framework, due to differing minimum deployment targets. Added a build phase to the static library target that copies headers for use with the static library itself. This would allow us to potentially include a header in the dynamic framework but not the static library and vice-versa. Updated the changelog to note that unused SVG files have been removed from the distribution. | ||||
* | [ios, osx] The return of xcpretty, part II (#4676) | John Firebaugh | 2016-04-11 | 1 | -2/+2 |
| | |||||
* | [build] Refactor and simplify build system | John Firebaugh | 2016-04-07 | 8 | -227/+135 |
| | | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts. | ||||
* | [core] fix various compilation issues | Konstantin Käfer | 2016-04-04 | 1 | -3/+3 |
| | |||||
* | [build] Fix/simplify ios, isim, and ibench targets | John Firebaugh | 2016-04-04 | 1 | -2/+3 |
| | |||||
* | [ios, osx] Replace libuv with native implementations | John Firebaugh | 2016-04-01 | 1 | -0/+2 |
| | |||||
* | [gyp] Coverage only if BUILDTYPE=Debug and ENABLE_COVERAGE=1 | Bruno de Oliveira Abinader | 2016-02-21 | 1 | -5/+1 |
| | | | | | | | | Coverage compiler and linker flags are used only when (1) in debug build and (2) with ENABLE_COVERAGE set to 1. Besides, because OS X's libtool is unable to understand '--coverage', this linker flag is only used genrating executable targets. Also, using 'link_settings' to specify linker options and separate instructions for OSX and Linux. | ||||
* | [tests] Upload coverage reports to coveralls.io | Bruno de Oliveira Abinader | 2016-02-20 | 2 | -0/+40 |
| | |||||
* | [tests] Use ENABLE_COVERAGE=1 envvar to enable coverage | Bruno de Oliveira Abinader | 2016-02-19 | 2 | -0/+10 |
| | | | | This detaches coverage data collection from typical debug build. | ||||
* | [tests] Added coverage report target 'check' | Bruno de Oliveira Abinader | 2016-02-18 | 2 | -0/+64 |
| | | | | | Issuing 'make check' now collects unit tests coverage data and generates a report in HTML. | ||||
* | [ios, osx] Consolidate remaining files in platform/{ios,osx} | John Firebaugh | 2016-02-12 | 1 | -3/+3 |
| | |||||
* | [build] Build `offline` smoke test for Linux | Thiago Marcos P. Santos | 2016-02-11 | 1 | -0/+1 |
| | |||||
* | [core] move platform/gl.hpp to gl/gl.hpp | Konstantin Käfer | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | [core] Fix typo in version-specific host defaults path | Bruno de Oliveira Abinader | 2015-12-23 | 1 | -1/+1 |
| |