about summary refs log tree commit diff stats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* build: Also build a statically-linkable versionMarc2022-08-201-1/+6
|
* Add macOS support (#8)Marc2022-08-201-6/+8
| | | Add macOS build support
* build: Bump version number to 0.0.6Marc2022-08-101-1/+1
|
* misc: Bump version to 0.0.5Marc2022-03-071-1/+1
|
* misc: Bump version to 0.0.4Marc2022-03-071-1/+1
|
* Revert "build: Add 'libinstall' target, for installing just the shared library"Marc2022-02-011-1/+0
| | | | This reverts commit 09e3322ba1d86e97e32f74382a4d5d5e77176e4a.
* build: Add 'libinstall' target, for installing just the shared libraryMarc2022-01-311-0/+1
|
* misc: Build Git branch and hash into .so in Debug modeMarc2022-01-281-6/+10
|
* core: Use version set in CMakeLists, inside code. Bump version to 0.0.3Marc2022-01-281-1/+2
|
* build: Unset hard dependency on clang in CMakeMarc2021-12-071-8/+8
| | | | This commit also corrects a small warning for gcc.
* Initial CommitMarc2021-12-011-0/+51
Signed-off-by: Marc <foxtrot@malloc.me>