This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
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
..
2011-09-19 08:02:17 +00:00
2011-05-01 21:39:13 +00:00
2011-07-28 13:58:59 +00:00
2011-09-19 08:02:17 +00:00
2011-08-28 14:46:03 +00:00
2011-08-01 11:44:20 +00:00
2011-06-05 20:54:04 +00:00
2011-09-11 10:35:26 +00:00
2011-04-29 04:43:36 +00:00
2011-08-04 07:12:03 +00:00
2011-09-19 08:02:17 +00:00
2011-09-19 08:02:17 +00:00