about summary refs log tree commit diff stats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.0.10Marc2023-07-221-1/+1
|
* build: Bump version to 0.0.9Marc2023-04-221-1/+1
|
* Add support for ESP32 (#17)Zduniusz2023-04-151-0/+12
| | | | | | | | | | | | | | | | | | | | * Add support for ESP32 * core: Check length of body before allocating Frames with no body may be worth parsing, but should avoid the allocation of zero-length bodies. Instead, we'll check if the body exists in the parsed data and if that length is zero, return early with success. Fixes #16 * misc: Run GitHub build actions on pull requests * Add support for ESP32 --------- Co-authored-by: Zduniusz <Zduniusz@thisemaildoesnotexist.com> Co-authored-by: Marc <marc@malloc.me>
* build: Respect cmake install prefixMarc2023-01-181-5/+5
| | | | Fixes #14
* build: Prevent PIE warning on shared libMarc2023-01-151-2/+2
|
* build: Drop -Warith-conversionMarc2023-01-151-1/+1
|
* build: Enable more compiler security flagsMarc2023-01-151-3/+22
|
* build: Bump version to 0.0.8Marc2022-10-161-1/+1
|
* 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>