]> git.llucax.com Git - software/posixx.git/history - test
Add socket addresses ostream formatting
[software/posixx.git] / test /
2008-11-13 Leandro LucarellaAdd socket addresses ostream formatting
2008-11-06 Leandro LucarellaFix indentation
2008-10-08 Leandro LucarellaAdd posix::basic_buffer template and posix::buffer...
2008-10-03 Leandro LucarellaUse -I instead of -isystem when including our own heade...
2008-09-30 Leandro LucarellaFix typo in Makefiles RELEASE option
2008-09-29 Leandro LucarellaMove basic_socket.hpp to the socket directory
2008-09-22 Leandro LucarellaAvoid rebuilding of doc, (mem)test and install targets
2008-09-22 Leandro LucarellaUse a separated .gitignore per top-level directory
2008-09-19 Leandro LucarellaImprove handling of CFLAGS and LDFLAGS make variables
2008-09-19 Leandro LucarellaUse open() instead of close() for testing posixx::error
2008-09-17 Leandro LucarellaFix 80 column limit violation
2008-09-16 Leandro LucarellaAdd some help on adding suppressions to valgrind.
2008-09-16 Leandro LucarellaLog test results when non-verbose make (mem)test is...
2008-09-16 Leandro LucarellaMake make memtest fail if valgrind found errors
2008-09-16 Leandro LucarellaAdd a boost.Test valgrind suppression
2008-09-16 Leandro LucarellaAvoid valgrind error about send()ing uninitialized...
2008-09-15 Leandro LucarellaInitial import of the POSIX thin wrapper for C++