summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use test suite as submodule instead of using npmKonstantin Käfer2014-10-318-20/+20
* rename to .hpp to avoid compiling twiceKonstantin Käfer2014-10-302-1/+3
* allow providing a callback to uv_messenger_stop to prevent mismatched new/freeKonstantin Käfer2014-10-304-7/+17
* use boost::unicode_iterator on all platform (experimental)artemp2014-10-301-5/+9
* simplify debug font lookupKonstantin Käfer2014-10-302-111/+99
* don't use std::map for checking color constantsKonstantin Käfer2014-10-301-6/+9
* Revert "remove distclean (now that we've ported to mason and re-installs are ...Dane Springmeyer2014-10-301-0/+3
* Revert "remove distclean mention in the readme"Dane Springmeyer2014-10-301-1/+1
* remove directories from ignoresDane Springmeyer2014-10-301-2/+0
* aeroway_fill - ensure we fill polygons onlyartemp2014-10-301-1/+4
* remove distclean mention in the readmeDane Springmeyer2014-10-301-1/+1
* remove distclean (now that we've ported to mason and re-installs are fast)Dane Springmeyer2014-10-301-3/+0
* double JOBSDane Springmeyer2014-10-301-3/+3
* attemp to fix #525Dane Springmeyer2014-10-301-8/+8
* Merge pull request #524 from mapbox/jobsDane Springmeyer2014-10-303-9/+9
|\
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-native into jobsDane Springmeyer2014-10-305-41/+60
| |\
| * | customize concurrent JOBS per compiler/platformDane Springmeyer2014-10-303-9/+9
* | | remove -lboost_regex from linker flags, followup to #521Mike Morris2014-10-301-1/+0
| |/ |/|
* | fix #522Dane Springmeyer2014-10-301-3/+7
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeMike Morris2014-10-303-37/+52
|\ \
| * | use the correct makefile names for building the projectKonstantin Käfer2014-10-302-2/+2
| * | restructure Makefile to avoid concurrent makefile generationKonstantin Käfer2014-10-301-35/+50
| |/
* | fix standalone_product_dir pathMike Morris2014-10-301-1/+1
|/
* Merge pull request #521 from mapbox/no-boost-regexKonstantin Käfer2014-10-306-43/+22
|\
| * remove regex/boost regex usageKonstantin Käfer2014-10-306-43/+22
|/
* fix xtest target - closes #520 - longer term fix at #519Dane Springmeyer2014-10-302-15/+65
* remove unused and unimplemented methodartemp2014-10-301-2/+0
* pass Tile::ID by const refartemp2014-10-306-6/+6
* travis: can travis cope with 4 mesa build jobs?Dane Springmeyer2014-10-301-1/+1
* travis: can travis cope with 2 mesa build jobs?Dane Springmeyer2014-10-301-1/+1
* Merge pull request #517 from mapbox/mesa-tarballDane Springmeyer2014-10-303-3/+24
|\
| * try mesa without concurrent jobsDane Springmeyer2014-10-301-1/+1
| * more build concurrencyDane Springmeyer2014-10-292-3/+3
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-native into mesa-tarballDane Springmeyer2014-10-2947-640/+851
| |\ | |/ |/|
* | mbgl-config: also pass sqlite, curl, png, and boost ldflags alongDane Springmeyer2014-10-291-1/+18
* | Add -fPIC to cflagsDane Springmeyer2014-10-291-1/+1
* | Merge pull request #516 from mapbox/standaloneDane Springmeyer2014-10-2924-236/+462
|\ \
| * | start passing ldflagsDane Springmeyer2014-10-294-76/+5
| * | merge with mbgl-configDane Springmeyer2014-10-2928-404/+541
| |\ \
| | * \ Merge branch 'master' into mbgl-configMike Morris2014-10-2924-403/+372
| | |\ \ | |_|/ / |/| | |
* | | | access member variables directly inside class methodsartemp2014-10-291-3/+2
* | | | store uv::loop as unique_ptrartemp2014-10-292-3/+2
* | | | simplify - remove before/afterParse and create Parser on stack in worker threadartemp2014-10-294-25/+5
* | | | store spriteAtlas by value + make TileParser noncopyableartemp2014-10-294-18/+16
* | | | remove commented out assertartemp2014-10-291-1/+0
* | | | store glyphAtlas by value in Map object, pass by refartemp2014-10-2911-28/+22
* | | | c++ - use const qualifierartemp2014-10-291-1/+1
* | | | Fix variable shadowingJohn Firebaugh2014-10-293-6/+6
* | | | Replace uv::rwlock with std::recursive_mutexJohn Firebaugh2014-10-292-33/+30
* | | | Render map with a copy of TransformStateJohn Firebaugh2014-10-2912-233/+248