Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improved WorkQueue / WorkItem. | Toni Uhlig | 2023-07-21 |
| | | | | | | * make use of C++ paradigms instead of C Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Implemented WorkQueue's as they are pretty common in WDK. | Toni Uhlig | 2022-09-10 |
| | | | | | | * added calloc() symbol Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Fixed ctor/dtor issue allowing use of static qualifiers for non primitives. | Toni Uhlig | 2021-07-28 |
* split CRT in a C and C++ part * use "fake" entry point to init CRT and set a DriverUnload routine for de-init * added -Wl,--exclude-all-symbols to DRIVER_LDFLAGS Signed-off-by: Toni Uhlig <matzeton@googlemail.com> |