summaryrefslogtreecommitdiff
path: root/cmake/filesource.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [build] add plain text file lists for iOS/macOSKonstantin Käfer2018-08-231-0/+1
|
* [build] use plain text files for file lists to simplify integration with ↵Konstantin Käfer2018-08-201-26/+2
| | | | other build systems
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-141-0/+3
|
* [build] organize CMake targets in folders for IDEsKonstantin Käfer2018-07-171-0/+2
|
* [core] make the offline DB schema a regular include fileKonstantin Käfer2018-07-161-0/+1
|
* [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
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-221-1/+0
|
* [build] split out DefaultFileSource and dependents to a separate targetKonstantin Käfer2017-09-281-0/+57
We don't want to link it into the node bindings, so keep it in a separate target