]> git.llucax.com Git - software/posixx.git/commit
Initial import of the POSIX thin wrapper for C++
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 15 Sep 2008 21:24:33 +0000 (18:24 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 15 Sep 2008 21:24:33 +0000 (18:24 -0300)
commit7b35c34eaa3ee421eb5effc63801aeff69a9ffe8
treee19b14eb6ad1ad4b7b76c69f4346daf65461981d
Initial import of the POSIX thin wrapper for C++
33 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
doc/Doxyfile [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/basic_socket.hpp [new file with mode: 0644]
src/error.hpp [new file with mode: 0644]
src/linux/tipc.hpp [new file with mode: 0644]
src/linux/tipc/opt.hpp [new file with mode: 0644]
src/socket/inet.hpp [new file with mode: 0644]
src/socket/opt.hpp [new file with mode: 0644]
src/socket/unix.hpp [new file with mode: 0644]
src/static_assert.hpp [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/error.cpp [new file with mode: 0644]
test/linux/tipc/common.hpp [new file with mode: 0644]
test/linux/tipc/dgram.cpp [new file with mode: 0644]
test/linux/tipc/rdm.cpp [new file with mode: 0644]
test/linux/tipc/seqpacket.cpp [new file with mode: 0644]
test/linux/tipc/sockaddr.cpp [new file with mode: 0644]
test/linux/tipc/stream.cpp [new file with mode: 0644]
test/socket/generic_test.hpp [new file with mode: 0644]
test/socket/generic_test_includes.hpp [new file with mode: 0644]
test/socket/inet/common.hpp [new file with mode: 0644]
test/socket/inet/dgram.cpp [new file with mode: 0644]
test/socket/inet/sockaddr.cpp [new file with mode: 0644]
test/socket/inet/stream.cpp [new file with mode: 0644]
test/socket/unix/common.hpp [new file with mode: 0644]
test/socket/unix/dgram.cpp [new file with mode: 0644]
test/socket/unix/sockaddr.cpp [new file with mode: 0644]
test/socket/unix/stream.cpp [new file with mode: 0644]
test/test_suite.cpp [new file with mode: 0644]
test/valgrind.suppressions [new file with mode: 0644]