Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] standardize on -fvisibility=hidden for all targets | Konstantin Käfer | 2017-11-29 | 1 | -5/+0 |
| | | | | | | | Enables -fvisibility=hidden for iOS and Linux, and adds a workaround for GCC 6.3-7.1 Adds a GCC 6 build Enables diagnostics for C files Fixes a shadow warning in parsedate.c | ||||
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 1 | -0/+13 |
| | | | Ports https://github.com/mapbox/mapbox-gl-js/pull/4777 (and its several follow-ups) | ||||
* | Replace compile-time polymorphism with runtime polymorphism in the ↵ | John Firebaugh | 2017-10-23 | 1 | -0/+1 |
| | | | | conversion system | ||||
* | [build] split out DefaultFileSource and dependents to a separate target | Konstantin Käfer | 2017-09-28 | 1 | -1/+1 |
| | | | | We don't want to link it into the node bindings, so keep it in a separate target | ||||
* | Initialize Xcode project build settings (#9777) | Anand Thakker | 2017-08-16 | 1 | -0/+2 |
| | |||||
* | [node, tests] Consolidate headless rendering logic in HeadlessFrontend | John Firebaugh | 2017-07-26 | 1 | -2/+0 |
| | |||||
* | [node] rendering interface changes | Ivo van Dongen | 2017-07-18 | 1 | -0/+2 |
| | |||||
* | [build] add node-benchmark target and xcode scheme | Ivo van Dongen | 2017-07-06 | 1 | -0/+11 |
| | |||||
* | [build] use CMake to generate Xcode schemes | Konstantin Käfer | 2017-07-06 | 1 | -0/+34 |
| | |||||
* | [node] Eliminate src as an include path | John Firebaugh | 2017-03-28 | 1 | -7/+5 |
| | |||||
* | [node] adhere to node module naming requirements | Konstantin Käfer | 2017-02-23 | 1 | -1/+1 |
| | | | | https://nodejs.org/api/addons.html#addons_building specifies that "The module_name must match the filename of the final binary (excluding the .node suffix).". While the mismatch between `mapbox-gl-native` and `mapbox_gl_native` hasn't caused issues so far, we should play by the book. | ||||
* | [build] use node-cmake 2.x | Konstantin Käfer | 2017-02-22 | 1 | -0/+8 |
| | | | | - Removes need to run `npm install` before invoking cmake | ||||
* | [build] move logging to util | Konstantin Käfer | 2016-11-22 | 1 | -2/+2 |
| | |||||
* | [build] move headless rendering files to platform/default | Konstantin Käfer | 2016-11-22 | 1 | -0/+1 |
| | |||||
* | [core] [node] pass thread pool impl to Map constructor | Mike Morris | 2016-10-20 | 1 | -0/+2 |
| | | | | | | | Updates mbgl::Map constructor usage everywhere Adds NodeThreadPool implementation using AsyncQueue to call Nan::AsyncQueueWorker from main thread | ||||
* | [build] add CMake source groups to all targets | Konstantin Käfer | 2016-08-22 | 1 | -0/+2 |
| | |||||
* | [build] convert build-shaders script from Python to Node.js | Konstantin Käfer | 2016-08-16 | 1 | -10/+0 |
| | |||||
* | [build] use cmake script bundled with Mason | Konstantin Käfer | 2016-08-05 | 1 | -0/+2 |
| | |||||
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 1 | -0/+52 |
This is very much a work in progress. |