Maschell
ff2cf0062f
Initial implementation of WUPSButtonComboAPI
2024-12-26 15:28:34 +01:00
Maschell
6c7937613a
Bump plugin version to 0.8.2
2024-12-26 15:28:34 +01:00
Maschell
6fa6b3fc7d
Fix formatting
2024-12-26 15:28:34 +01:00
Ash
276d923569
Enable LTO build ( #77 )
...
* fix(Makefile): Don't double up on optimisation flags
This is already provided by BUILD_CFLAGS later on
* feat(common): Mark explicitly-placed things as used
If we put something in a given section, we should be able to expect it to actually turn up in that section!
Doing this will prevent LTO from slurping all the hooks away as "unused".
* feat: Enable LTO
This uses "fat" binaries, so normal builds won't break, but also includes the LTO data for builds that wish to use it
2024-12-14 11:11:07 +01:00
Maschell
e9f5674f62
Bump version to 0.8.1
2024-05-05 14:41:06 +02:00
Maschell
332ec41488
Change version to 0.8.0
2024-04-25 13:57:35 +02:00
Maschell
ba3cd165dd
New config API
2024-04-25 13:57:35 +02:00
Maschell
a56d1698b3
Implement __assert_func and __assert, improve abort()
2024-04-25 13:57:35 +02:00
Maschell
58a2d3f734
Rewrite of the StorageAPI
2024-04-25 13:57:35 +02:00
Maschell
80a9893f56
Make sure wut_get_thread_specific has been overriden properly
2023-07-19 15:08:42 +02:00
Maschell
b2ae19f572
Fix reent support
2023-06-22 16:27:58 +02:00
Maschell
21d5951ef0
Override abort() with OSFatal and bump WUPS version to 0.7.1
2022-05-13 12:31:49 +02:00
Maschell
d3cf0691ef
Add clang-format for formatting, check building the example in CI
2022-02-03 16:24:36 +01:00
Maschell
9d41a89c45
WUPS 0.7 - Add __init and __fini wrapper
2022-01-22 13:18:31 +01:00
Maschell
2721e7920b
WUPS 0.6.1
2021-10-01 17:24:45 +02:00
Maschell
6510dd5c21
WUPS 0.6, add support for config and storage
2021-09-24 19:58:40 +02:00
Maschell
57bebfc265
Add WUPS_USE_WUT_SOCKETS hook
2021-04-17 13:40:42 +02:00
Maschell
1fcd3b4b17
Clean up, remove some unused features, some refactoring, bump WUPS version to 0.4
2021-03-16 17:31:20 +01:00