blender/intern/guardedalloc
Campbell Barton 83a2f02a78 cleanup endian handling
- define __BIG_ENDIAN__ or __LITTLE_ENDIAN__ with cmake & scons.
- ENDIAN_ORDER is now a define rather than a global short.
- replace checks like this with single ifdef: #if defined(__sgi) || defined (__sparc) || defined (__sparc__) || defined (__PPC__) || defined (__ppc__) || defined (__hppa__) || defined (__BIG_ENDIAN__)
- remove BKE_endian.h which isn't used
2011-09-19 08:02:17 +00:00
..
cpp doxygen: intern/guardedalloc tagged 2011-02-25 11:41:12 +00:00
intern cleanup endian handling 2011-09-19 08:02:17 +00:00
test/simpletest converted more mixed tab/space indentations to tabs. only whitespace changes. 2011-04-21 15:53:30 +00:00
CMakeLists.txt cmake maintenance 2011-05-31 01:15:44 +00:00
MEM_guardedalloc.h image.depth, 96/128 for float color images, was 24/32 for byte images. 2011-03-09 01:25:59 +00:00
MEM_sys_types.h fix link issues with MinGW - a substitute declaration(correctByteOrder) for itoln that was not present in MinGW was being used. Duplicated the declaration from <winsock2.h>(tried including but gave some errors) and added the appropriate link library, wsock32, according to MinGW documentation. 2011-09-06 11:17:29 +00:00
mmap_win.h doxygen: some code shuffle to prevent clashing file names, ensure MEM_guardedalloc.h also shows in docs 2011-02-21 11:38:55 +00:00
SConscript Enable CXX_GUARDEDALLOC support through SCons. 2010-10-08 20:39:56 +00:00