summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-05Update codeql code scanning to add microsoft/windows-drivers queries (#1098)Jacob Ronstadt
* test code scanning with new package * update code scanning file. test without building * fix typo * add back build step * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml
2024-02-05exclusion.csv: Update network.trans.wfpsampler to now be supported with NI ↵Jakob Lichtenberg (170957)
WDK but still broken for GE WDK
2024-02-05Updating the Windows Filtering Platform Samples to compile correctly on ↵Elaine Houha
VS2022 (#1089) * ddproxy compiles on VS2022 * inspect compiles on VS2022 * stmEdit compiles on VS2022 * sampler compiles on VS2022 * changes some encodings and updates the stmedit version * restores the vcxproj * more vcxproj fixes * ddproxy inf * stmedit vcxproj pt2 * stmd sln * Update exclusions.csv * all but one flavor compiles on NI EWDK * found a bug in an assert * Builds clean for all drivers except WfpSampler on both WDK 17.1.5 and 17.8.2, WFPSampler changes get it to build on WDK 17.1.5 but there are still issues with 17.8.2 --------- Co-authored-by: Elaine Houha <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-02-01Fix PRM sample driver INF targetOsVersion (#1096)Yinghan Yang
fix INF target OS for Ge only PRM sample Co-authored-by: Yinghan Yang (307315) <[email protected]>
2024-01-31Add Prm sample (#1094)Yinghan Yang
* add prm sample * Update exclusions.csv * add owners for PRM and GPIO samples * fix INF --------- Co-authored-by: Yinghan Yang (307315) <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-01-31This PR simply deletes a redundant sln file (#1095)JakobL-MSFT
user/jakobl/delete_AvsCameraDMFT_sln
2024-01-31Fixes for sample build errors and updates to the execution script to use new ↵zlockard
build flags (#1078) * Fixes for sample build errors * Fix additional sample * Add additional sample * Updated comments in Build-Sample.ps1 * Adjusting exclusions.csv to be accurate for GE. Still issues for NI that we need to understand better * Merge from develop branch * Merge from develop branch * Merge from develop branch * Delete WPD samples * Separate infverif additional options for old vs new WDK * Delete WPD samples entry in our CODEOWNERS file * Fix spelling error * For 22621 WDK Remove the /samples flag --------- Co-authored-by: Zac Lockard <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-01-29Merge branch 'main' into developAdonais Romero Gonzalez
2024-01-29Remove WinHEC 2017 from exclusion listAdonais Romero Gonzalez
2024-01-29Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#1067)dependabot[bot]
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [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/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29Remove WinHEC 2017 samplesAdonais Romero Gonzalez
2024-01-26Update exclusions (#1090)JakobL-MSFT
2024-01-25Merge pull request #932 from hsebs/patch-2Christian Allred
Fix error logging
2024-01-24Replace deprecated ExAllocatePool* APIs with ExAllocatePool2.David Spruill
2024-01-24Update projects so that no warning/error is logged for AddSoftware Type1 (#1086)andylsn
Co-authored-by: Shunni Li <[email protected]>
2024-01-22Merge from main branchJakob Lichtenberg (170957)
2024-01-22Merge from main branchJakob Lichtenberg (170957)
2024-01-22mshidkmdf->mshidumdf (#1085)zlockard
Co-authored-by: Zac Lockard <[email protected]>
2024-01-22Fix build issues in vhid samples (#1084)zlockard
* Fix build issues in vhid samples * Merge from main branch and remove entries from exclusion.csv. Still see failure 2087 for hid.hidusbfx2 * Also update hidusbfx2.inf --------- Co-authored-by: Zac Lockard <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-01-22Partial Manual Merge of develop to main specifically to add /sw1402 (#1083)JakobL-MSFT
user/jakobl/partial_merge_develop_to_main
2024-01-22Add infverif suppression of 1402 (add missing comment)Jakob Lichtenberg (170957)
2024-01-20A trivial bug in Build-AllSamples.ps1 for the case when there are 0 samples ↵JakobL-MSFT
matching the -Samples argument (#1081) user/jakob/build_sample_fix
2024-01-20Add infverif suppression of 1402 (#1080)JakobL-MSFT
user/jakob/add_infverif_sw1402
2024-01-20For Build-AllSamples.ps1: For EWDK: Log full build lab string. (#1079)JakobL-MSFT
user/jakob/ewdk_print_buildlab
2024-01-15Fix build errors for osrfx2_dchu_extension loose/tight solutions (#1069)andylsn
* Update exclusive.csv * Fix extension_loose solution and projects * Fix extension_tight projects * Minor update * Update exclusions.csv * Update exclusions.csv - Undo my prior edit --------- Co-authored-by: Shunni Li <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-01-15Update exclusions.csv - fix commentJakobL-MSFT
2024-01-15merge conflict resolutionJakob Lichtenberg (170957)
2024-01-15Partial Manual Merge of develop to main specifically to add support for fine ↵JakobL-MSFT
grained exclusions (#1076) user/jakob/partial_manual_merge_develop_to_main_fine_grained_exclusion
2024-01-15Merge branch 'main' into developJakob Lichtenberg (170957)
2024-01-15Add support for fine grained exclusions (#1074)JakobL-MSFT
* user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * Update exclusions.csv
2024-01-15Merge main to develop (#1075)JakobL-MSFT
* Workaround to fix issues install VS using winget configuration * Add winget configuration file to install VS only --------- Co-authored-by: Adonais Romero González <[email protected]>
2024-01-14Bug 45018002: WDK: Samples - Sample not build by PR workflow if exclusion is ↵JakobL-MSFT
removed (#1073) user/jakobl/full_build_trigger_by_exclusions_csv
2024-01-14For all solutions in .\tools folder: Add ARM64 support. Remove any aspects ↵JakobL-MSFT
of ARM, Win32, x86 support. January 2024 version (#1072) user-jakobl-tools_arm64_2
2023-12-14Add winget configuration file to install VS onlyuser/jacob-ronstadt/code-scanningAdonais Romero González
2023-12-14Workaround to fix issues install VS using winget configurationAdonais Romero González
2023-12-05Merge pull request #1059 from microsoft/revert-1058-user/zhuman/delete-pixlibZachary Northrup
Revert "Delete video/pixlib directory" and instead move it into an archive folder
2023-12-04Move pixlib to an "archive" folderZachary Northrup
2023-12-02Revert "Delete video/pixlib directory"Zachary Northrup
2023-12-01Merge pull request #1058 from microsoft/user/zhuman/delete-pixlibZachary Northrup
Delete video/pixlib directory
2023-12-01Delete video/pixlib directoryZachary Northrup
This appears to be an obsolete sample, probably provided for D3D7 UMD support around the turn of the millennium.
2023-12-01Add exclusion for driver due to missing header in WDK updateAdonais Romero González
2023-12-01Update CODEOWNERSAdonais Romero González
2023-11-24This change will ensure failures from build script will be sorted for easier ↵JakobL-MSFT
review. (#1054) sort-failures
2023-11-21Updates to DevCon RC file and input reading (#1048)emilyhobby
Updates to RC file and input reading
2023-11-15Add Kernel Core as code ownersAdonais Romero González
2023-11-13Update code ownersAdonais Romero González
2023-11-13Merge branch 'main' into developAdonais Romero González
2023-11-13Minor adjustments to build instructions (#1021)Adonais Romero González
2023-11-1347451678: Windows-driver-samples /Building-Locally.md: Remove ping (`) from ↵JakobL-MSFT
instructions (#1050)
2023-11-13Add InfVerif exceptions on main branchAdonais Romero González