summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [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 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
* 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
* fixes #830, #880: bring back iOS functional testsJustin R. Miller2015-04-231-0/+6
* Revert "build on trusty"John Firebaugh2015-04-221-15/+6
* 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
* 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 mirr...Brad Leege2015-03-111-0/+1
* #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
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-0/+3
* #826 - Updating make clean command to use new MapboxGLAndroidSDK and MapboxGL...Brad Leege2015-02-111-2/+2
* #826 - Adding make command to build GL core, assemble .aar, and publish to Ma...Brad Leege2015-02-111-0/+4
* 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
* restore PREFIX defaultMike Morris2015-02-041-1/+2
* make different abis for androidKonstantin Käfer2015-02-041-71/+79
* fix install scriptKonstantin Käfer2015-02-041-1/+1
* define install_prefix in CONFIG_STRINGMike Morris2015-02-041-0/+1
* refactor makefileKonstantin Käfer2015-02-041-53/+108
* use fake linker for merging the standalone static libraryKonstantin Käfer2015-02-041-13/+9
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-2/+2
* asset:// URLs are local to the executable path nowKonstantin Käfer2015-02-041-2/+1
* fixes for linuxKonstantin Käfer2015-02-041-2/+0
* rearrange tests and make more robustKonstantin Käfer2015-02-041-1/+1
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-3/+5
* Strip android libs to reduce sizeLeith Bade2015-01-291-0/+1
* Use seperate build dir for each ABILeith Bade2015-01-291-3/+3
* Update android ABIsLeith Bade2015-01-291-17/+14
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-221-7/+13
|\
| * simplify clear_sqlite_cacheMike Morris2015-01-211-8/+2