summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [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
* build on trustyKonstantin Käfer2015-04-201-6/+15
|
* default to CGL on OS XKonstantin Käfer2015-04-201-0/+1
|
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-0/+1
|
* fixes #1189, #880: split OS X/iOS builds & deploy iOS to S3Justin R. Miller2015-04-061-1/+4
|
* refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-241-5/+8
|
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-121-5/+14
| | | | | | | | | | | | fixes #838 instead of rendering ad libitum on the map thread, we are now driving rendering from the UI thread on iOS via the map.renderSync() function. There are still white bars during the rotation, but the general content of the view is kept visible. - upgrades GLFW to 3.1 - removes swapped/needsSwap in favor of a more explicit scheme - View#invalidate() now replaces View#swap() and is called whenever the View needs to trigger a rerender. GLFW and Android to this right away, while iOS goes back to the main thread and does the Map redrawing as part of the GLKView update - sets all iOS deployment targets to 7.0 - disables SQLite3 version check, since the library version changed on iOS 8.2
* build the BUILDTYPE with gradle as wellKonstantin Käfer2015-03-121-2/+2
|
* #978 - Creating `android-project` task as an alias for `android-lib` to ↵Brad Leege2015-03-111-0/+1
| | | | mirror `iproj` functionality
* #978 - Changing `gradle build` to `gradle assembleRelease` for `make android`Brad Leege2015-03-111-2/+2
|
* update static image rendering executableKonstantin Käfer2015-03-061-0/+10
|
* checkout styles submodule when building makefilesKonstantin Käfer2015-03-041-10/+13
| | | | fixes #852
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-0/+3
|
* #826 - Updating make clean command to use new MapboxGLAndroidSDK and ↵Brad Leege2015-02-111-2/+2
| | | | MapboxGLAndroidSDKTestApp module / directory names
* #826 - Adding make command to build GL core, assemble .aar, and publish to ↵Brad Leege2015-02-111-0/+4
| | | | Maven Central
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-091-7/+12
|
* move config files to config/ folderKonstantin Käfer2015-02-041-106/+24
|
* don't use -schema for building xcode projectsKonstantin Käfer2015-02-041-4/+4
|
* cleanup makefilesKonstantin Käfer2015-02-041-161/+202
|