Граф коммитов

1090 Коммитов

Автор SHA1 Сообщение Дата
Chuck Walbourn e95c032310
Minor update to enable 'white box' testing of some internal functions (#507) 2024-11-06 21:14:26 -08:00
Chuck Walbourn d8757f18cf
Fixed bugs in AudioEmitter/AudioListener IsValid (#506) 2024-11-05 09:57:42 -08:00
Chuck Walbourn a72858ed3d
Fix for CMake using MinGW (#505) 2024-11-04 12:13:48 -08:00
Chuck Walbourn 77619f889c
Support using C++17 std::byte for FromMemory functions (#504) 2024-10-31 16:10:11 -07:00
Chuck Walbourn 762657d34d
October 28, 2024 (#502) 2024-10-28 17:11:20 -07:00
Chuck Walbourn fabe5a1bdc
Convert xwbtool to use GNU-style long options (#499) 2024-10-28 16:04:23 -07:00
dependabot[bot] 6254a389a7
Bump actions/checkout from 4.2.1 to 4.2.2 (#500) 2024-10-28 13:32:48 -07:00
dependabot[bot] d3320e9188
Bump github/codeql-action from 3.26.13 to 3.27.0 (#501) 2024-10-28 13:32:28 -07:00
Chuck Walbourn f0f7423135
Update CMake to use gameinput package (#498) 2024-10-25 16:07:20 -07:00
Chuck Walbourn ee515b2dbe
Use fixed width integers for underlying enum types (#497) 2024-10-24 11:44:54 -07:00
Chuck Walbourn 252013cacc
VS 2019 Win32 on ARM64 is no longer supported (#496) 2024-10-23 14:45:03 -07:00
dependabot[bot] 16d7ba3c05
Bump github/codeql-action from 3.26.12 to 3.26.13 (#495) 2024-10-22 21:24:30 -07:00
Chuck Walbourn ed693d5117
Fix -Wunused-member-function warning in xwbtool (#494) 2024-10-16 15:07:14 -07:00
Chuck Walbourn 8cebe3135d
Add DDS_LOADER_IGNORE_MIPS flag to DDSTextureLoader (#492) 2024-10-14 20:06:34 -07:00
dependabot[bot] 891b18f727
Bump actions/checkout from 4.2.0 to 4.2.1 (#491) 2024-10-14 09:35:28 -07:00
dependabot[bot] 696aecefc5
Bump github/codeql-action from 3.26.11 to 3.26.12 (#490) 2024-10-14 09:35:06 -07:00
Chuck Walbourn 270d2e722c
Add Code Coverage support using CMake (#489) 2024-10-08 18:08:42 -07:00
Chuck Walbourn 29c20676c1
Keep asserts on in fuzz-testing builds (#487) 2024-10-05 23:22:08 -07:00
dependabot[bot] 05a3d5ccf6
Bump github/codeql-action from 3.26.10 to 3.26.11 (#488) 2024-10-04 12:31:51 -07:00
dependabot[bot] d4d040443c
Bump github/codeql-action from 3.26.9 to 3.26.10 (#486) 2024-10-02 14:26:10 -07:00
dependabot[bot] a5476b2cb5
Bump actions/checkout from 4.1.7 to 4.2.0 (#485) 2024-09-27 08:49:36 -07:00
dependabot[bot] 08f5a23df2
Bump github/codeql-action from 3.26.6 to 3.26.9 (#484) 2024-09-27 08:49:09 -07:00
Chuck Walbourn d2baf972f2
Split CMO structs into a new header (#482) 2024-09-19 23:30:56 -07:00
Chuck Walbourn 78d1a3eb89
Refactor command-line tools to use shared header (#481) 2024-09-17 13:45:26 -07:00
Chuck Walbourn fc904593c1
Suppress warning from CodeQL (#480) 2024-09-17 10:37:26 -07:00
Chuck Walbourn 497378076b
ADO pipeline for SDK builds (#478) 2024-09-16 11:17:59 -07:00
Chuck Walbourn 488b153872
remove experimental github action (#477) 2024-09-12 12:34:04 -07:00
Chuck Walbourn 8199402ec1
Build pipeline updates (#475) 2024-09-11 16:21:49 -07:00
StepSecurity Bot 78dde0fcd1
[StepSecurity] Apply security best practices (#474) 2024-09-11 11:50:54 -07:00
StepSecurity Bot c708961b45
[StepSecurity] ci: Harden GitHub Actions (#473) 2024-09-10 19:04:20 -07:00
Chuck Walbourn 9f29568ed2
Update BWOI support in VC projects (#472) 2024-09-06 11:32:23 -07:00
Chuck Walbourn 3de1b4a5b6
September 4, 2024 (#471) 2024-09-04 17:50:36 -07:00
Chuck Walbourn 28953342f9
Update CMake to specify FXC.EXE to use (#470) 2024-09-03 11:41:37 -07:00
Chuck Walbourn fb0a22e6cb
Minor code review (#469) 2024-08-28 15:39:14 -07:00
Chuck Walbourn 3c45ee7529
Fix -Wdefaulted-function-deleted warning (#468) 2024-08-26 17:32:39 -07:00
Chuck Walbourn 086426df43
Add VCPKG usage to GitHub Actions (#467) 2024-08-23 10:06:25 -07:00
Chuck Walbourn ca9f5d6732
Update for latest version of DDS.h (#466) 2024-08-19 16:30:34 -07:00
Chuck Walbourn 8350d44b1d
IsValid methods for AudioEmitter and AudioListener (#465)
* IsValid methods for AudioEmitter and AudioListener

* Code review feedback

* More code review feedback
2024-08-13 11:27:33 -07:00
Chuck Walbourn 038bfb4da1
Update CMake to handle ARM64EC with VS Generator (#464) 2024-08-02 13:15:41 -07:00
Chuck Walbourn eb729567bb
Added GitHub Actions for build and security analysis (#461) 2024-07-29 20:10:32 -07:00
Chuck Walbourn 1877bba228
CMake updated to build ARM64EC (#459) 2024-07-18 15:29:13 -07:00
Chuck Walbourn f01d5be577
Remove v141 support for GDK (#458) 2024-07-11 17:03:42 -07:00
Chuck Walbourn 14d125f2d8
CMake improvements for multi-config generators (#457) 2024-06-13 15:53:08 -07:00
Chuck Walbourn e7d9b64ca6
June 4, 2024 (#456) 2024-06-04 17:12:01 -07:00
Chuck Walbourn 03afb33301
ADO pipeline changes for OpenSSF Best Practices (#455) 2024-05-17 16:57:34 -07:00
Chuck Walbourn 5094d2665f
Add DependaBot github action for NuGet (#454) 2024-05-15 09:49:24 -07:00
Chuck Walbourn 44ed5076e2
ADO pipeline update (#453) 2024-05-14 12:58:31 -07:00
Chuck Walbourn a1877efd14
Rename Internal namespace to ToolKitInternal for some conformance issues (#452) 2024-05-09 09:23:50 -07:00
Chuck Walbourn 44d4a41c43
Removed nuget.config from solution root (#450) 2024-05-04 12:39:30 -07:00
Chuck Walbourn ff124de59c
Update ADO pipeline (#449) 2024-05-02 22:35:52 -07:00