<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/Build-SampleSet.ps1, branch user/jakobl/quicktest</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/Build-SampleSet.ps1?h=user%2Fjakobl%2Fquicktest</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/Build-SampleSet.ps1?h=user%2Fjakobl%2Fquicktest'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-02-05T01:10:57Z</updated>
<entry>
<title>update Script to be compatible with vs2026</title>
<updated>2026-02-05T01:10:57Z</updated>
<author>
<name>Junyan Liu (Centific Technologies Inc)</name>
<email>v-junyli@microsoft.com</email>
</author>
<published>2026-02-05T01:10:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=c96af8acf6cfc36cd3bf09d0fb20e269464b6345'/>
<id>urn:sha1:c96af8acf6cfc36cd3bf09d0fb20e269464b6345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WDK VS component naming convention</title>
<updated>2025-08-11T17:02:39Z</updated>
<author>
<name>5an7y</name>
<email>jose.santiago7@hotmail.com</email>
</author>
<published>2025-08-11T17:02:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5c981553b7e6499269ec8d9ce7c1a23185ef1fb5'/>
<id>urn:sha1:5c981553b7e6499269ec8d9ce7c1a23185ef1fb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the wdk version in EWDK</title>
<updated>2025-07-30T20:30:21Z</updated>
<author>
<name>5an7y</name>
<email>jose.santiago7@hotmail.com</email>
</author>
<published>2025-07-30T20:30:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=121daafe556965527d95284b83dad9d9a8fb99ac'/>
<id>urn:sha1:121daafe556965527d95284b83dad9d9a8fb99ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Miscellaneous improvements to build scripts (#1240)</title>
<updated>2025-01-22T01:33:30Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2025-01-22T01:33:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=6889bc8ede841fbee442dd668906f2798cd9936d'/>
<id>urn:sha1:6889bc8ede841fbee442dd668906f2798cd9936d</id>
<content type='text'>
* Refactor Build-SampleSet to remove warnings &amp; support EWDK

* Improved readability and logging on Build-Sample script</content>
</entry>
<entry>
<title>Deprecate WDK VSIX Install (#1219)</title>
<updated>2024-09-24T02:43:48Z</updated>
<author>
<name>Matt</name>
<email>138825652+middlemose@users.noreply.github.com</email>
</author>
<published>2024-09-24T02:43:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5c4ceaef72f0af992966a7d2ac7ac7d897f091d3'/>
<id>urn:sha1:5c4ceaef72f0af992966a7d2ac7ac7d897f091d3</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>RI develop to main (#1189)</title>
<updated>2024-06-28T16:56:29Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-06-28T16:56:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=263b19b4347fcda2e236c14a9daf41e7d518625d'/>
<id>urn:sha1:263b19b4347fcda2e236c14a9daf41e7d518625d</id>
<content type='text'>
* 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 &lt;adonais.neoadonis@gmail.com&gt;

* 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 &lt;38290414+isayrdgl@users.noreply.github.com&gt;
Co-authored-by: Fredrik Orderud &lt;fredrik.orderud@ge.com&gt;
Co-authored-by: Christian Allred &lt;13487734+cgallred@users.noreply.github.com&gt;
Co-authored-by: tristanb-ntdev &lt;60945150+tristanb-ntdev@users.noreply.github.com&gt;
Co-authored-by: Matt &lt;138825652+middlemose@users.noreply.github.com&gt;
Co-authored-by: Adonais Romero Gonzalez &lt;adonais.neoadonis@gmail.com&gt;</content>
</entry>
<entry>
<title>Upgrade NuGet to 26100.1 (#1162)</title>
<updated>2024-05-22T15:56:48Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-05-22T15:56:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=6edffd4b66aff103080aa1f3148815a8c9d827a9'/>
<id>urn:sha1:6edffd4b66aff103080aa1f3148815a8c9d827a9</id>
<content type='text'>
* Upgrade NuGet to 10.0.26100.1-preview.ge-release

* Upgrade NuGet to 10.0.26100.2 pre

* Upgrade NuGet to 10.0.26100

* Upgrade NuGet to 10.0.26100.1

* Update Building-Locally.md

* Update Building-Locally.md</content>
</entry>
<entry>
<title>Upgrade NuGet 26095.2 (#1161)</title>
<updated>2024-04-18T21:30:41Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-04-18T21:30:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=29274858aa27e24fef094ac381cf55821eedd6b4'/>
<id>urn:sha1:29274858aa27e24fef094ac381cf55821eedd6b4</id>
<content type='text'>
Upgrade NuGet to 26095.2</content>
</entry>
<entry>
<title>Upgrade nuget to 26090 (#1145)</title>
<updated>2024-03-25T21:56:32Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-03-25T21:56:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=13d4792ee72883cf25ec5ffc2812c9c6d9933ef4'/>
<id>urn:sha1:13d4792ee72883cf25ec5ffc2812c9c6d9933ef4</id>
<content type='text'>
* Upgrade NuGet to 26090

* Update Build-SampleSet.ps1

* Update Build-SampleSet.ps1</content>
</entry>
<entry>
<title>Upgrade nuget to 26085 (#1143)</title>
<updated>2024-03-16T23:36:30Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-03-16T23:36:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=443c6c24b0f5949daa31fb537449ac63460d1575'/>
<id>urn:sha1:443c6c24b0f5949daa31fb537449ac63460d1575</id>
<content type='text'>
* Update to WDK NuGet 26085

* Update to WDK NuGet 26085

---------

Co-authored-by: Jakob Lichtenberg &lt;jakobl@ntdev.microsoft.com&gt;</content>
</entry>
</feed>
