Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / lib / directx-headers
Commits: 412bd489 by Direct3D Build Agent at 2024-03-19T17:32:03+00:00 Update headers - - - - - de28d93d by Jesse Natalie at 2024-03-19T10:59:48-07:00 Update versions to 1.613.1 - - - - - f0d94658 by Rafael Cintron at 2024-04-02T16:48:57-07:00 Remove trailing semicolons from DEFINE_ENUM_FLAG_OPERATORS statements (#122) Applications which use the DirectX header files in the Windows SDK typically use the /winsysroot command line argument. Winsysroot conveniently ignores warnings in header files. Applications that wish to take an additional dependency on https://github.com/microsoft/directx-headers cannot leverage /winsysroot because you can only have one /winsysroot. This change makes DirectX header files compile warning free with CLang by removing semicolons from DEFINE_ENUM_FLAG_OPERATORS statements. Co-authored-by: Rafael Cintron <[email protected]> - - - - - aafb7984 by Dwayne Robinson at 2024-04-03T08:16:43-07:00 DirectML 1.13.1 (#123) Add DirectML header (also found in https://www.nuget.org/packages/Microsoft.AI.DirectML/1.13.1). - - - - - 362292a3 by Direct3D Build Agent at 2024-05-13T22:57:51+00:00 Update headers - - - - - dacd060c by Chuck Walbourn at 2024-05-15T13:27:04-07:00 Updated Security and Code of Conduct fiels (#125) - - - - - e3515aca by Direct3D Build Agent at 2024-05-16T13:56:48-07:00 Update headers - - - - - f5a4aca2 by Chuck Walbourn at 2024-05-17T12:15:57-07:00 Fix clang warning in renderpass D3DX12 header (#124) * Fix clang warning in renderpass D3DX12 header - - - - - 3f62999e by Chuck Walbourn at 2024-05-17T12:42:57-07:00 Use of D3D12_GENERIC_PROGRAM_DESC was missing guard for newer headers (#126) - - - - - 418f0268 by Chuck Walbourn at 2024-05-17T13:20:29-07:00 Moved unused variable into guard (#127) - - - - - 83bb9ef2 by Ningxin Hu at 2024-05-22T08:51:58-07:00 Fix CLang compile warning for dxcore_interface.h (#129) This PR is a follow-up for #122 and fixes dxcore header files compile warning with CLang by removing semicolons from DEFINE_ENUM_FLAG_OPERATORS statements. - - - - - 7fc7184d by Chuck Walbourn at 2024-05-29T09:06:45-07:00 Fix warnings in D3DX12 header (#130) - - - - - 9be295b3 by Dwayne Robinson at 2024-07-10T12:56:22-07:00 Update DirectML header to FL6.4 (package 1.16) (#133) - - - - - 68587e02 by Jesse Natalie at 2024-09-06T14:23:49-07:00 Merge tag 'v1.614.0' into main - - - - - 48a76297 by Jesse Natalie at 2024-09-06T15:09:56-07:00 Update build system version info to 1.614.1 - - - - - 11 changed files: - CMakeLists.txt - + CODE_OF_CONDUCT.md - SECURITY.md - + include/directx/DirectML.h - include/directx/d3d12.h - include/directx/d3d12.idl - include/directx/d3d12compatibility.h - include/directx/d3d12compatibility.idl - include/directx/d3d12sdklayers.h - include/directx/d3d12sdklayers.idl - include/directx/d3d12video.h The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/lib/directx-headers/-/compare/5c45253f7d5dd2f967f45f3f48088890d72640a5...48a762973271c5a75869946bf1fdbc489a628a5c -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/directx-headers/-/compare/5c45253f7d5dd2f967f45f3f48088890d72640a5...48a762973271c5a75869946bf1fdbc489a628a5c You're receiving this email because of your account on salsa.debian.org.

