aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Partial SEH support.Toni Uhlig2023-11-15
| | | | | | | * Removed linker script; .edata *and* .pdata required by MingW for SEH. * Removed buggy `-fdata-sections` and `-ffunction-sections`. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* update README.mdToni Uhlig2023-09-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added `nanoprintf.h` header only library to implement `::to_string` functions.Toni Uhlig2023-09-15
| | | | | | * `eastl::to_string` does not work for now Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* README/CI UpdateToni Uhlig2023-07-04
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Sign drivers on native Windows. Fixes #2.Toni Uhlig2023-06-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* example3 supports BUILD_NATIVEToni Uhlig2023-06-28
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Packaging support for third party libraries.Toni Uhlig2023-03-13
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Tiny fixes.Toni Uhlig2022-12-23
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Repository clean up, renamed ddk-template* to dpp-example*.Toni Uhlig2022-09-09
| | | | | | | * Improved/Added root and examples Makefile * Adapted CIs Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added CFLAGS -fno-stack-protector -mno-stack-arg-probe. Maybe __chkstk_ms() ↵Toni Uhlig2022-09-07
| | | | | | | | will be implemented in the future. * Support for custom global/per-target CFLAGS/LDFLAGS Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* README.md update1.2release-1.2Toni Uhlig2022-08-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added URLs to CI badges.lns2022-06-09
| | | | Signed-off-by: lns <matzeton@googlemail.com>
* Added Github Actions badge.Toni2022-05-08
|
* Fixed pipeline badges.lns2022-05-07
| | | | Signed-off-by: lns <matzeton@googlemail.com>
* Added some (useful?) informations to the read!me.lns2022-05-07
| | | | Signed-off-by: lns <matzeton@googlemail.com>
* yet another readme update1.1release-1.1Toni Uhlig2021-10-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fix CircleCI build.Toni Uhlig2021-10-30
| | | | | | | * README update * make help Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added source'able toolchain script.Toni Uhlig2021-09-19
| | | | | | * The script adds x86_64-w64-mingw32/bin and x86_64-w64-mingw32/x86_64-w64-mingw32/bin to PATH Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Circle-CIToni Uhlig2021-08-01
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Gitlab-CIToni Uhlig2021-07-31
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Set DriverUnload callback after DriverEntry called. Added appropriate README ↵Toni Uhlig2021-07-29
| | | | | | advisory. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* 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>
* Added first known issue regarding `static MyClass test;` ctor/dtor failure.Toni Uhlig2021-04-29
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Re-worked all the Makefile's as they were not sufficient for external projects.Toni Uhlig2021-04-24
| | | | | | * simplified DriverThread::SpinLock Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved driver-sign comfort by using fake-CA's w/o passphrase and self-sign ↵Toni Uhlig2021-04-23
| | | | | | driver images with osslsigncode. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Support for using Makefile.external in external projects.Toni Uhlig2021-04-22
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Update README.mdToni2021-04-20
|
* Update README.mdToni2021-04-20
|
* Merge branch 'master' of github.com:lnslbrty/mingw-w64-ddk-templateToni Uhlig2021-04-18
|\
| * Update README.mdToni2021-04-16
| |
* | 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 update scriptToni Uhlig2021-04-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* EASTL integrationToni Uhlig2021-04-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* initial commitToni Uhlig2021-04-07
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>