summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* install mason automatically if it isn't present, and always use the install i...Konstantin Käfer2014-10-241-0/+8
* New mason-based build systemKonstantin Käfer2014-10-2237-530/+322
|\
| * don't check for node in the current bash. we are using our own anywayKonstantin Käfer2014-10-221-10/+7
| * use ASSERT_FALSE for boolean comparisonsKonstantin Käfer2014-10-222-4/+4
| * GCC doesn't like {} initializationKonstantin Käfer2014-10-221-2/+2
| * GCC doesn't like #pragmas between the function declaration and definitionKonstantin Käfer2014-10-221-1/+1
| * don't pass on boost path; it's unneededKonstantin Käfer2014-10-221-2/+0
| * fix compile warnings in libtess2Konstantin Käfer2014-10-224-16/+11
| * use correct configuration fileKonstantin Käfer2014-10-222-9/+8
| * write to correct file and add to gitignoreKonstantin Käfer2014-10-222-3/+4
| * fix more xcode upgrade warningsKonstantin Käfer2014-10-222-2/+7
| * make gyp generate newer project filesKonstantin Käfer2014-10-222-2/+7
| * silence warning; GCC needs this parameter, but Clang says its unusedKonstantin Käfer2014-10-221-0/+3
| * install boost on osxKonstantin Käfer2014-10-221-1/+1
| * fix compile warningsKonstantin Käfer2014-10-228-51/+27
| * use glfw3 libs instead of manually linking OpenGL frameworks on OS XKonstantin Käfer2014-10-221-2/+2
| * link boost when the boost variable is setKonstantin Käfer2014-10-224-7/+5
| * correctly set CCDane Springmeyer2014-10-211-1/+1
| * use ppa for more recent boostKonstantin Käfer2014-10-212-2/+4
| * add libraries and make configure script more robustKonstantin Käfer2014-10-213-37/+51
| * install nvm and nodeKonstantin Käfer2014-10-211-1/+11
| * cleanup makefileKonstantin Käfer2014-10-214-18/+15
| * properly detect boost rootKonstantin Käfer2014-10-212-8/+29
| * don't omit parameter nameKonstantin Käfer2014-10-211-1/+1
| * ios build system fixesKonstantin Käfer2014-10-213-24/+63
| * curl fixesKonstantin Käfer2014-10-205-255/+18
| * first attempt at using mason to install packagesKonstantin Käfer2014-10-208-146/+118
* | Fix log message filteringJohn Firebaugh2014-10-171-3/+3
* | Fix compiler warningsJohn Firebaugh2014-10-172-3/+5
* | background-image supportJohn Firebaugh2014-10-179-17/+142
* | Update README.mdKonstantin Käfer2014-10-161-1/+1
|/
* Merge pull request #486 from mapbox/mphash-libuv-pkgconfigMike Morris2014-10-101-1/+1
|\
| * bump mapnik-packagingMike Morris2014-10-101-1/+1
* | Protect all possibly-unset env varsJohn Firebaugh2014-10-101-3/+3
|/
* fix TRAVIS unbound var errorMike Morris2014-10-101-4/+4
* Upload library tarball only on travis (fixes #485)John Firebaugh2014-10-091-4/+4
* report a permanent error instead of aborting on unknown error codesKonstantin Käfer2014-10-081-1/+1
* remove outdated commentKonstantin Käfer2014-10-081-3/+0
* define variable outside of loop scopeKonstantin Käfer2014-10-011-1/+2
* fix gcc cannot call member function without object errorKonstantin Käfer2014-10-011-2/+2
* properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-016-10/+21
* fix headless testsKonstantin Käfer2014-09-3011-102/+102
* move file request baton to its own fileKonstantin Käfer2014-09-303-153/+178
* disable URLcache for NSURLRequestsKonstantin Käfer2014-09-301-1/+1
* add missing includeKonstantin Käfer2014-09-291-0/+1
* add reachabilityKonstantin Käfer2014-09-2913-4/+712
* add retries in case of connection failuresKonstantin Käfer2014-09-292-3/+75
* don't pass the loop through all function callsKonstantin Käfer2014-09-292-13/+20
* add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-2613-504/+188
* use the default cache location on ios to avoid writing to unwritable file sys...Konstantin Käfer2014-09-246-4/+26