Files
oboe/osx/classes
Celtic Minstrel 03c64ebd7b Eliminate use of __attribute__
Ideally this would be standard C++, but here I've settled for things that should be supported by both clang and VS/cl.exe:
- Deprecated attribute retained, but now uses __declspec syntax
- Packed attribute replaced with pragma pack, except one instance where it unnecessary
- Aligned attribute replaced with explicit padding bytes inserted in the structs where needed
- Unused attribute simply removed (though where possible, the unused entities were also removed)
2014-12-02 15:54:50 -05:00
..
2014-12-01 14:57:18 -05:00
2014-04-22 02:06:31 -04:00
2014-04-22 02:06:31 -04:00
2014-12-01 20:04:30 -05:00
2014-12-02 15:54:50 -05:00
2014-12-01 21:38:20 -05:00
2014-12-01 21:38:20 -05:00
2014-04-20 01:23:15 -04:00
2014-12-02 15:54:50 -05:00
2014-12-01 21:38:20 -05:00
2014-12-01 20:04:30 -05:00
2014-12-02 15:54:50 -05:00
2014-12-01 21:38:20 -05:00
2014-12-02 15:54:50 -05:00