]> git.llucax.com Git - software/posixx.git/shortlog
software/posixx.git
2009-10-09 Leandro LucarellaUpdate Makeit.mak
2009-10-06 Leandro LucarellaUse makeit build system
2009-04-30 Leandro LucarellaUse explicit targets when invoking sub-Makefiles
2009-02-27 Leandro LucarellaMove type_t and scope_t out from tipc::sockaddr
2009-02-27 Leandro LucarellaImprove test suite coverage
2009-02-27 Leandro LucarellaImprove/complete tipc printing
2009-02-27 Leandro LucarellaUse own constants in tipc::sockaddr constructor
2009-02-27 Leandro LucarellaClean the tipc::sockaddr in the default constructor
2009-02-27 Leandro LucarellaFix tipc::sockaddr::operator == ()
2009-02-27 Leandro LucarellaAdd accessors with reference semantics to objects
2009-02-27 Leandro LucarellaImplement operator == for all tipc objects
2009-02-27 Leandro LucarellaImprove tipc::subscr construction
2009-02-27 Leandro LucarellaAdd SUB_CANCEL to tipc::subscr_t
2009-02-27 Leandro LucarellaImprove code spacing
2009-02-27 Leandro LucarellaRename tipc::event to tipc::subscr_event
2009-02-27 Leandro LucarellaMove tipc::event::type_t to tipc::event_t
2009-02-27 Leandro LucarellaRename linux::tipc::subscription(_t) to subscr(_t)
2009-02-27 Leandro LucarellaRemove posixx::linux::tipc::multicast
2009-02-27 Leandro LucarellaAdd a new suppression to valgrind for Boost Test
2009-02-27 Leandro LucarellaUse Boost Unit Test Framework MT library
2009-02-09 Leandro LucarellaImprove internet addresses (inet::sockaddr)
2008-12-03 Leandro LucarellaGeneralize basic_buffer's value_type
2008-12-01 Leandro LucarellaAdd reverse iteration to basic_buffer
2008-12-01 Leandro LucarellaAdd a commit-check rule to the Makefile
2008-12-01 Leandro LucarellaUse std namespace for size_t and ptrdiff_t
2008-11-14 Alberto BertogliAdd a new valgrind suppression
2008-11-14 Alberto BertogliGeneralize valgrind suppressions wrt. glibc
2008-11-13 Leandro LucarellaAdd pkg-config support
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-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++