Commit Graph

350 Commits

Author SHA1 Message Date
Chuck Walbourn
122672631a
CMake build fix (#120) 2023-06-14 20:09:10 -07:00
Chuck Walbourn
8f6b1efd3a
June 2023 release (#118) 2023-06-14 14:12:55 -07:00
Chuck Walbourn
3884626e84
uvatlas updated to support long path names with Windows 10 (#117) 2023-06-13 15:40:05 -07:00
Chuck Walbourn
7c8a746120
Fix CMake problem with /Zc:templateScope on older Windows SDKs (#116) 2023-06-12 14:31:53 -07:00
Chuck Walbourn
052a81b8eb
CMake update to use /ZH:SHA_256 for clang v16 or later (#115) 2023-05-18 21:44:24 -07:00
Chuck Walbourn
5ca9aab6fe
Add CodeQL to GitHub pipeline (#113) 2023-05-17 11:38:27 -07:00
Chuck Walbourn
4a9b77afde
uvatlastool: remove newlines from FORMAT_MESSAGE_FROM_SYSTEM (#114) 2023-05-17 11:37:27 -07:00
Chuck Walbourn
70b9b272ba
Update CMake to use OpenMP via built-in support (#112) 2023-05-01 10:41:59 -07:00
Chuck Walbourn
e94f3d3495
April 28, 2023 (#111) 2023-04-28 21:33:43 -07:00
Chuck Walbourn
ebdfb10964
CMake minor cleanup (#110) 2023-04-27 17:03:53 -07:00
Chuck Walbourn
c1e6b25eab
Fixed bad use of CMAKE_SIZEOF_VOID_P (#109) 2023-04-24 14:10:07 -07:00
Chuck Walbourn
cdcac69dd5
March 30, 2023 (#108) 2023-03-31 00:27:33 -07:00
Chuck Walbourn
24ebe5bc95
uvatlastool updates for some POSIX like support (#107) 2023-03-27 16:05:21 -07:00
Chuck Walbourn
0d59f52ac9
Retire legacy Xbox One XDK support (#106) 2023-03-17 15:47:13 -07:00
Chuck Walbourn
255f034274
Fixed some /analyze warnings (#105) 2023-03-12 10:41:56 -07:00
Chuck Walbourn
b3570f87c2
Fix typo in CMake file for Xbox (#104) 2023-02-16 22:20:23 -08:00
Chuck Walbourn
255351894a
CMake updated to support building for Xbox (#103) 2023-02-15 22:06:56 -08:00
Chuck Walbourn
32d41a98fd
CMake code review (#102) 2023-02-09 18:54:37 -08:00
Chuck Walbourn
c8dee6538c
Update for latest files from the Microsoft GitHub template (#101) 2023-02-09 18:51:55 -08:00
Chuck Walbourn
9186b53e64
February 6, 2023 (#100) 2023-02-07 11:53:20 -08:00
Chuck Walbourn
611088ffb9
Minor updates to CMake for a proof-of-concept project (#99) 2023-02-06 15:27:26 -08:00
dependabot[bot]
b5099da61b
Update NuGet packages to latest version (#98) 2023-02-01 14:02:52 -08:00
Chuck Walbourn
36a098403b
Remove workaround for VCPKG return in MinGW YAML (#96) 2023-01-30 23:33:12 -08:00
Chuck Walbourn
11c78f33e0
Fix PCH bug for Xbox scenarios (#95) 2023-01-18 15:05:43 -08:00
Chuck Walbourn
1968e51fa6
Fix build break for Debug on WSL (#93) 2023-01-02 11:26:58 -08:00
Chuck Walbourn
6b75524236
December 15, 2022 (#92) 2022-12-18 21:39:43 -08:00
Chuck Walbourn
ed784e66ba
Add Spectre-mitigated libraries to the NuGet (#89) 2022-12-15 10:30:01 -08:00
Chuck Walbourn
cd5cb6144c
CMake updated to use /Zc:inline and /Zc:lambda (#91) 2022-12-15 10:28:49 -08:00
Chuck Walbourn
a8aa9087ea YAML code review 2022-12-08 01:14:26 -08:00
Chuck Walbourn
b5271bc940 YAML pipeline tweak 2022-12-08 00:33:19 -08:00
Chuck Walbourn
09b21be063 Add YAML Azure Pipelines 2022-12-07 18:09:41 -08:00
walbourn
1a1dda427f Minor cmake code review 2022-12-02 22:49:20 -08:00
walbourn
03f453758b Update readme 2022-12-01 20:59:07 -08:00
walbourn
c96b9b29e5 Remove E&C 2022-11-28 17:18:56 -08:00
walbourn
00a93a73ab Revert "Add presets for ADO"
This reverts commit d3be39d698.
2022-11-28 13:03:09 -08:00
walbourn
d3be39d698 Add presets for ADO 2022-11-28 11:41:41 -08:00
walbourn
83fbfe2713 Update CMake test presets for MinGW 2022-11-27 13:16:52 -08:00
walbourn
beca8baa5f Minor cmake cleanup 2022-11-27 12:07:54 -08:00
walbourn
a008a3a09e Update CMake to define _DEBUG for MinGW 2022-11-26 18:21:46 -08:00
Chuck Walbourn
6d396390c6
CMake update for version 3.20 (#86) 2022-11-22 11:23:50 -08:00
walbourn
8ced4f25ab CMakeLists updated to CMake 3.20 2022-11-15 12:59:47 -08:00
Chuck Walbourn
48ddb5cee4 -c -wf option was not writing Wavefront OBJ MTL file 2022-11-08 00:01:34 -08:00
Chuck Walbourn
4a16541b50 uvatlastool: added -m option to write out remapping text file 2022-11-05 12:45:13 -07:00
Chuck Walbourn
acf451e266 uvatlastool: added -vn switch to visualize normals with -t output 2022-11-05 11:56:21 -07:00
Chuck Walbourn
3f6ba7d92a Code review update 2022-10-25 13:28:22 -07:00
walbourn
1d7307d53c Update DirectXTex/DirectXMesh for October 2022 releases 2022-10-18 11:03:54 -07:00
Chuck Walbourn
fc8434cf96 October 17, 2022 release 2022-10-17 21:51:58 -07:00
Chuck Walbourn
5f4768f3c5 Update for VS 2022 17.4 2022-10-17 19:33:26 -07:00
Chuck Walbourn
962b431d2f More use of constexpr 2022-10-17 19:17:15 -07:00
Chuck Walbourn
13a0760265 Update NuGet packages targets files 2022-10-17 17:13:29 -07:00