summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|\ \ | | | | | | [Work in Progress] Standalone libmgl.a
| * | 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
| | | | | | | | | | | | | | | | change hasData signiture to expect ```StyleLayer const&```
* | | | 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
| | | | | | | | | | | | | | | | Fixes #491
* | | | Render map with a copy of TransformStateJohn Firebaugh2014-10-2912-233/+248
| | | |
* | | | Hold internal reference to Sprite in SpriteAtlasJohn Firebaugh2014-10-296-51/+40
| | | |
* | | | fix text/icon rendering order (#470)artemp2014-10-281-15/+14
| | | |
* | | | fix 'flip' logic to take into account rotation_alignment and keep_upright (#470)artemp2014-10-281-7/+7
| | | |
| | * | --includedirMike Morris2014-10-292-4/+3
| | | |
| | * | build simple, working mbgl-config script from gypMike Morris2014-10-284-92/+32
| | | |
| | * | add dummy mbgl-config generator scriptMike Morris2014-10-272-0/+27
| | | |
| | * | Merge branch 'master' into mbgl-configMike Morris2014-10-276-1/+5
| | |\ \ | |_|/ / |/| | |
* | | | Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-10-27135-1207/+1790
|\ \ \ \
| * \ \ \ Merge pull request #506 from mapbox/fix-linux-installKonstantin Käfer2014-10-275-0/+5
| |\ \ \ \ | | | | | | | | | | | | Mark libraries as standalone
* | | | | | refs #509: tickets good, inline TODO badJustin R. Miller2014-10-271-1/+0
| | | | | |
| | | | * | add mbgl-config templateMike Morris2014-10-271-0/+128
| | |_|/ / | |/| | |
| | | * | update to standalone mapbox-gl-cocoa branchDane Springmeyer2014-10-291-0/+0
| | | | |
| | | * | curl static libs fixes for osxDane Springmeyer2014-10-292-1/+2
| | | | |
| | | * | better fix for handling mbgl-linux symbolsDane Springmeyer2014-10-292-3/+1
| | | | |
| | | * | fix linux app linking to curl symbolsDane Springmeyer2014-10-291-0/+2
| | | | |
| | | * | use stable cross-generator direction for referencing standalone lib + other ↵Dane Springmeyer2014-10-299-27/+15
| | | | | | | | | | | | | | | | | | | | minor fixups
| | | * | fix xproj targetDane Springmeyer2014-10-292-12/+23
| | | | |
| | | * | fix macosx app linkingDane Springmeyer2014-10-291-1/+11
| | | | |
| | | * | linux test build fixesDane Springmeyer2014-10-291-2/+8
| | | | |
| | | * | fix testsDane Springmeyer2014-10-291-9/+19
| | | | |
| | | * | still link boost on linuxDane Springmeyer2014-10-291-0/+5
| | | | |
| | | * | patch gyp to allow common 'libraries' config for both osx and linuxDane Springmeyer2014-10-292-45/+19
| | | | |
| | | * | linux app depends on mbgl-linuxDane Springmeyer2014-10-291-0/+1
| | | | |
| | | * | attempt to build against standalone libmgl.aDane Springmeyer2014-10-293-43/+30
| | | | |
| | | * | install libmbgl.aDane Springmeyer2014-10-291-0/+2
| | | | |
| | | * | create and install libmbgl.a with bundled libuvDane Springmeyer2014-10-292-0/+91
| | | | |
| | | * | fix typo in target nameDane Springmeyer2014-10-291-1/+1
| | | | |
| | | * | mark static libs as standaloneKonstantin Käfer2014-10-294-0/+4
| | | | |
| | | * | rename mbgl to mbgl-coreKonstantin Käfer2014-10-297-24/+21
| | | | |
| | | * | pass on libraries in link_settingsKonstantin Käfer2014-10-294-18/+24
| | | | |
| | | * | also add cflagsKonstantin Käfer2014-10-281-0/+6
| | | | |