summaryrefslogtreecommitdiff
path: root/scripts/main.mk
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Upload coverage reports to coveralls.ioBruno de Oliveira Abinader2016-02-201-0/+3
|
* [tests] Use ENABLE_COVERAGE=1 envvar to enable coverageBruno de Oliveira Abinader2016-02-191-0/+5
| | | | This detaches coverage data collection from typical debug build.
* [tests] Added coverage report target 'check'Bruno de Oliveira Abinader2016-02-181-0/+3
| | | | | Issuing 'make check' now collects unit tests coverage data and generates a report in HTML.
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-121-3/+3
|
* [build] Build `offline` smoke test for LinuxThiago Marcos P. Santos2016-02-111-0/+1
|
* [core] Fix typo in version-specific host defaults pathBruno de Oliveira Abinader2015-12-231-1/+1
|
* [core] Fix build script pathsBruno de Oliveira Abinader2015-12-231-4/+4
|
* [core] Merge SQLiteCache into the platform libraryJohn Firebaugh2015-12-221-2/+1
| | | | OfflineFileSource will depend on SQLite too.
* [ios, osx] Drop xcprettyJohn Firebaugh2015-12-211-4/+2
| | | | It's buggy and hides necessary diagnostics.
* Move platform scripts into platformsJohn Firebaugh2015-12-161-7/+7
|
* [build] make sure we're building the config file for node Xcode projectsKonstantin Käfer2015-12-111-1/+1
|
* [node] don't go through npm to debug in XcodeKonstantin Käfer2015-12-091-2/+2
|
* [build] Add clang-tidy to TravisKonstantin Käfer2015-12-031-0/+2
|
* [build] add make target "tidy" for running clang-tidyKonstantin Käfer2015-12-031-3/+11
|
* [build] add ninja + compilation database supportKonstantin Käfer2015-12-031-0/+17
|
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-041-0/+6
| | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests
* [core] mason geojsonvt-2.1.6.3Mike Morris2015-11-021-4/+6
| | | | | | | | | | | | | - [osx] set -fvisibility-inlines-hidden in gyp/common.gypi to silence mismatched visibility linker warnings - [linux] set cxx_host in GYP_FLAGS to set -fabi-version=0 on gcc builds to use clang-built mason binaries - [ios] update symbol visibility for iOS tests - [ios] link libgeojsonvt.a in iOS tests xcodeproj - add libgeojsonvt.a to General -> Linked Frameworks and Libraries - add mason_packages (recursive) to Build Settings -> Library Search Path - [ios] add libuv and geojsonvt first in iOS libtool smush to ensure symbols are found by later compilation units where they are undefined
* [core] Remove bundled styles.Leith Bade2015-10-301-4/+0
| | | | Fixes #2239
* [node] create `npm test` and `npm run test-suite` targetsKonstantin Käfer2015-10-261-0/+2
|
* [node] include node headers in binding.gyp, undef libuv_cflagsMike Morris2015-10-261-2/+2
|
* [node] make task for building node via XcodeMike Morris2015-10-261-0/+14
|
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-041-4/+0
|
* remove debug logging and whitespace [skip ci]Mike Morris2015-09-011-1/+1
|
* move package.json and binding.gyp to root, drop tiles.tilejsonMike Morris2015-09-011-8/+8
|
* Fix NODE_PRE_GYP variableJohn Firebaugh2015-08-311-1/+1
| | | | `cd` outputs the resulting directory, which is not what is desired here.
* 'make node' compiles!Mike Morris2015-08-251-3/+15
|
* never delete intermediate targetsKonstantin Käfer2015-08-191-0/+3
|
* Fix xcpretty from swallowing xcodebuild error codesLeith Bade2015-08-131-1/+1
|
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-041-0/+127