Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-20 | Even more mingw. | Mike Buland | |
2009-11-20 | Hey, mingw stuff, more of it. | Mike Buland | |
2009-10-09 | david - more things in windows build | David | |
2009-07-31 | david - added base64 to the windows build | David | |
2009-05-22 | daivd - got rid of posix source thing | David | |
2009-05-15 | daivd - -D_POSIX_SOURCE | David | |
2009-05-04 | david - got bzip2 building for windows... also added default O_BINARY on ↵ | David | |
Bu::File | |||
2009-04-20 | david - added md5 + cryptohash to the windows build | David | |
2009-04-06 | david - some new windows files | David | |
2009-02-24 | david - apparently the mingw compiler has a couple issues... | David | |
1) i had to make iterator and const_iterator friends of each other so they could see each other's private constructors 2) apparently there is a bug in the name-lookup related to inline typedef structs and the friend keyword... had to move the typedef struct const_iterator to after the actual struct. | |||
2008-11-11 | david - needed Bu::Array to be in the windows build | David | |
2008-10-27 | david - apparently windows prefers to dynamically load winsock and a couple ↵ | David | |
other libraries, so I got it all compiling and working in windows, yay!... I tried to minimize the impact on the code: I made a DYNLOAD macro that evaluates to nothing on everything else, but runs the dynamic code if compiled for windows... also, apparently I had been randomly switching between ifdef and ifndef WIN32: so i made most of them ifdefs so it was less confusing... | |||
2008-10-24 | david - ok, fixed the compiler warnings in socket class. got serversocket ↵ | David | |
compliling without warnings. added win32_compatibility.h along the same lines as osx_copatibility.h | |||
2008-10-23 | david - first steps to getting socket to compile in windows (MinGW)... it ↵ | David | |
compiles, but there are a lot of warnings, and it hasn't been tested yet... | |||
2008-10-02 | david apparently window doesn't have O_NONBLOCK | David | |
2008-09-15 | david - made precompiler not do wordexp stuff in expand function on win32 ↵ | David | |
targets... added buildMinGW.conf file for targeting win32... undef-d cpy macro in fstring |