summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
AgeCommit message (Expand)Author
2010-05-20got to first error message on Windows (library loader)Andreas Baumann
2009-04-01removed extern in function prototypes; added gai_strerror_r and a test, clean...Andreas Baumann
2009-03-31started to add thread support (POSIX)Andreas Baumann
2009-03-31created subdir for threading stuff, moved mutex thereAndreas Baumann
2009-03-30mutexes on native WindowsAndreas Baumann
2009-03-26started with service.c, now the messages in testservicemsg.dll are a mess..Andreas Baumann
2009-03-24started to add stdlib stub for itoaAndreas Baumann
2009-03-22starting to add win32 serviceAndreas Baumann
2009-03-21fixed warnings around snprintf on Windows and problems in the MC filesAndreas Baumann
2009-03-19big logger cleanup on Windows, local testmsg.dll for log testAndreas Baumann
2009-03-19started to clean up W32 part of loggerAndreas Baumann
2009-03-18fixed log.obj building on W32 after move of source fileAndreas Baumann
2009-03-10fixed snprintf on native WindowsAndreas Baumann
2009-03-07a bit more event log testingAndreas Baumann
2009-03-07fixed category problem in windows event loggerAndreas Baumann
2009-03-06first message resource for the event logger on WindowsAndreas Baumann
2009-03-02added platform SDK and started the event logger on WindowsAndreas Baumann
2009-02-28localtime_r on native WindowsAndreas Baumann
2009-02-28added localtime_r and a stub (which needs mutexes, which we still have to port!)Andreas Baumann
2009-02-27can do a full build with testing on windows now, still issues to fixAndreas Baumann
2009-02-26endAndreas Baumann
2009-02-26manual linking and running test_log.exe okAndreas Baumann
2009-02-26first walks on Windows, log.c and porting layer compileAndreas Baumann
2009-02-26temporary Win32 checkinAndreas Baumann