1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-19 14:49:54 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
Chuck Walbourn
f8dccac0c2
Suppress new clang v16 warnings (#163) 2023-05-05 13:22:46 -07:00
Chuck Walbourn
3734bc95a6 Wrap #pragma warnings to avoid GCC compilation warnings (#134, #135) 2021-11-29 13:08:15 -08:00
Chuck Walbourn
7c30ba5932 Update copyright banner 2021-02-26 23:17:26 -08:00
Chuck Walbourn
d0bbddc9f2
Fixed float denorm conversion handling for XMConvertFloatToHalf (#114) 2020-06-25 15:08:32 -07:00
Chuck Walbourn
b28c1bd35c noexcept missed on a few more functions 2020-03-15 14:45:45 -07:00
Chuck Walbourn
d925b421de Additional warning supression 2020-03-09 21:53:00 -07:00
Chuck Walbourn
bdb574c97e Suppress -Wgnu-anonymous-struct and -Wnested-anon-types 2020-03-02 20:41:22 -08:00
Chuck Walbourn
065b99b82f
Retired VS 2015 support (#98) 2020-02-29 22:40:50 -08:00
Chuck Walbourn
d7cc112b55
Added noexcept to all functions (#97) 2020-02-29 22:12:46 -08:00
Chuck Walbourn
b412a61c51 Reformat code 2020-02-29 16:07:57 -08:00
Chuck Walbourn
ecfb475440 Whitespace cleanup 2019-01-30 14:13:18 -08:00
Chuck Walbourn
99a98d79fc
Remove VS 2013 compiler support (#70)
* Removed VS 2013 specific warning supression
* Use ``noexcept`` instead of ``throw()``
* No longer need ``_MSC_VER`` guards around ``=default`` move ctors/operators
2018-05-01 14:49:46 -07:00
Chuck Walbourn
84831beb5a Supressed additional false warning in VS 2013 2018-04-17 10:41:48 -07:00
Chuck Walbourn
033c653afc Suppress false 26495 warnings 2018-04-17 10:22:14 -07:00
Chuck Walbourn
e47ad78320 Use default copy and move ctors/ops 2018-04-03 17:52:24 -07:00
Chuck Walbourn
b710e917c6 Fixed up comment header block 2018-03-19 12:12:03 -07:00
Chuck Walbourn
455f4ca150 Remove 17.1 compiler support 2018-02-01 18:57:52 -08:00
Chuck Walbourn
d090df7c0f Remove extra comma 2018-01-16 14:30:35 -08:00
Chuck Walbourn
58df665c97 Cleaned up conformance warnings found by CLang 2017-05-17 17:46:45 -07:00
Chuck Walbourn
dc68173efe Suppress 4996 warning for VS Dev 15 Preview 2016-11-08 16:27:41 -08:00
Chuck Walbourn
7be36d19e3 Normalize line endings 2016-08-22 11:43:47 -07:00
Chuck Walbourn
b33c94320b Add URL to project GitHub for additional support to comments 2016-07-05 13:47:27 -07:00
Chuck Walbourn
403fa49a0c Dropped VS 2012 support (keeping 17.1 for Xbox One XDK) 2016-06-18 13:46:48 -07:00
Chuck Walbourn
48ab66214a DirectXMath 3.09 2016-06-18 13:31:26 -07:00
Chuck Walbourn
fea9eabc4e DirectXMath 3.08 2016-05-23 14:37:35 -07:00
Chuck Walbourn
51802de35b DirectXMath 3.07 2016-05-23 14:33:29 -07:00
Chuck Walbourn
aee6e900f0 DirectXMath 3.06 2016-05-23 14:29:47 -07:00
Chuck Walbourn
fb43a89861 DirectXMath 3.05 2016-05-23 14:25:11 -07:00
Chuck Walbourn
27f790ebf6 DirectXMath 3.04 2016-05-23 14:20:26 -07:00
Chuck Walbourn
409c3a3646 DirectXMath 3.02 2016-05-23 14:07:40 -07:00
Chuck Walbourn
1fa826b8da DirectXMath 3.00 2016-05-23 14:02:43 -07:00