Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.0.10 | Marc | 2023-07-22 | 1 | -1/+1 |
| | |||||
* | build: Bump version to 0.0.9 | Marc | 2023-04-22 | 1 | -1/+1 |
| | |||||
* | Add support for ESP32 (#17) | Zduniusz | 2023-04-15 | 1 | -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 prefix | Marc | 2023-01-18 | 1 | -5/+5 |
| | | | | Fixes #14 | ||||
* | build: Prevent PIE warning on shared lib | Marc | 2023-01-15 | 1 | -2/+2 |
| | |||||
* | build: Drop -Warith-conversion | Marc | 2023-01-15 | 1 | -1/+1 |
| | |||||
* | build: Enable more compiler security flags | Marc | 2023-01-15 | 1 | -3/+22 |
| | |||||
* | build: Bump version to 0.0.8 | Marc | 2022-10-16 | 1 | -1/+1 |
| | |||||
* | build: Also build a statically-linkable version | Marc | 2022-08-20 | 1 | -1/+6 |
| | |||||
* | Add macOS support (#8) | Marc | 2022-08-20 | 1 | -6/+8 |
| | | | Add macOS build support | ||||
* | build: Bump version number to 0.0.6 | Marc | 2022-08-10 | 1 | -1/+1 |
| | |||||
* | misc: Bump version to 0.0.5 | Marc | 2022-03-07 | 1 | -1/+1 |
| | |||||
* | misc: Bump version to 0.0.4 | Marc | 2022-03-07 | 1 | -1/+1 |
| | |||||
* | Revert "build: Add 'libinstall' target, for installing just the shared library" | Marc | 2022-02-01 | 1 | -1/+0 |
| | | | | This reverts commit 09e3322ba1d86e97e32f74382a4d5d5e77176e4a. | ||||
* | build: Add 'libinstall' target, for installing just the shared library | Marc | 2022-01-31 | 1 | -0/+1 |
| | |||||
* | misc: Build Git branch and hash into .so in Debug mode | Marc | 2022-01-28 | 1 | -6/+10 |
| | |||||
* | core: Use version set in CMakeLists, inside code. Bump version to 0.0.3 | Marc | 2022-01-28 | 1 | -1/+2 |
| | |||||
* | build: Unset hard dependency on clang in CMake | Marc | 2021-12-07 | 1 | -8/+8 |
| | | | | This commit also corrects a small warning for gcc. | ||||
* | Initial Commit | Marc | 2021-12-01 | 1 | -0/+51 |
Signed-off-by: Marc <foxtrot@malloc.me> |