index
:
mingw-w64-dpp.git
main
release-1.0
release-1.1
release-1.2
release-1.3
tmp
"Mingw64 Driver Plus Plus": C++, DDK and (EA)STL made easy!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Merge commit 'da5ddb55fd888d6d5ef185acdb054deac335717b'
HEAD
main
Toni Uhlig
2025-06-25
|
\
|
*
Squashed 'EASTL/' changes from e045e9d..1aa7846
Toni Uhlig
2025-06-25
*
|
Update EASTL/EABase to 3.20.02: 1aa784643081404783ce6494eb2fcaba99d8f6a5
Toni Uhlig
2025-06-25
*
|
Merge commit 'b326d1e9304b8a6fbbee86f1e1c5c8718d85c38d'
Toni Uhlig
2025-06-25
|
\
\
|
*
|
Squashed 'EASTL/test/packages/EABase/' changes from 9816bb9..af4ae27
Toni Uhlig
2025-06-25
*
|
|
Merge commit '03b5c5b336ef8f5ff8b458b366b3560b224e7bcb'
Toni Uhlig
2025-06-25
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Squashed 'EASTL/' changes from fad5471..e045e9d
Toni Uhlig
2025-06-25
*
|
|
Stick EASTL/EABase to certain commit hash
Toni Uhlig
2025-06-25
*
|
|
Improved runtime API fn resolver
Toni Uhlig
2025-06-25
*
|
|
Update CI to ubuntu-22.04
tmp
Toni Uhlig
2025-05-19
*
|
|
Upgrade `actions/upload-artifact` from v3 to v4
Toni Uhlig
2025-02-03
*
|
|
fixed Mingw-w64 update script
Toni Uhlig
2024-12-03
*
|
|
CircleCI: force Ubuntu Jammy docker image
Toni Uhlig
2024-05-29
*
|
|
Added MmMapIoSpaceEx.
Toni Uhlig
2024-05-28
*
|
|
Added basic CXX string obfuscation via constexpr.
Toni Uhlig
2023-12-23
*
|
|
Added MmCopyVirtualMemory. Fixed ZwProtectVirtualMemory.
Toni Uhlig
2023-12-22
*
|
|
Partial SEH support.
Toni Uhlig
2023-11-15
*
|
|
Added ObOpenObjectByPointer, MmCopyMemory, RtlLookupFunctionEntry, ZwProtectV...
Toni Uhlig
2023-11-15
*
|
|
Added custom linker script.
Toni Uhlig
2023-10-01
*
|
|
Added `::to_string_hex()`.
Toni Uhlig
2023-09-27
*
|
|
Added ZwQueryVirtualMemory / ZwQuerySystemInformation to Zw wrapper.
Toni Uhlig
2023-09-26
*
|
|
Added ::from_unicode to convert unicode strings to ansi string in kernel mode.
Toni Uhlig
2023-09-15
*
|
|
Vsnprintf's a warning into the buffer if eastl::to_string is used.
Toni Uhlig
2023-09-15
*
|
|
update README.md
Toni Uhlig
2023-09-15
*
|
|
Include `eastl_compat.cpp` in (native/mingw) user-mode builds.
Toni Uhlig
2023-09-15
*
|
|
Fix CirlceCI build.
Toni Uhlig
2023-09-15
*
|
|
Added `nanoprintf.h` header only library to implement `::to_string` functions.
Toni Uhlig
2023-09-15
*
|
|
Fix CI.
Toni Uhlig
2023-09-12
*
|
|
Added ThreadArgs, Event, WorkItem.
Toni Uhlig
2023-09-12
*
|
|
CI: Upload *.tar binary package.
1.3
release-1.3
Toni Uhlig
2023-07-26
*
|
|
Fixed CI.
Toni Uhlig
2023-07-26
*
|
|
Fixed build if "use your own toolchain" enabled.
Toni Uhlig
2023-07-26
*
|
|
Improved local dep building.
Toni Uhlig
2023-07-26
*
|
|
Improved WorkQueue / WorkItem.
Toni Uhlig
2023-07-21
*
|
|
Fixed ArchLinux build.
Toni Uhlig
2023-07-05
*
|
|
README/CI Update
Toni Uhlig
2023-07-04
*
|
|
Added wrapper generator for functions that require an import library.
Toni Uhlig
2023-07-04
*
|
|
Improved `examples/dpp-example-cplusplus-EASTL.cpp` user mode build.
Toni Uhlig
2023-07-02
*
|
|
Sign drivers on native Windows. Fixes #2.
Toni Uhlig
2023-06-30
*
|
|
example3 supports BUILD_NATIVE
Toni Uhlig
2023-06-28
*
|
|
Added _enable()/_disable() intrinsic functions to enable/disable maskable int...
Toni Uhlig
2023-06-02
*
|
|
Github Actions: bump to ubuntu-20.04
Toni Uhlig
2023-04-20
*
|
|
Merge branch 'main' of gitlab.com:utoni/mingw-w64-ddk-template
Toni Uhlig
2023-03-13
|
\
\
\
|
*
|
|
Tiny fixes.
Toni Uhlig
2022-12-23
*
|
|
|
Packaging support for third party libraries.
Toni Uhlig
2023-03-13
*
|
|
|
Tiny fixes.
Toni Uhlig
2022-12-23
|
/
/
/
*
|
|
Build DPP with a toolchain tarball generated by mingw-w64-build-ng.
lns
2022-09-20
*
|
|
Implemented WorkQueue's as they are pretty common in WDK.
Toni Uhlig
2022-09-10
*
|
|
Repository clean up, renamed ddk-template* to dpp-example*.
Toni Uhlig
2022-09-09
*
|
|
Added CFLAGS -fno-stack-protector -mno-stack-arg-probe. Maybe __chkstk_ms() w...
Toni Uhlig
2022-09-07
[next]