libasyncio: (reinhard) moved some stuff into a separate utils module. Building RPMs...
authorReinhard Pfau <reinhard.pfau@intra2net.com>
Tue, 21 Oct 2008 12:46:58 +0000 (12:46 +0000)
committerReinhard Pfau <reinhard.pfau@intra2net.com>
Tue, 21 Oct 2008 12:46:58 +0000 (12:46 +0000)
commitaba4c34d56e1c270663b4166c7ea7e8f23f06b74
tree4c00289be9f4dab26732d8c966e84886c1b5cf2b
parent470575df87b9aa8486f792729c9368a2f8eeffd4
libasyncio: (reinhard) moved some stuff into a separate utils module. Building RPMs now works.
24 files changed:
AUTHORS
Makefile.am
README
TODO
asyncio/Makefile.am
asyncio/async_io.cpp
asyncio/async_io.hpp
asyncio/libasyncio.pc.in
configure.in
doc/Makefile.am
glue_t2n/Makefile.am
glue_t2n/asyncio_t2n.cpp [moved from glue_t2n/async_io_t2n.cpp with 99% similarity]
glue_t2n/asyncio_t2n.hpp [moved from glue_t2n/async_io_t2n.hpp with 100% similarity]
templates/cpp
templates/hpp
unittest/Makefile.am
unittest/test_simpleio_basics.cpp
utils/Makefile.am [new file with mode: 0644]
utils/asyncio_ptr_list.hpp [new file with mode: 0644]
utils/asyncio_time_tools.cpp [new file with mode: 0644]
utils/asyncio_time_tools.hpp [new file with mode: 0644]
utils/asyncio_utils.cpp [new file with mode: 0644]
utils/asyncio_utils.hpp [new file with mode: 0644]
utils/libasyncio_utils.pc.in [new file with mode: 0644]