summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [build] Fix 'make tidy' on linuxBruno de Oliveira Abinader2016-08-051-10/+5
|
* [build] Use cxx11abi suffix when neededThiago Marcos P. Santos2016-08-051-2/+4
|
* [build] Build Qt with CMakeThiago Marcos P. Santos2016-08-051-1/+43
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-222/+187
| | | | This is very much a work in progress.
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-261-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [android] #5610 - Adjusted public api after discussion [android] #5610 - added jni binding for NativeMapView#getLayer [android] #5610 - Added initial test Activity [android] #5610 - Started on NativePeer implementation for Layer [android] #5610 - replaced low-level jni code with high-level for native getLayer [android] 5610 - completed basic layer peer class - constructible from java and c++ [android] #5610 - removed reference that was redundant and causing the finalizer exception [android] #5610 - Added a property peer [android] #5610 - added value type to do type conversions - wip [android] #5610 - simplified property conversion approach - wrapped value with jenv [android] #5610 - added some more value conversions [android] #5610 - Finished conversion for basic types [android] #5610 - allow color's to be set as either an android color int or a String to support all formats in the spec [android] #5610 - encode color ints as rgba to retain alpha channel [android] #5610 - recalculate classes after paint property [android] #5610 - more examples [android] #5610 - fixed the example [android] #5610 - cleaned up example code before continueing [android] #5610 - added layout property example [android] #5610 - set visibility on layer [android] #5610 - added removeLayer and example [android] #5610 - added more type conversions [android] #5610 - Started on peer classes for layer implementations - WIP [android] #5610 - First complete layer subclass peer implementation [android] #5610 - added a little bit of structure before adding the other layer types [android] #5610 - generate the c++ headers from the style spec [android] #5610 - make sure the visibility is set as a string [android] #5610 - Generate c++ layer peer class implementations from the style spec [android] #5610 - generate java layer peer classes [android] #5610 - cleanup comments [android] #5610 - register all c++ peer classes with jni [android] #5610 - addLayer [android] #5610 - comment out broken case [android] #5610 - Sources api - very much WIP [android] 5610 - GeoJson source implementation and geojson conversion [android] #5610 - cleanup add source/layer example a bit [android] #5610 - initial filter api [android] #5610 - Added filter api on the relevant Layer classes [android] #5610 - raster layer is not filterable [android] #5610 - actually make it compile [android] #5610 - completed filter implementation [android] #5610 - Vector and Raster Source + examples [android] #5610 - removed superfluous interface, moved filters to the correct package [android] #5610 - fixed comments [android] #5610 - moved tests to the right package [android] #5610 - hide difference between paint and layout properties in public api, make more performant set method for proeprties [android] #5610 - fix rebase issue
* [node] move memory growth test into separate npm scriptMike Morris2016-07-141-0/+1
| | | | webp support in memory test
* Merge branch 'release-ios-v3.3.0' into masterJesse Bounds2016-07-071-5/+5
|\
| * [ios] Add support for full Bitcode builds (#5586)Jesse Bounds2016-07-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://github.com/mapbox/mapbox-gl-native/commit/ f791eb32b9ebe96845e87e5a6acd3ee46182c1d5 we simplified the package script and intended to remove support for building the SDK without Bitcode support. The intention was to use the ENABLE_BITCODE project setting to do this and remove the control of that variable in the script. However, since we use `xcodebuild build` this only uses bitcode `marker` by default and causes a failure when an app that uses the Mapbox SDK is archived. This adds the `BITCODE_GENERATION_MODE` and `bitcode` value to the necessary iOS SDK and mbgl and platform targets. If the SDK is compiled with these flags set, it will be successfully processed in the bitcode phase in an app archive operation. This also removes the `BITCODE` flag from the Makefile since the intention is to not support building the SDK without bitcode support and the presence of that option might be confusing.
| * [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-181-29/+29
| | | | | | | | | | | | Also renamed as many references to OS X as possible to macOS in documentation. Cherry-picked from b9702ef41a4cfdd0ab3107cfe5cec16ba3a4c230.
* | [build] Added 'lint' Make targetBruno de Oliveira Abinader2016-07-011-5/+19
| |
* | [node] add BUILDTYPE=Debug support to make nodeMike Morris2016-06-241-1/+5
| |
* | [tests] Run memory tests on travisThiago Marcos P. Santos2016-06-211-4/+8
| | | | | | | | | | | | Qt4 will run tests with libjemalloc.so. The Memory.Footprint and the Memory.Fragmentation will only run with libjemalloc.so because we have then a better control over the results.
* | [build/qt] Use platform-specific gyp flavor when cross-compilingBruno de Oliveira Abinader2016-06-191-1/+10
| |
* | [build] Use mason platform info when cross-compilingBruno de Oliveira Abinader2016-06-191-11/+25
| | | | | | | | | | Build platform equals to host platform if not cross compiling, otherwise use the mason-provided platform.
* | [Qt] Install valgrind on-demandBruno de Oliveira Abinader2016-06-161-0/+2
| |
* | [tidy] Switched to Travis CIBruno de Oliveira Abinader2016-06-141-2/+2
| | | | | | | | Fixes https://github.com/mapbox/mapbox-gl-native/issues/5341.
* | [tidy] Install mason clang-tidy if CLANG_TIDY is not setBruno de Oliveira Abinader2016-06-141-0/+2
| | | | | | | | Also added HeaderFilterRegex to .clang-tidy.
* | [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-141-37/+37
| | | | | | | | Also renamed as many references to OS X as possible to macOS in documentation.
* | [build] Re-enable tidy checksBruno de Oliveira Abinader2016-06-131-2/+2
| |
* | [build] compdb depends on node_modulesBruno de Oliveira Abinader2016-06-131-1/+1
| |
* | [build] Make node_modules non-parallelBruno de Oliveira Abinader2016-06-121-0/+1
| |
* | [build] Update compdb & tidy for Linux & OS XBruno de Oliveira Abinader2016-06-101-3/+17
| |
* | [Qt][build] Updated valgrind supression and make it a target for QtThiago Marcos P. Santos2016-06-091-3/+7
|/
* [build] add benchmark targetKonstantin Käfer2016-06-061-1/+1
|
* [build] Fix mason submodule initializationJohn Firebaugh2016-06-031-3/+3
|
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-0/+3
|
* [build] Add android-* make targets for specific ABIsJohn Firebaugh2016-06-011-2/+4
|
* Revert "[build] Use 'npm update --dev' to install devDependencies"Bruno de Oliveira Abinader2016-05-261-1/+1
| | | | This reverts commit f4ebda09bea82146a0754d319b031cf62c0023e1.
* [build] Use 'npm update --dev' to install devDependenciesBruno de Oliveira Abinader2016-05-261-1/+1
|
* [core] Share shaders with gl-jsJohn Firebaugh2016-05-251-5/+5
|
* [build] Move express dependency to package.jsonJohn Firebaugh2016-05-251-7/+4
|
* [build] Switch default BUILDTYPE to DebugJohn Firebaugh2016-05-241-1/+1
|
* [build] Use `test-$(HOST_PLATFORM)` as default make targetJohn Firebaugh2016-05-241-2/+1
|
* [build] Make gyp commands more consistentJohn Firebaugh2016-05-241-11/+13
|
* [build] Add appropriate platform.gyp dependenciesJohn Firebaugh2016-05-241-6/+6
|
* [build] Introduce CONFIG_DEPENDENCIESJohn Firebaugh2016-05-241-6/+8
|
* [build] Add GYP_DEPENDENCIES to all appropriate targetsJohn Firebaugh2016-05-241-5/+5
|
* [build] Fix Qt build for OS XBruno de Oliveira Abinader2016-05-241-1/+1
|
* [build] Inline main.mk Android targets into MakefileJohn Firebaugh2016-05-231-16/+21
|
* [build] Inline main.mk linux and qt targets into MakefileJohn Firebaugh2016-05-231-49/+65
|
* [build] Inline main.mk node targets into MakefileJohn Firebaugh2016-05-231-6/+16
|
* [build] Avoid variable name coupling between main.mk and configureJohn Firebaugh2016-05-231-2/+2
|
* [build] Move `rm -rf node_modules` to `make distclean`John Firebaugh2016-05-201-2/+2
|
* [osx] Automate framework packagingMinh Nguyễn2016-05-101-0/+3
| | | | Added a package script and make rule that parallels the iOS SDK package script and make rule, but with far fewer intricacies.
* [osx] Added OS X SDK documentation targetMinh Nguyễn2016-05-101-0/+3
| | | | | | | | Added a target, script, and make rule for generating OS X SDK documentation with jazzy, along with a docset cover page. Switched the umbrella header from framework header syntax to user header syntax so SourceKit can find all the headers. Fixes #4871.
* Respect V arg to make to disable xcpretty (#4881)Dane Springmeyer2016-04-271-4/+10
|
* [Qt] Added qt-qml-app exampleBruno de Oliveira Abinader2016-04-271-0/+8
|
* node-v3.1.2node-v3.1.2Mike Morris2016-04-261-1/+2
|
* [ios] Only convert encoding of files generated by genstringsMinh Nguyễn2016-04-241-2/+2
| | | | Followup to #4783: fixed an issue causing make genstrings to reconvert a UTF-8-encoded file from UTF-16 to UTF-8, garbling it.
* [ios] Streamlined resource bundlingMinh Nguyễn2016-04-241-4/+1
| | | | | | | | Added a target that produces Mapbox.bundle. Replaced $BUNDLE_RESOURCES and $PLACE_RESOURCE_BUNDLES_OUTSIDE_FRAMEWORK with a single variable, $SELF_CONTAINED, that determines whether the output static framework is self-contained – that is, whether it contains Mapbox.bundle, Settings.bundle, and LICENSE.md. Eliminated the ability to produce a static framework that has the same layout as a dynamic framework. Now, resources are always in Mapbox.bundle; self-containment only determines where that bundle resides. Added a separate source Info.plist to be placed in both the static framework and its resource bundle, but only after we give the build system a chance to expand variables within it. Now nearly all the Info.plist keys are filled in by the build system rather than using plutil in package.sh.