]> git.llucax.com Git - software/posixx.git/shortlog
software/posixx.git
2008-09-30 Leandro LucarellaGenerate reference documentation from headers only
2008-09-29 Leandro LucarellaAdd missing default "prefix" to Makefile
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-19 Leandro LucarellaRemove extra comma at the end of enum values
2008-09-18 Leandro LucarellaPreserve installed headers timestamps
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 LucarellaAdd documentation about dependencies
2008-09-16 Leandro LucarellaMake documentation when using make all
2008-09-16 Leandro LucarellaTell git to ignore tests log files
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-16 Leandro LucarellaRemove circular dependency
2008-09-15 Leandro LucarellaInitial import of the POSIX thin wrapper for C++