blender/intern/numaapi
Campbell Barton f6fd3a84c2 Cleanup: reorganize doxygen modules
- Nest compositor pages under the compositor module
- Nest GUI, DNA/RNA & externformats modules under Blender.
- Remove modules from intern which no longer exist.
- Add intern modules (atomic, eigen, glew-mx, libc_compat, locale,
  numaapi, rigidbody, sky, utfconv).
- Use 'intern_' prefix for intern modules since some of the modules
  use generic terms such as locale & atomic.
2021-12-14 20:56:11 +11:00
..
include Cleanup: reorganize doxygen modules 2021-12-14 20:56:11 +11:00
source Cleanup: reorganize doxygen modules 2021-12-14 20:56:11 +11:00
AUTHORS Add cross-platform NUMA library 2018-11-28 14:35:26 +01:00
CMakeLists.txt Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
LICENSE Add cross-platform NUMA library 2018-11-28 14:35:26 +01:00
README Add cross-platform NUMA library 2018-11-28 14:35:26 +01:00
README.blender Fix numaapi on PowerPC platforms 2020-01-15 11:18:24 +01:00

LibNumaAPI is aimed to provide one common cross-platform API for all
possible platforms, so cross-platform applications might not worry
about implementation details.

LICENSE

LibNumaAPI library is released under the MIT license.