summaryrefslogtreecommitdiff
path: root/cmake/core.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-081-21/+0
| | | | The X.Y.Z version portion was unreliable, as it pulled from the latest tag regardless of platform. Set version to 0.0.0 and retrieve only the hash, which allows us to drop the node/npm dependency.
* [core] Check in generated shader codeJohn Firebaugh2017-02-071-1/+0
| | | | One step toward eliminating the node/npm dependency for platforms other than node.
* [core] Polylabel-based "pole of inaccessibility" symbol placementJohn Firebaugh2016-12-211-0/+1
|
* [build] ICU is now configured per platformBruno de Oliveira Abinader2016-12-121-1/+0
|
* [core] Add ICU package for Bidirectional text support and arabic text shaping.Chris Loer2016-11-171-0/+1
| | | | | Apply bidi and shaping in symbol_layout. Add utility functions for converting to and from UTF-16.
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-1/+1
|
* [build] convert build-version script from Python to Node.jsKonstantin Käfer2016-08-161-1/+1
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-0/+52
This is very much a work in progress.