|
Revision 51, 39 bytes
(checked in by baxissimo, 6 months ago)
|
First rev of the BinaryArchive?.
Main problem left to solve is how to handle platform-specific types like size_t (aka the diff between 32bit vs 64bit platforms) and the different flavors of real which are 80bits on intel with DMD, but 64 bits with GDC, I think.
Endian-ness is handled, but for now writing is always done in native-endian format.
|
| Line | |
|---|
| 1 |
name=doost |
|---|
| 2 |
[doost] |
|---|
| 3 |
type=sourcelibrary |
|---|