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 (Expand)Author
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-05-01Cleanup: comments (long lines) in atomicCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-29Atomic: Avoid conflicts with definitions in other areasSergey Sharybin
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2017-11-23atomic_ops: add `atomic_cas_float` helper.Bastien Montagne
2017-11-23atomic_ops: Copy/adapt static assert macro from BLI_utildefines, and use it.Bastien Montagne
2017-11-23Moar attempt to fix bloody MSVC intrinsic mess...Bastien Montagne
2017-11-23Attempt to fix bloody MSVC atomic intrinsic mess...Bastien Montagne
2017-11-23atomic_ops: add char versions of uint8_t atomic primitives.Bastien Montagne
2017-11-23atomic_ops: add signed versions of primitives.Bastien Montagne
2017-09-25Add an 'atomic cas' wrapper for pointers.Bastien Montagne
2017-08-28Atomics: Use system headers directly, without bad level dependency to BLISergey Sharybin
2017-08-23Fix implementation of atomic update max and move to a central locationMai Lavelle
2017-07-27Cleanup: remove check for old GCC&PPCCampbell Barton
2017-03-01Cleanup: Use explicit unsigned int in atomicsSergey Sharybin
2016-11-15Atomics: Add some extra utility functionsSergey Sharybin
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-08Atomics: Add 32 bit version of fetch and AND/ORSergey Sharybin
2016-07-19Fix building on NetBSDCampbell Barton
2016-06-11Atomic ops: Fix atomic_add_uint32 and atomic_sub_uint32 in WindowsBenoit Bolsee
2016-05-16Atomic ops: add 'fetch_and_add_uint32' op.Bastien Montagne
2016-05-09Cleanup: header, styleCampbell Barton
2016-05-09Cleanup and refactor our atomic library.Bastien Montagne