aboutsummaryrefslogtreecommitdiff
path: root/EASTL-compat
Commit message (Collapse)AuthorAge
* Fixed ctor/dtor issue allowing use of static qualifiers for non primitives.Toni Uhlig2021-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>
* Support for using EASTL w/ user space apps.Toni Uhlig2021-04-23
| | | | | | * use osslsigncode to sign drivers/apps Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added EV code signing CA/Cert generator.Toni Uhlig2021-04-18
| | | | | | * print infinite debug messages on a pure virtual function call Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* EASTL integrationToni Uhlig2021-04-16
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>