Commit graph

17 commits

Author SHA1 Message Date
luz paz 35e409e926 fix various typos
Found via `codespell -q 3 -S *.ts,thirdparty, -L appy,ba,inbetween,inout,pevent,possibile,upto`
2021-08-31 11:10:50 -04:00
Rozhuk Ivan 823a31f62c Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
Tact Yoshida 6b39c3e7d5 Use std::isnan instead of _isnan 2020-01-09 22:19:35 +09:00
Tact Yoshida b8554a09aa Use std::sort instead of obsoleted qSort 2020-01-06 06:12:43 +09:00
shun-iwasawa dd780b2779 colormodel image (#1907) 2018-05-21 15:11:35 +09:00
Ivan Mahonin e280ae86d6 Allow to cross compile for Windows with Linux/Mingw (part 1 of 3, preprocessor) (#1148)
* split _WIN32 and _MSC_VER, lowercase includes
2017-05-08 21:13:29 +09:00
shun-iwasawa 7cd1ff71f5 clang format (#797) 2016-09-08 16:54:16 +09:00
Campbell Barton a6cacc8cf1 Translate comments to English 2016-09-08 15:07:21 +10:00
MCCCS a0ce326e1b 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
shun-iwasawa 27b0cfd38c clang formatting (#703) 2016-08-04 16:23:36 +09:00
Campbell Barton 8c6c57f1b4 Enable missing-declarations warning (#643)
Finish ensuring symbols use headers correctly
2016-07-22 13:38:33 +09:00
Michał Janiszewski b86749e216 isnan fixes
isnan was used without specifying namespace
2016-06-30 13:42:20 +02:00
Campbell Barton 3b073728d4 Use cmath instead of defining isnan
Needed for building on Linux
2016-06-24 06:41:58 +10:00
Shinya Kitaoka 120a6e041c apply clang-format 2016-06-15 15:43:10 +09:00
Shinya Kitaoka 12c444ee0d use std::min and std::max (#318) 2016-05-18 13:03:37 +09:00
Shinya Kitaoka 9f5a1bd760 use _WIN32 instead of WIN32 2016-04-20 10:24:44 +09:00
Toshihiro Shimizu 890dddabbd first commit 2016-03-19 02:57:51 +09:00