Age | Commit message (Collapse) | Author |
|
endianness, but on gnu it'll use the libc versions, if you don't have those, at
least libbu++ will compile.
|
|
|
|
going to steal the extra cleverness from the AesFilter in fishtrax.
|
|
version header file all programs can now use to determine which version, api
version, and svn revision of libbu++ they're linking against. It doesn't quite
work for windows yet, but it will, eventually.
|
|
encoding to make things easier (little endian in our case). It can currently
read utf8 and utf16be, but not BOM. It will give you full unicode code points
instead of the raw utf16 values, which is pretty slick.
|
|
fstring, and updated the copyright notice to extend to 2011
|
|
|
|
that to the build file or something...
|
|
called compat. I've updated the linux and windows builds and it looks pretty
good. I also added a config.h file which we have to edit by hand until I can
work on build some more. Linux File operations now use 64 bit mode, windows
can't, or at least, I don't feel like researching it right now.
|