summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-16Fix another potential type ambiguity in sampleuser/seromero/sampledevicemft-cpp17Adonais Romero Gonzalez
2025-01-16[avstream/sampledevicemft] Use C++17Adonais Romero Gonzalez
2025-01-15[audio/sysvad] Use C++17 (#1247)Adonais Romero González
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
2024-06-25Improve version info, vsix installation, and update building locally readmeMatt
2024-06-24Merge branch 'main' into developJakob Lichtenberg (170957)
2024-06-24FI from main to develop (#1188)JakobL-MSFT
Fix text and minor issues in Winget configuration files Co-authored-by: Adonais Romero Gonzalez <[email protected]>
2024-06-24CI Pipelines build with WDK Nuget Packages (#1179)Matt
Integrate nuget into the workflow pipelines
2024-06-18Merge pull request #1064 from forderud/GetSimBattStateFromRegistry-fixtristanb-ntdev
simbatt: Fix broken registry read-back
2024-06-07Fix text and minor issues in Winget configuration filesAdonais Romero Gonzalez
2024-05-30Merge pull request #751 from isayrdgl/patch-2Christian Allred
Memory leakage in message
2024-05-29Avoids possible multiplication overflow warningİsa Yurdagül
2024-05-2750256705user/jakobl/50256705Jakob Lichtenberg (170957)
2024-05-25Avoids possible multiplication overflow warningİsa Yurdagül