Utils: Refactor hexdump() helper to move code out of template function
authorg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Wed, 14 May 2008 18:01:51 +0000 (18:01 +0000)
committerg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Wed, 14 May 2008 18:01:51 +0000 (18:01 +0000)
commit0734de7b0f8616d5f2454289d1c686ba1d2c625b
tree4cb381119b158284cf00d88445c10eb7c6ea6eab
parentfa5eaa97c8593e3587c87f25adb14f7f91f31f37
Utils: Refactor hexdump() helper to move code out of template function
Utils: Replace TypeInfo demangle implementation from binutils with cxxabi implementation
Console: Implement Executor chroot and security policy support
Console: Refactor Node::traverse() implementaiton to move code out of template function

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@843 270642c3-0616-0410-b53a-bc976706d245
25 files changed:
Console/Executor.cc
Console/Executor.cci
Console/Executor.ct [new file with mode: 0644]
Console/Executor.hh
Console/Executor.test.cc
Console/Node.cc
Console/Node.cci
Console/Node.ct
Console/Node.cti
Console/Node.hh
Console/Node.ih [new file with mode: 0644]
Mainpage.dox
SConstruct
Utils/TypeInfo.cc
Utils/TypeInfo.hh
Utils/hexdump.cc [new file with mode: 0644]
Utils/hexdump.cci [new file with mode: 0644]
Utils/hexdump.ct
Utils/hexdump.hh
Utils/hexdump.ih [new file with mode: 0644]
Utils/hexdump.test.cc
Utils/impl/demangle.h [deleted file]
Utils/type_traits.hh
Utils/type_traits.mpp
senfscons/senfutil.py