summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-24Update Code-Scanning.yml to use latest windows-drivers pack (#1277)Jacob Ronstadt
* Update Code-Scanning.yml to use latest windows-drivers pack * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml: reduce duplacate code
2025-03-23Bump tj-actions/changed-files from 41 to 46 in /.github/workflowsdependabot[bot]
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 46. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v41...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
2025-03-23Update samples to use WDF v15+Wei Mao
2025-03-21Merge pull request #1276 from microsoft/user/wm1/update-to-wdf-v15v-junyli
Update samples to use WDF v15+
2025-03-20Update samples to use WDF v15+Wei Mao
2025-03-19update workflow files to split codeql analysis for push and PR (#1273)Jacob Ronstadt
* update workflow files to split codeql analysis for push and PR * test changing a file * remove build all option in script for testing. * Revert "remove build all option in script for testing." This reverts commit 04eb2c34aac69545b56ff86b6d642e453bde89f0. * Revert "test changing a file" This reverts commit d69205126f62ad44af4c5e3b64f1f14637116ea2. * combine pr and push analysis files to remove warning about not having on.push trigger. include script changes and file change for testing * remove test changes
2025-03-12Add new verison of nuget DataExecutionPrevention is Linker option and set ↵Prashant Chahar
explicitly to a blank for KernelModeDriver (I don't know why, historical decision)
2025-01-22[serial/VirtualSerial2] Use helper function ReadNoFence to read ↵Andrew Yang
lineControlRegister to avoid C26837 (#1257) * Use helper function ReadNoFence() to read lineControlRegister to avoid C26837 https://learn.microsoft.com/en-us/cpp/code-quality/c26837?view=msvc-170
2025-01-22Merge branch 'main' into developAdonais Romero Gonzalez
2025-01-21Miscellaneous improvements to build scripts (#1240)Adonais Romero González
* Refactor Build-SampleSet to remove warnings & support EWDK * Improved readability and logging on Build-Sample script
2025-01-21[avstream/sampledevicemft] Use C++17 (#1256)Adonais Romero González
2025-01-15[audio/sysvad] Use C++17 (#1247)Adonais Romero González
2024-12-29Merge branch 'main' into fix-transaction-processingya-solnyshko
2024-11-26Update Nuget to version 10.0.26100.2454 (#1241)Adonais Romero González
2024-11-22Remove legacy EmbedManifest property.Adonais Romero Gonzalez
2024-11-04Add a KASAN demo sample (#1228)JohnMcSandwich
2024-11-04Merge pull request #1235 from microsoft/mainJakobL-MSFT
Merge pull request #1234 from microsoft/develop
2024-11-04Merge pull request #1234 from microsoft/developJakobL-MSFT
Merge pull request #1233 from microsoft/main
2024-11-04Merge pull request #1233 from microsoft/mainJakobL-MSFT
Merge main to develop
2024-11-04Merge pull request #1232 from microsoft/developJakobL-MSFT
Develop
2024-11-04Develop (#1231)JakobL-MSFT
* WDK NuGet 2161 (#1226) (#1229) * Update packages.config * Update Directory.Build.props * WDK NuGet 2161 (#1226) (#1230) * Update packages.config * Update Directory.Build.props
2024-11-04Merge branch 'main' into developJakob Lichtenberg (170957)
2024-11-04WDK NuGet 2161 (#1226) (#1230)JakobL-MSFT
* Update packages.config * Update Directory.Build.props
2024-11-04WDK NuGet 2161 (#1226) (#1229)JakobL-MSFT
* Update packages.config * Update Directory.Build.props
2024-11-04WDK NuGet 2161 (#1226)JakobL-MSFT
* Update packages.config * Update Directory.Build.props
2024-10-14Merge branch 'main' into developAdonais Romero Gonzalez
2024-10-14WDK NuGet 1882 (#1224)JakobL-MSFT
* Update packages.config * Update Directory.Build.props
2024-09-25Code scanning updates (#1) (#1221)Jacob Ronstadt
* Update Code-Scanning.yml
2024-09-24Bump actions/download-artifact & actions/upload-artifact from 3 to 4 in ↵dependabot[bot]
/.github/workflows (#1211) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adonais Romero Gonzalez <[email protected]>
2024-09-23Merge branch 'develop'Jakob Lichtenberg (170957)
2024-09-23Deprecate WDK VSIX Install (#1219)Matt
* Deprecate WDK vsix install * Fix WDK extension version print * Remove unecessary splitting on version * Minor build info refactor * Fix indentation of output info * Enough messing with volume size output * Cleanup comment for vsix version * More cleanup and doc update * Remove deprecation statement and install vsix script. * Fixes and updates to building locally documentation. * Dont code scan on license or .md files. * Code scanning ignore changes to .md when pull request is made
2024-09-19Merge pull request #1220 from judzmura/simpleAudioUpdatesAdonais Romero González
Small fixes to sample.
2024-09-19Small fixes to sample.Julia DZmura
2024-09-18Upgrade nuget SDK and WDK packages to 26100.1591 (#1217)JakobL-MSFT
* Upgrade NuGet to 10.0.26100.1591
2024-09-03Copy general\ioctl\wdm\exe to general\ioctl\kmdf\exeWei Mao
2024-08-20Fix for sdhc sample using bootflags as a registry (#1207)Zac Lockard
Fix for bootflags being written as a regkey in sdhc Co-authored-by: Zac Lockard <[email protected]>
2024-08-16[serial/VirtualSerial2] Fix issue #1202Wei Mao
2024-07-08Merge pull request #1196 from taj0207/maintaj0207
update with codel fix
2024-07-08update with codel fixtaj0207
2024-07-01Standarize & normalize INF files encoding to UTF-16 (LE with BOM)Adonais Romero González
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-06-28Merge branch 'develop'Jakob Lichtenberg (170957)
2024-06-28Merge branch 'develop'Jakob Lichtenberg (170957)
2024-06-28Merge branch 'main' into developJakob Lichtenberg (170957)
2024-06-28Merge branch 'main' into developJakob Lichtenberg (170957)
2024-06-28Merge branch 'develop'Jakob Lichtenberg (170957)
2024-06-28RI develop to main (#1189)JakobL-MSFT
* Memory leakage in message "sizeof(SCANNER_MESSAGE) * threadCount * requestCount" bytes long memory is allocated but only "sizeof(SCANNER_MESSAGE) * threadCount" bytes long of it is freed. * Handles malloc function fail case * Refactors comment line * Solves the miscalculation of the message index * simbatt: Fix broken registry read-back The GetSimBattStateFromRegistry function is currently using default settings if GetSimBattStateFromRegistry succeeds, whereas settings from registry are only applied if GetSimBattStateFromRegistry fails. This does not make sense to me. Therefore proposing to remove the `!` negation from `if (!NT_SUCCESS(Status)) {` on the line after `Status = GetSimBattStateFromRegistry(Device, RegState);` so that default settings are loaded when registry read-back fails. * Issue of freeing memory without waiting completion of threads accessing it is fixed * Fixes information leakage warning Fixes the issue of possible information leakage from uninitialized padding bytes * Avoids possible multiplication overflow warning * Avoids possible multiplication overflow warning * CI Pipelines build with WDK Nuget Packages (#1179) Integrate nuget into the workflow pipelines * FI from main to develop (#1188) Fix text and minor issues in Winget configuration files Co-authored-by: Adonais Romero Gonzalez <[email protected]> * Improve version info, vsix installation, and update building locally readme * Fix printing vsix version * Refactored vsix install and cleaned up build sampleset --------- Co-authored-by: İsa Yurdagül <[email protected]> Co-authored-by: Fredrik Orderud <[email protected]> Co-authored-by: Christian Allred <[email protected]> Co-authored-by: tristanb-ntdev <[email protected]> Co-authored-by: Matt <[email protected]> Co-authored-by: Adonais Romero Gonzalez <[email protected]>
2024-06-27Improve version info, vsix installation, and update building locally ↵Adonais Romero González
documentation
2024-06-27Refactored vsix install and cleaned up build samplesetMatt
2024-06-25Fix printing vsix versionMatt