| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | WindowsKernelModeDriver: Switch to appending to variables | Joseph Snyder | 2024-10-24 | 1 | -9/+4 |
| | | | | | | | | | When using the WindowsKernelModeDriver, do not add the new paths if the variable was not previously defined. Instead, append them to the existing value. Add a new GUID for the Experimental mode gate | ||||
| * | WindowsKernelModeDriver: Add WDK include and link paths on MSVC | Joseph Snyder | 2024-09-03 | 1 | -0/+69 |
| | | | | | | | | | | Detect Windows Kernel-Mode Driver include directories and library search paths from the WDK command-line environment. Require toolchain files to specify the KMDF target version via a new variable. Since this changes the behavior of the WindowsKernelModeDriver experimental feature, update its UUID. | ||||
| * | Windows: Add experimental WindowsKernelModeDriver platform | Kyle Edwards | 2023-07-17 | 1 | -0/+1 |
