- Mar 05, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
[CMake] Added missing Qt platform plugin to packages
-
-
- Mar 04, 2019
-
-
Dmitri Naumov authored
Extend ExtractSurface tool
-
-
-
-
Dmitri Naumov authored
clang-tidy warning diminisher
-
-
Dmitri Naumov authored
clang-tidy modernize-use-equals-delete check.
-
Dmitri Naumov authored
clang-tidy modernize-use-equals-default check.
-
Dmitri Naumov authored
clang-tidy modernize-use-bool-literals check.
-
Dmitri Naumov authored
clang-tidy modernize-use-emplace check.
-
Dmitri Naumov authored
clang-tidy modernize-use-transparent-functors check.
-
Dmitri Naumov authored
clang-tidy modernize-use-using check.
-
Dmitri Naumov authored
clang-tidy modernize-redundant-void-arg check.
-
Dmitri Naumov authored
clang-tidy modernize-loop-convert check.
-
Dmitri Naumov authored
clang-tidy modernize-use-auto check.
-
Dmitri Naumov authored
clang-tidy modernize-use-override check.
-
Dmitri Naumov authored
clang-tidy modernize-use-equals-default checks.
-
Dmitri Naumov authored
clang-tidy modernize-use-default-member-init check
-
Dmitri Naumov authored
-
Dmitri Naumov authored
clang-tidy bugprone-macro-parentheses check.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The direct initialization with parentheses does not compile with explicit Polygon constructor. The direct list initialization considers both, the explicit and non-explicit constructors.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Avoids an implicit conversion to Vector3 of both arguments.
-
Dmitri Naumov authored
Also those where the second and so forth arguments are defaulted. The MathLib::TemplateVector3 is an exception, because of the many required changes through the code, which relies on the implicit conversion from TemplatePoint<T, 3> to TemplateVector3<T>. clang-tidy '*explicit*' check.
-
Lars Bilke authored
Removed include-what-you-use for the moment as it segfaults.
-
- Mar 03, 2019
-
-
Lars Bilke authored
Cleanup _MSC_VER uses.
-
- Mar 02, 2019
-
-
Dmitri Naumov authored
The upstream fixes the visual studio compilation errors.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The enclosed code depends on OS, not compiler.
-
Dmitri Naumov authored
[[noreturn]] attribute is supported by now.
-
- Mar 01, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Cleanup cmake output
-