Commit Graph

381 Commits

Author SHA1 Message Date
Chuck Walbourn
d149abee82 Suppress some additional warnings for VS 2019 (16.7) Preview 2020-06-03 14:14:40 -07:00
Chuck Walbourn
068756522d June 1, 2020 2020-06-02 00:52:27 -07:00
Chuck Walbourn
e7070ee881 functions taking std::function should not be noexcept 2020-05-30 22:45:54 -07:00
Chuck Walbourn
a47bf11795 Updates for strongly-typed enum bitmasks in DirectXMesh 2020-05-30 22:43:26 -07:00
Chuck Walbourn
f7919a8b76 Fixed up issues with CMake 2020-05-19 20:23:06 -07:00
Chuck Walbourn
9931762719 Fixed printf warnings 2020-05-19 20:18:06 -07:00
Chuck Walbourn
b3dee21bc6 Updated CMake to use /Zc:preprocessor 2020-05-19 20:17:50 -07:00
Chuck Walbourn
367e2c79e8 May 10, 2020 2020-05-10 21:11:53 -07:00
Chuck Walbourn
0932faac93 Fixed -Wimplicit-int-float-conversion 2020-04-30 20:31:38 -07:00
Chuck Walbourn
2685ba9175 uvatlastool: added -l switch 2020-04-13 17:32:16 -07:00
Chuck Walbourn
7c19df22a5 Guard pch usage to support older CMake 2020-03-29 15:24:52 -07:00
Chuck Walbourn
e86a3ec4ff Update to use CMake 3.16 for pch support
note VS 2019 (16.5) includes CMake 3.16
2020-03-29 12:54:48 -07:00
Chuck Walbourn
18ad38a150 Minor code review 2020-03-03 12:54:49 -08:00
Chuck Walbourn
5407f52a6e February 24, 2020 2020-02-24 22:31:54 -08:00
Chuck Walbourn
4d2a9a1114 Reformat code in UVAtlas library 2020-02-24 22:25:53 -08:00
Chuck Walbourn
11211b08d6 Fixed some lingering use of Win32 types 2020-02-24 22:11:22 -08:00
Chuck Walbourn
821b7c7ef5 Removed use of WINAPI macro as it's not useful in this context 2020-02-24 21:58:25 -08:00
Chuck Walbourn
d2acd80c7e
Additional clang warning fixes (#38) 2020-02-24 20:21:26 -08:00
Chuck Walbourn
5f53050cf9 Policheck update 2020-02-15 13:53:13 -08:00
Chuck Walbourn
8e84deb849 Policheck fix 2020-02-15 09:17:32 -08:00
Chuck Walbourn
53200f0d15 added nuget files 2020-02-15 00:08:39 -08:00
Chuck Walbourn
50559b3819 Convert to use NuGet for DirectXTex and DirectXMesh 2020-02-14 23:28:06 -08:00
Chuck Walbourn
68d39814db Added ARM64 desktop support 2020-02-14 14:04:25 -08:00
Chuck Walbourn
4f56640015 Code review ported over from meshconvert 2020-02-13 17:10:32 -08:00
Chuck Walbourn
2bbef8687c Code review and more work on WaveFront OBJ export 2020-02-13 16:38:41 -08:00
WurmD
c3cf5b6c00
Build break fix for Wavefront OBJ export (#49) 2020-02-13 15:46:52 -08:00
WurmD
d76167c423
Support export to WaveFront OBJ file (#47) 2020-02-13 12:31:58 -08:00
WurmD
fa5e5f7736
ParameterizeChartsInHeap Parallelized with OpenMP (#48) 2020-02-13 12:24:30 -08:00
Chuck Walbourn
d3cc65b82c OpenMP option good; specific parallel for case was bad 2020-02-10 09:44:45 -08:00
WurmD
908732a091
Add use of OpenMP for a heavy loop (#42) 2020-02-10 09:04:36 -08:00
Chuck Walbourn
aeafbbfe47 Added version info 2020-01-23 16:19:53 -08:00
Chuck Walbourn
43235d6444 Minor code review 2020-01-19 01:38:37 -08:00
Chuck Walbourn
cdc865b667 Converted readme to markdown 2020-01-16 00:01:12 -08:00
Chuck Walbourn
cfdd3a09ad Updated copyright year 2020-01-13 10:02:00 -08:00
Chuck Walbourn
93fded88a7 Retire VS 2015 projects 2020-01-12 23:01:25 -08:00
Chuck Walbourn
eb3f0ace37 Renamed desktop slns to use 'x86' instead of 'Win32' 2019-12-28 20:35:48 -08:00
Chuck Walbourn
1a0a756e5e December 17, 2019 2019-12-17 11:57:54 -08:00
Chuck Walbourn
b81d71db86 CMake code review 2019-12-13 17:18:02 -08:00
Chuck Walbourn
9a8cc96fff Added noexcept annotation to public functions and fixed -Wmicrosoft-exception-spec 2019-12-11 17:02:40 -08:00
Jason Juang
c2d67b8d70 make building UVAtlasTool optional in cmake (#35) 2019-12-11 16:42:55 -08:00
Jason Juang
4b1728cb46 prefer target_compile_definitions over add_compile_definitions (#34) 2019-12-11 15:08:37 -08:00
Jason Juang
1ea2c68b9c match case to actual file name for linux (#32) 2019-12-11 10:30:07 -08:00
Chuck Walbourn
01d4f94ef2 More CMake code review feedback 2019-12-02 10:52:46 -08:00
Chuck Walbourn
c1a0131f39 Fixed a few lingering uses of __min macro 2019-12-01 11:45:51 -08:00
Chuck Walbourn
c138b0e060
Add CMake project and fix clang warnings (#28) 2019-12-01 10:23:59 -08:00
Chuck Walbourn
22db2f7c35 Suppress additional warning 2019-11-22 23:14:11 -08:00
Chuck Walbourn
120df55c77 Renamed UVAtlas_Windows10.vcxproj to _Windows10_2017.vcxproj, added VS 2019 UWP project 2019-07-01 00:54:14 -07:00
Chuck Walbourn
8309d95904 April 26, 2019 2019-04-26 14:46:52 -07:00
Chuck Walbourn
8fdc574bf3 VS 2019 project set to use 'latest available SDK' 2019-04-25 23:30:23 -07:00
Chuck Walbourn
36fd961e1c uvatlastool: Updated for ability to define RMA texture in OBJ's MTL. 2019-04-25 16:47:35 -07:00