summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [android] Fixed x86_64 crash on startup: no implementation previously for ↵Anton Malinskiy2016-01-071-1/+1
| | | | cache's get/bind by chrono's seconds for x86_64. Explicitly cast to int64_t
* [osx] Unit testsMinh Nguyễn2015-12-241-1/+2
| | | | Added an XCTest bundle to the osxsdk scheme. It contains some basic tests of shared iOS/OS X code.
* [core] Merge SQLiteCache into the platform libraryJohn Firebaugh2015-12-221-3/+3
| | | | OfflineFileSource will depend on SQLite too.
* Fixed make run-osx, make run-xosxMinh Nguyễn2015-12-221-2/+2
|
* [osx] make osx with XcodeMinh Nguyễn2015-12-211-4/+4
| | | | | | make osx now builds with Xcode instead of make, because building the OS X SDK and osxapp requires Xcode-specific build settings. make xosx and make nosx are now aliases to make osx. Fixes #3293.
* [ios, osx] Drop xcprettyJohn Firebaugh2015-12-211-1/+0
| | | | It's buggy and hides necessary diagnostics.
* Move platform scripts into platformsJohn Firebaugh2015-12-161-8/+8
|
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-161-4/+8
|
* [osx] 'make run-linux' should work on OSXBruno de Oliveira Abinader2015-12-151-2/+2
|
* [osx] Build framework based on static libraryMinh Nguyễn2015-12-131-0/+1
|
* [osx] Rewrote platform-osx and osxappMinh Nguyễn2015-12-131-1/+7
| | | | | | | | | | | | | | platform-osx now vends a real NSView subclass, MGLMapView, that is readily embedded inside a Cocoa application for OS X. MGLMapView is backed by an NSOpenGLLayer for optimal performance and integration with other layer-backed views. It supports keyboard shortcuts and several gestures and hosts attribution, zooming, and rotation controls as subviews. osxapp is now a bona fide Cocoa application that embeds MGLMapView inside a XIB. osxapp has preferences and a share button for tight integration with custom styles. Enabling asynchronous rendering would be more consistent with iOS but increases CPU usage so much, even when idle, that it isn’t worth any performance gain. The bigger issue is that VAOs aren’t being used. make xpackage creates a static library similar to the one created by make ipackage. make clean cleans additional places where build output ends up. The OS X minimum deployment target has been increased from 10.9 to 10.10. osxapp’s window has a full size content view, which requires 10.10. Lightweight generics require iOS 9+ and OS X 10.11 regardless, because it was only in that release that Foundation collection classes started adopting lightweight generics. Shuffled files around and refactored annotations so that iOS and OS X share a good chunk of the annotations code, which now takes advantage of polymorphism. MGLMapView can now display annotations but cannot yet select them. In osxapp, a long press drops a pin, and so does the map view’s context menu. Annotations have NSPopovers as callouts, and their view controllers can be customized. Annotation image alignment rects are respected for hit testing purposes and for positioning the callout anchor. Callouts in osxapp demonstrate the use of bindings to keep callouts in sync with underlying model objects.
* [node] don't go through npm to debug in XcodeKonstantin Käfer2015-12-091-0/+3
|
* [build] Add clang-tidy to TravisKonstantin Käfer2015-12-031-0/+3
|
* [build] add make target "tidy" for running clang-tidyKonstantin Käfer2015-12-031-0/+1
|
* [build] add ninja + compilation database supportKonstantin Käfer2015-12-031-1/+6
|
* refs #3045: fix up targetJustin R. Miller2015-11-161-1/+1
| | | | [skip ci]
* static framework target for iOSJustin R. Miller2015-11-161-0/+1
|
* Publish Bitcode-less build for Xcode 6.4Minh Nguyễn2015-11-111-1/+2
| | | | | | Publish a Release-configuration, symbol-laden, Bitcode-less build in tandem with the other builds. Fixes #2332.
* [node] Fixes 'make xnode' to configure HOST_SLUG.gypiMike Morris2015-11-051-1/+1
| | | | | Adds node-gyp to dev-dependencies to support 'make xnode' on Node v0.10.x Ignores -Wnested-anon-types around v8.h includes.
* [node] create `npm test` and `npm run test-suite` targetsKonstantin Käfer2015-10-261-1/+5
|
* [node] make task for building node via XcodeMike Morris2015-10-261-0/+3
|
* [android] Move android filesLeith Bade2015-10-251-5/+4
| | | | Fixes #2032
* Fix build with Crashlytics NDK on 64bitLeith Bade2015-09-241-1/+1
|
* Add Crashlytics NDK to AndroidLeith Bade2015-09-231-1/+1
| | | | Closes #2107
* fix Makefile clean to clean ./android/java/MapboxGLAndroidSDK/build tooBastien Mayard2015-09-161-1/+1
|
* refs #1956: remove all Android 64-bit ABI's for nowJustin R. Miller2015-09-041-3/+3
|
* `make android-all -> make apackage` to be more in line with iOS distributionJustin R. Miller2015-09-041-4/+4
|
* 'make node' compiles!Mike Morris2015-08-251-0/+4
|
* Revert "PLATFORM=node make node"Mike Morris2015-08-241-4/+0
| | | | This reverts commit cef04fcfa7502b8af80100e06bbc560a70eca3ef.
* PLATFORM=node make nodeMike Morris2015-08-211-0/+4
|
* explicitly tell make that the subcommand is also makeKonstantin Käfer2015-08-191-1/+1
| | | | it seems that some make versions can't correctly detect that the subcommand is also a make and pass on the required options if the invocation is expanded from a variable. prepending `+` makes this explicit
* Replace deprecated gradle --parallel-threads flagLeith Bade2015-08-131-1/+1
|
* Bring run-linux targets backThiago Marcos P. Santos2015-08-051-1/+4
|
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-041-189/+65
|
* fixes #1650: default to no symbols for release builds, but build bothJustin R. Miller2015-06-171-0/+3
|
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-4/+7
|
* Remove clean from ipackage* dependenciesJohn Firebaugh2015-05-181-2/+2
| | | Fixes #1584
* build render binaryKonstantin Käfer2015-05-121-2/+3
|
* bring back $JOBS for ios packagingMike Morris2015-05-111-2/+2
|
* Added convenience target to run with Valgrind on OSX and LinuxThiago Marcos P. Santos2015-05-071-0/+7
| | | | | The target (run-valgrind-[osx|linux]) will launch the test app with valgrind using the leak checker and our custom suppresion file.
* [iOS] add benchmarking applicationKonstantin Käfer2015-05-051-1/+5
|
* Merge pull request #1371 from mapbox/fix_android_build_on_linuxThiago Marcos P. Santos2015-04-291-1/+1
|\ | | | | Get the number of CPUs correctly on Linux
| * Get the number of CPUs correctly on LinuxThiago Marcos P. Santos2015-04-291-1/+1
| |
* | fixes #1361: split iOS device & sim builds (sim-only for tests)Justin R. Miller2015-04-281-1/+4
|/
* make meta-target for all iOS targets too and split up project.gypKonstantin Käfer2015-04-281-12/+12
| | | | this will make it easier to add more targets to iOS builds in the future. It'll also help by having Xcode files named after the platform they're for, so it's easier to distinguish windows
* move ios_test.sh to ios folderKonstantin Käfer2015-04-281-1/+1
|
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-6/+15
|
* merge build targets so we only have one build file per platformKonstantin Käfer2015-04-241-76/+43
| | | | previously, we used multiple different projects for various targets (app, test, render) that overwrote each other, so it was impossible to have one project to build them all, one project to compile them, one project to run them all and in the darkness bind them
* fixes #830, #880: bring back iOS functional testsJustin R. Miller2015-04-231-0/+6
|
* Revert "build on trusty"John Firebaugh2015-04-221-15/+6
| | | | | | This reverts commit decc493ec8c30d66bcdf3aa19f58972eb045b5dc. Conflicts: .mason