summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 m...Dane Springmeyer2014-10-299-27/+15
* 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
* gyp fixesKonstantin Käfer2014-10-2815-149/+170
* add -fPIC for static librariesKonstantin Käfer2014-10-271-0/+13
* canonical move ctorartemp2014-10-271-3/+2
* add new line at the endartemp2014-10-271-1/+1
* c++ - don't test if pointer is nullptr before deletingartemp2014-10-271-4/+1
* c++ style memory allocations/deallocationsartemp2014-10-271-7/+4
* use prefix operator++artemp2014-10-271-1/+1
* make addGlyphsToAtlas static method of SymbolBucket + add addGlyphs method to...artemp2014-10-274-16/+34
* prefer c++ style memory allocartemp2014-10-271-3/+4
* Merge pull request #505 from mapbox/fix-libuv-0.11Konstantin Käfer2014-10-274-22/+17
|\
| * bump cocoaKonstantin Käfer2014-10-271-0/+0
| * fix build with libuv 0.11Konstantin Käfer2014-10-273-22/+17
|/
* Merge pull request #504 from mapbox/headless-displayKonstantin Käfer2014-10-27132-1151/+1722
|\
| * build all architectures in Release modeKonstantin Käfer2014-10-271-1/+8
| |\ | |/ |/|
* | bump Cocoa for Mason fixesJustin R. Miller2014-10-241-0/+0
* | fixes #501: explicitly name architectures including armv7sJustin R. Miller2014-10-241-0/+1
| * Reverts AWS key changeKonstantin Käfer2014-10-272-6/+5
| * allow installing the libraryKonstantin Käfer2014-10-2718-52/+96
| * make tests workKonstantin Käfer2014-10-2415-198/+168
| * Merge remote-tracking branch 'origin/headless-display' into gyp-restructuringKonstantin Käfer2014-10-2496-525/+985
| |\
| | * disable the thread sanitizer on clang/Debug for now since this prevents core ...Konstantin Käfer2014-10-231-11/+11
| | * fix typoKonstantin Käfer2014-10-231-3/+3
| | * show more debug informationKonstantin Käfer2014-10-231-3/+4
| | * show that the program crashedKonstantin Käfer2014-10-231-2/+8
| | * print core dumps on application crashesKonstantin Käfer2014-10-233-2/+23
| | * gcc fixesKonstantin Käfer2014-10-2321-62/+72
| | * add missing headerKonstantin Käfer2014-10-221-0/+2
| | * force exceptions and rtti in case they're disabled by another gyp fileKonstantin Käfer2014-10-221-12/+16
| | * fix variable shadowingKonstantin Käfer2014-10-2260-278/+276
| | * add missing include headerKonstantin Käfer2014-10-221-0/+2
| | * remove erroneous output during test runKonstantin Käfer2014-10-221-2/+0