summaryrefslogtreecommitdiff
path: root/test/test.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #744 from mapbox/merge-roadsJohn Firebaugh2015-01-141-0/+20
|\ | | | | merge adjacent roads with the same text for labeling
| * port tests for mergeLinesAnsis Brammanis2015-01-131-0/+20
| | | | | | | | js: 867b7f4be01126663df609756049515a41e700d1
* | include sqlite3_static_libs in linker flagsMike Morris2015-01-131-0/+1
|/
* add missing gyp fileKonstantin Käfer2014-12-081-0/+1
|
* make most headers privateKonstantin Käfer2014-12-041-1/+11
|
* simplify image_readers creation implementationartemp2014-11-191-1/+0
| | | | | * remove static callbacks registration * link png_reader/jpeg_reader into mbgl-linux lib
* Merge branch 'master' into image-readersartemp2014-11-131-1/+11
|\
| * add boost headers to cflags_cc for text_conversions testMike Morris2014-11-071-1/+11
| |
* | fix tests for linux (todo - find a better way to run 'linux' tests on 'osx')artemp2014-11-071-2/+3
|/
* Merge pull request #540 from mapbox/test-httpKonstantin Käfer2014-11-041-2/+0
|\ | | | | Run tests using HTTP requests
| * Run tests using http requestsKonstantin Käfer2014-11-041-2/+0
| | | | | | | | | | | | We now start a local HTTP server on port 2900 that serves the test fixtures. This is the same port we also use in the JS test suite fixes #532
* | formatartemp2014-11-041-1/+1
| |
* | add basic toupper/tolower text conversions tests #309artemp2014-11-041-2/+21
|/
* Remove unusedJohn Firebaugh2014-11-011-2/+1
|
* Merge branch 'master' into platform-imageKonstantin Käfer2014-10-301-8/+8
|\ | | | | | | | | Conflicts: gyp/install.gypi
| * attemp to fix #525Dane Springmeyer2014-10-301-8/+8
| |
* | use more modern libpng version instead of the system-provided one and fix ↵Konstantin Käfer2014-10-301-1/+1
|/ | | | compile errors
* remove regex/boost regex usageKonstantin Käfer2014-10-301-5/+0
|
* fix xtest target - closes #520 - longer term fix at #519Dane Springmeyer2014-10-301-15/+62
|
* use stable cross-generator direction for referencing standalone lib + other ↵Dane Springmeyer2014-10-291-2/+0
| | | | minor fixups
* linux test build fixesDane Springmeyer2014-10-291-2/+8
|
* fix testsDane Springmeyer2014-10-291-9/+19
|
* rename mbgl to mbgl-coreKonstantin Käfer2014-10-291-9/+9
|
* gyp fixesKonstantin Käfer2014-10-281-4/+3
|
* allow installing the libraryKonstantin Käfer2014-10-271-10/+10
|
* make tests workKonstantin Käfer2014-10-241-183/+137
|
* Merge remote-tracking branch 'origin/headless-display' into gyp-restructuringKonstantin Käfer2014-10-241-0/+2
|\ | | | | | | | | | | Conflicts: Makefile ios/mapbox-gl-cocoa
| * Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-221-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/http_request_baton_curl.cpp include/mbgl/map/map.hpp include/mbgl/util/uv_detail.hpp scripts/travis_before_install.sh setup-libraries.sh src/map/map.cpp src/storage/file_request_baton.cpp src/storage/http_request.cpp src/util/uv-messenger.c
| | * break out HeadlessDisplay from HeadlessView, ref #478Mike Morris2014-10-031-0/+2
| | |
* | | restructure gyp filesKonstantin Käfer2014-10-241-1/+0
|/ /
* | fix compile warningsKonstantin Käfer2014-10-221-32/+0
| |
* | use glfw3 libs instead of manually linking OpenGL frameworks on OS XKonstantin Käfer2014-10-221-2/+2
|/ | | | [skip ci]
* add uppercase/lowercase symbols to headless testKonstantin Käfer2014-08-221-0/+1
|
* Merge branch 'master' into style-parser-testKonstantin Käfer2014-08-121-1/+0
|\ | | | | | | | | Conflicts: mapboxgl.gyp
| * fix gyp buildsKonstantin Käfer2014-08-121-1/+0
| |
* | build fixesMike Morris2014-08-111-1/+1
| |
* | Merge branch 'master' into style-parser-testMike Morris2014-08-111-1/+1
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: bin/build-style.js bin/default.style.json mapboxgl.gyp src/style/style_parser.cpp test/test.gyp
| * fix test gyp fileKonstantin Käfer2014-08-111-1/+1
| |
* | migrate style_parser tests to use info and style json fixturesMike Morris2014-07-181-5/+5
| |
* | split stylesheet fixtures into separate gyp actionMike Morris2014-07-171-9/+10
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-171-9/+26
|\ \ | |/ | | | | | | | | | | | | Conflicts: bin/package.json src/style/style_parser.cpp test/fixtures/fixture_log.cpp test/test.gyp
| * rename a few things from mbgl => mapboxglKonstantin Käfer2014-07-161-9/+9
| |
| * rename llmr => mbglKonstantin Käfer2014-07-161-9/+9
| |
| * separate comparisons and expressionsKonstantin Käfer2014-07-161-4/+4
| |
| * update value semanatics to be closer to js and add filter expression testsKonstantin Käfer2014-07-161-0/+17
| |
* | Merge branch 'master' into fuzz-pipeMike Morris2014-07-151-0/+17
|\ \ | |/ | | | | | | Conflicts: test/test.gyp
| * add enum class to unify parsing/stringificationKonstantin Käfer2014-07-141-0/+17
| |
* | hook up style_parser to new log backendMike Morris2014-07-141-0/+2
| |
* | Merge branch 'stylesource' into fuzz-pipeMike Morris2014-07-111-0/+2
|\ \ | |/
| * add logging facility and check logs in testsKonstantin Käfer2014-07-111-0/+2
| |