Go to file
Sergey Sharybin a501668cc5 Revert "Cycles Tests: Add test for correct 16 byte alignment of KernelData structs"
Using unit tests is a wrong way to control static behavior of the
application. They should only be used for checking dynamic behavior,
all the rest is easily controllable at compile time.

Doing tests at ocmpile time are actually more robust approach since
we don't have strict policy of runnign unit tests before accepting
any change.

Proper alignment control is coming shortly.

This reverts commit 7c3a06c34918567e6b0ab67bded60725ff63073b.
2016-08-11 10:08:23 +02:00
build_files Updated install_deps.sh to OSD 3.0.5 (and switch from git repo to download archive of sources). 2016-08-10 19:19:46 +02:00
doc Docs: add initial idprop.types API docs 2016-07-31 15:40:40 +10:00
extern Curve Fitting: fix off by one error 2016-08-05 18:50:49 +10:00
intern Revert "Cycles Tests: Add test for correct 16 byte alignment of KernelData structs" 2016-08-11 10:08:23 +02:00
release GPencil: Rename color name property to keep consistency in naming 2016-08-10 12:21:18 +02:00
source GPencil: Avoid segment fault if new stroke function is called without colorname 2016-08-10 15:51:40 +02:00
tests Replace pep8 with flake8 checker 2016-08-01 11:02:01 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Git ignore BUILD_NOTES.txt from install_deps.sh. 2015-11-23 20:17:02 +01:00
.gitmodules Add developer tools submodule 2016-07-15 01:28:00 +10:00
CMakeLists.txt CMake: Once again, don't use find_package to get hardcoded libraries 2016-08-09 12:38:09 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Cleanup: line length 2016-07-15 01:26:26 +10:00
make.bat Fix make.bat checking 64bit systems 2016-02-10 00:26:12 +11:00