summaryrefslogtreecommitdiff
path: root/cmake/loop-darwin.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional ↵Julian Rex2019-03-271-0/+4
| | | | (#14241)
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-091-2/+2
|
* [build] add plain text file lists for iOS/macOSKonstantin Käfer2018-08-231-6/+4
|
* [ios, macos] Enable link-time optimization for iOS release builds (#12502)John Firebaugh2018-07-311-0/+2
|
* [build] organize CMake targets in folders for IDEsKonstantin Käfer2018-07-171-0/+2
|
* [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-291-7/+0
| | | | | | | Enables -fvisibility=hidden for iOS and Linux, and adds a workaround for GCC 6.3-7.1 Adds a GCC 6 build Enables diagnostics for C files Fixes a shadow warning in parsedate.c
* [build] use CMake to generate Xcode schemesKonstantin Käfer2017-07-061-0/+2
|
* [build] generate .xcconfig files with configure_fileKonstantin Käfer2017-03-281-1/+0
| | | | We previously used incremental `file(WRITE ...)` commands that gradually recreated the file on every CMake invocation. This sometimes lead to Xcode parsing a partially written file, which in turn breaks building dependend targets. Instead, we're now using a templated configuration file, which ensure that the file is created in one go and hopefully reduces the race condition between CMake and Xcode's automatic project updating.
* [build] don't advertise headers that aren't used in public headersKonstantin Käfer2017-03-281-1/+1
|
* [node] Eliminate src as an include pathJohn Firebaugh2017-03-281-6/+6
|
* [build] reduce framework size for Release builds on macOSKonstantin Käfer2016-11-221-0/+2
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-0/+18
This is very much a work in progress.