Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-20Added extra "const" to satisfy the strict clang version in Xcode 9Stefan Werner
2015-12-29OS X: remove code for OS X <= 10.5, which is already not supported since 2 ↵Brecht Van Lommel
years.
2013-11-29Fix iTaSC build error when building with libc++.Brecht Van Lommel
This was using TreeElement before it was fully defined, which gives undefined behavior that happened to work with other libraries but not libc++. Based on patch by Marcus von Appen, modifications for brevity and to ensure we don't dereference invalid memory. Ref T37477.
2012-12-15OSX/availability: use of the numerical value instead of the symbol in the ↵Jens Verwiebe
#if MAC_OS_X_VERSION_MIN_REQUIRED comparison clause: If the code is loaded on an older system that does not include the symbol definition, the comparison still works
2012-11-08itask: reworked conditionals for osx version compatibilityJens Verwiebe
2012-11-07Fix ITASK warningsJens Verwiebe
2012-11-06OSX: substitute all MAC_OS_X_VERSION defines with ↵Jens Verwiebe
MAC_OS_X_VERSION_MIN_REQUIRED macros, to get more reliable version (api) covering
2012-06-03Fix Eigen3 unaligned array in iTaSC. The unaligned array cause crash when ↵Benoit Bolsee
SSE2 is enabled. The source of unaligned array were: matrix passing by value in std::make_pair() and offset of matrix member in structure.
2011-11-16OSX: buildfix for itask on 10.5.sdkJens Verwiebe
2011-11-13Fix #29048: iTaSC solver crash on certain compilers/platforms, due to memoryBrecht Van Lommel
alignment issues with Eigen. Patch by Tobias Oelgarte.
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. ↵Benoit Bolsee
Makefile updated but not tested. Comes with Eigen2 2.0.6 C++ matrix library.