Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak the build on PowerPC, in a simple way: replace deprecated __sync_* | Alexey Dokuchaev | 2015-11-15 | 2 | -0/+31 |
| | | | | | | | | | function with corresponding __atomic_* counterpart and link with libatomic against GCC. This should be no-op on Tier-1 architectures (against Clang), since that code branch is guarded by __GNUC__ >= 4 && __GNUC_MINOR__ >= 4. Notes: svn path=/head/; revision=401707 | ||||
* | Add a port of Alembic, an open framework for storing and sharing graphic | Alexey Dokuchaev | 2015-11-06 | 7 | -0/+299 |
scene data. WWW: http://alembic.io/ Notes: svn path=/head/; revision=400883 |