summaryrefslogtreecommitdiff
path: root/macosx/mapboxgl-app.gypi
Commit message (Collapse)AuthorAgeFilesLines
* mason variant@1.0Mike Morris2015-09-301-0/+1
|
* add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-0/+1
|
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-041-3/+3
|
* don't use certain STL functionsKonstantin Käfer2015-08-041-0/+1
| | | | 
some functions defined in <cmath>, as well as std::to_string aren't available on GNU's STL for some platforms, e.g. Android
* add style cycling to Mac OS X app as wellKonstantin Käfer2015-05-071-0/+2
|
* merge build targets so we only have one build file per platformKonstantin Käfer2015-04-241-0/+61
previously, we used multiple different projects for various targets (app, test, render) that overwrote each other, so it was impossible to have one project to build them all, one project to compile them, one project to run them all and in the darkness bind them