tornavis/source/blender
Jacques Lucke 6068f49c33 BLI: remove static assert noexcept move constructors
The move constructor of `mpq_class` from GMP currently
allocates when it is moved. So, it cannot be noexcept.
Since we want to use this type, this static assert cannot
stay there.
2020-07-14 15:23:40 +02:00
..
blendthumb Cleanup: `make format` after SortedIncludes change 2020-03-19 09:33:58 +01:00
blenfont Clang-Tidy: Enable bugprone-misplaced-widening-cast 2020-07-03 17:10:27 +02:00
blenkernel LibOverride: Move code tagging reauired dependencies of an override into BKE. 2020-07-14 14:51:13 +02:00
blenlib BLI: remove static assert noexcept move constructors 2020-07-14 15:23:40 +02:00
blenloader Cleanup: sort header, cmake paths 2020-07-14 16:04:18 +10:00
blentranslation BLT: include a non-executing reference to context in macros 2020-05-07 09:00:38 +10:00
bmesh Cleanup: sort header, cmake paths 2020-07-14 16:04:18 +10:00
compositor Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
datatoc Cleanup: fix typos in comments 2020-03-19 21:55:17 +01:00
depsgraph Cleanup: spelling 2020-07-10 16:04:09 +10:00
draw Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
editors Fluid bake: fix memory leak when path validation fails 2020-07-14 15:21:08 +02:00
freestyle Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
functions Cleanup: fix clang tidy warning 2020-07-13 10:40:05 +02:00
gpencil_modifiers GPencil: Cleanup Build modifier and fix potential div by zero errors 2020-07-14 10:26:19 +02:00
gpu EEVEE: Fix sky zenith bug 2020-07-13 17:08:58 +02:00
ikplugin Clang-Tidy: More fixed of redundant check before delete 2020-07-03 16:47:59 +02:00
imbuf Cleanup: spelling 2020-07-14 15:19:52 +10:00
io Cleanup: sort header, cmake paths 2020-07-14 16:04:18 +10:00
makesdna Fix T77766: support animated global gravity toggle 2020-07-14 13:47:32 +02:00
makesrna Cleanup: sort header, cmake paths 2020-07-14 16:04:18 +10:00
modifiers Cleanup: sort header, cmake paths 2020-07-14 16:04:18 +10:00
nodes Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
physics Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
python PyAPI: support element multiplication for vector, matrix, quaternions 2020-07-14 22:52:50 +10:00
render Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
shader_fx Cleanup: sort header, cmake paths 2020-07-14 16:04:18 +10:00
windowmanager Fix T78037: fresh install of blender 2.83.0 not able to save user startup file. 2020-07-13 16:17:35 +02:00
CMakeLists.txt Cleanup: Move pointcache dna to separate file 2020-06-09 17:01:54 +02:00