aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Upgrade `actions/upload-artifact` from v3 to v4HEADmainToni Uhlig2025-02-03
* fixed Mingw-w64 update scriptToni Uhlig2024-12-03
* CircleCI: force Ubuntu Jammy docker imagetmpToni Uhlig2024-05-29
* Added MmMapIoSpaceEx.Toni Uhlig2024-05-28
* Added basic CXX string obfuscation via constexpr.Toni Uhlig2023-12-23
* Added MmCopyVirtualMemory. Fixed ZwProtectVirtualMemory.Toni Uhlig2023-12-22
* Partial SEH support.Toni Uhlig2023-11-15
* Added ObOpenObjectByPointer, MmCopyMemory, RtlLookupFunctionEntry, ZwProtectV...Toni Uhlig2023-11-15
* Added custom linker script.Toni Uhlig2023-10-01
* Added `::to_string_hex()`.Toni Uhlig2023-09-27
* Added ZwQueryVirtualMemory / ZwQuerySystemInformation to Zw wrapper.Toni Uhlig2023-09-26
* Added ::from_unicode to convert unicode strings to ansi string in kernel mode.Toni Uhlig2023-09-15
* Vsnprintf's a warning into the buffer if eastl::to_string is used.Toni Uhlig2023-09-15
* update README.mdToni Uhlig2023-09-15
* Include `eastl_compat.cpp` in (native/mingw) user-mode builds.Toni Uhlig2023-09-15
* Fix CirlceCI build.Toni Uhlig2023-09-15
* Added `nanoprintf.h` header only library to implement `::to_string` functions.Toni Uhlig2023-09-15
* Fix CI.Toni Uhlig2023-09-12
* Added ThreadArgs, Event, WorkItem.Toni Uhlig2023-09-12
* CI: Upload *.tar binary package.1.3release-1.3Toni Uhlig2023-07-26
* Fixed CI.Toni Uhlig2023-07-26
* Fixed build if "use your own toolchain" enabled.Toni Uhlig2023-07-26
* Improved local dep building.Toni Uhlig2023-07-26
* Improved WorkQueue / WorkItem.Toni Uhlig2023-07-21
* Fixed ArchLinux build.Toni Uhlig2023-07-05
* README/CI UpdateToni Uhlig2023-07-04
* Added wrapper generator for functions that require an import library.Toni Uhlig2023-07-04
* Improved `examples/dpp-example-cplusplus-EASTL.cpp` user mode build.Toni Uhlig2023-07-02
* Sign drivers on native Windows. Fixes #2.Toni Uhlig2023-06-30
* example3 supports BUILD_NATIVEToni Uhlig2023-06-28
* Added _enable()/_disable() intrinsic functions to enable/disable maskable int...Toni Uhlig2023-06-02
* Github Actions: bump to ubuntu-20.04Toni Uhlig2023-04-20
* Merge branch 'main' of gitlab.com:utoni/mingw-w64-ddk-templateToni Uhlig2023-03-13
|\
| * Tiny fixes.Toni Uhlig2022-12-23
* | Packaging support for third party libraries.Toni Uhlig2023-03-13
* | Tiny fixes.Toni Uhlig2022-12-23
|/
* Build DPP with a toolchain tarball generated by mingw-w64-build-ng.lns2022-09-20
* Implemented WorkQueue's as they are pretty common in WDK.Toni Uhlig2022-09-10
* Repository clean up, renamed ddk-template* to dpp-example*.Toni Uhlig2022-09-09
* Added CFLAGS -fno-stack-protector -mno-stack-arg-probe. Maybe __chkstk_ms() w...Toni Uhlig2022-09-07
* Changed Mingw-w64 sysroot to mingw-w64-sysroot.Toni Uhlig2022-09-02
* Support USER_LIBS for project Makefiles.Toni Uhlig2022-09-02
* Merge commit 'ba1cf789ea28c86475f67090b947630c2273b77d'Toni Uhlig2022-08-31
|\
| * Squashed 'mingw-w64-build/' changes from c453fac..fa4e958Toni Uhlig2022-08-31
* | updated Gitlab/Github CI branchesToni Uhlig2022-08-30
* | README.md update1.2release-1.2Toni Uhlig2022-08-30
* | EASTL build: tell CMake about our ressource compiler windresToni Uhlig2022-08-29
* | Added URLs to CI badges.lns2022-06-09
* | Added Github Actions badge.Toni2022-05-08
* | CI: Github ActionsToni2022-05-07