From 3bda8f9e641ab1ae1c9222cf46747b8be185ad92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Sat, 10 Dec 2011 11:41:17 +0000 Subject: [PATCH] middle of porting; unstable, don't checkout; refs #1 --- doc/examples/{exceptionhandling.cpp => exceptionhandling.cxx} | 0 doc/examples/{smartpointer.cpp => smartpointer.cxx} | 0 src/mrw/{arg.cpp => arg.cxx} | 0 src/mrw/{arg.hpp => arg.hxx} | 0 src/mrw/{auto.hpp => auto.hxx} | 0 src/mrw/{auto_test.cpp => auto_test.cxx} | 0 ...{autofunctiontracelog4cxx.cpp => autofunctiontracelog4cxx.cxx} | 0 .../{autofunctiontracestdlog.cpp => autofunctiontracestdlog.cxx} | 0 src/mrw/{autostacktracelog4cxx.cpp => autostacktracelog4cxx.cxx} | 0 src/mrw/{autostacktracestderr.cpp => autostacktracestderr.cxx} | 0 src/mrw/{configfile.cpp => configfile.cxx} | 0 src/mrw/{configfile.hpp => configfile.hxx} | 0 src/mrw/{configfile_test.cpp => configfile_test.cxx} | 0 src/mrw/{deque.hpp => deque.hxx} | 0 src/mrw/{dynamiclibrary.hpp => dynamiclibrary.hxx} | 0 src/mrw/{dynamiclibrary_test.cpp => dynamiclibrary_test.cxx} | 0 .../{dynamiclibrary_testlib.cpp => dynamiclibrary_testlib.cxx} | 0 src/mrw/{errno.cpp => errno.cxx} | 0 src/mrw/{errno.hpp => errno.hxx} | 0 src/mrw/{exception.cpp => exception.cxx} | 0 src/mrw/{exception.hpp => exception.hxx} | 0 src/mrw/{exec.cpp => exec.cxx} | 0 src/mrw/{exec.hpp => exec.hxx} | 0 src/mrw/{exec_test.cpp => exec_test.cxx} | 0 src/mrw/{file.hpp => file.hxx} | 0 src/mrw/{functiontrace.cpp => functiontrace.cxx} | 0 src/mrw/{functiontrace.hpp => functiontrace.hxx} | 0 src/mrw/{functiontrace_test.cpp => functiontrace_test.cxx} | 0 src/mrw/{list.hpp => list.hxx} | 0 src/mrw/{log4cxxconfiguration.cpp => log4cxxconfiguration.cxx} | 0 src/mrw/{map.hpp => map.hxx} | 0 src/mrw/{mrw.hpp.in => mrw.hxx.in} | 0 ...tracelog4cxx_test.cpp => mrwautofunctiontracelog4cxx_test.cxx} | 0 src/mrw/{mrwexclog4cxx_test.cpp => mrwexclog4cxx_test.cxx} | 0 src/mrw/{mrwexcstderr_test.cpp => mrwexcstderr_test.cxx} | 0 src/mrw/{multimap.hpp => multimap.hxx} | 0 src/mrw/{multiset.hpp => multiset.hxx} | 0 src/mrw/{regexp.cpp => regexp.cxx} | 0 src/mrw/{regexp.hpp => regexp.hxx} | 0 src/mrw/{regexp_test.cpp => regexp_test.cxx} | 0 src/mrw/{set.hpp => set.hxx} | 0 src/mrw/{smartpointer.hpp => smartpointer.hxx} | 0 src/mrw/{smartpointer_test.cpp => smartpointer_test.cxx} | 0 src/mrw/{stacktrace.cpp => stacktrace.cxx} | 0 src/mrw/{stacktrace.hpp => stacktrace.hxx} | 0 src/mrw/{stacktrace_test.cpp => stacktrace_test.cxx} | 0 src/mrw/{stdext.cpp => stdext.cxx} | 0 src/mrw/{stdext.hpp => stdext.hxx} | 0 src/mrw/{stdext_test.cpp => stdext_test.cxx} | 0 src/mrw/{string.hpp => string.hxx} | 0 src/mrw/{string_test.cpp => string_test.cxx} | 0 src/mrw/{tokenizer.hpp => tokenizer.hxx} | 0 src/mrw/{tokenizer_test.cpp => tokenizer_test.cxx} | 0 src/mrw/{unistd.hpp => unistd.hxx} | 0 src/mrw/{vector.hpp => vector.hxx} | 0 src/mrw/{version.cpp.in => version.cxx.in} | 0 56 files changed, 0 insertions(+), 0 deletions(-) rename doc/examples/{exceptionhandling.cpp => exceptionhandling.cxx} (100%) rename doc/examples/{smartpointer.cpp => smartpointer.cxx} (100%) rename src/mrw/{arg.cpp => arg.cxx} (100%) rename src/mrw/{arg.hpp => arg.hxx} (100%) rename src/mrw/{auto.hpp => auto.hxx} (100%) rename src/mrw/{auto_test.cpp => auto_test.cxx} (100%) rename src/mrw/{autofunctiontracelog4cxx.cpp => autofunctiontracelog4cxx.cxx} (100%) rename src/mrw/{autofunctiontracestdlog.cpp => autofunctiontracestdlog.cxx} (100%) rename src/mrw/{autostacktracelog4cxx.cpp => autostacktracelog4cxx.cxx} (100%) rename src/mrw/{autostacktracestderr.cpp => autostacktracestderr.cxx} (100%) rename src/mrw/{configfile.cpp => configfile.cxx} (100%) rename src/mrw/{configfile.hpp => configfile.hxx} (100%) rename src/mrw/{configfile_test.cpp => configfile_test.cxx} (100%) rename src/mrw/{deque.hpp => deque.hxx} (100%) rename src/mrw/{dynamiclibrary.hpp => dynamiclibrary.hxx} (100%) rename src/mrw/{dynamiclibrary_test.cpp => dynamiclibrary_test.cxx} (100%) rename src/mrw/{dynamiclibrary_testlib.cpp => dynamiclibrary_testlib.cxx} (100%) rename src/mrw/{errno.cpp => errno.cxx} (100%) rename src/mrw/{errno.hpp => errno.hxx} (100%) rename src/mrw/{exception.cpp => exception.cxx} (100%) rename src/mrw/{exception.hpp => exception.hxx} (100%) rename src/mrw/{exec.cpp => exec.cxx} (100%) rename src/mrw/{exec.hpp => exec.hxx} (100%) rename src/mrw/{exec_test.cpp => exec_test.cxx} (100%) rename src/mrw/{file.hpp => file.hxx} (100%) rename src/mrw/{functiontrace.cpp => functiontrace.cxx} (100%) rename src/mrw/{functiontrace.hpp => functiontrace.hxx} (100%) rename src/mrw/{functiontrace_test.cpp => functiontrace_test.cxx} (100%) rename src/mrw/{list.hpp => list.hxx} (100%) rename src/mrw/{log4cxxconfiguration.cpp => log4cxxconfiguration.cxx} (100%) rename src/mrw/{map.hpp => map.hxx} (100%) rename src/mrw/{mrw.hpp.in => mrw.hxx.in} (100%) rename src/mrw/{mrwautofunctiontracelog4cxx_test.cpp => mrwautofunctiontracelog4cxx_test.cxx} (100%) rename src/mrw/{mrwexclog4cxx_test.cpp => mrwexclog4cxx_test.cxx} (100%) rename src/mrw/{mrwexcstderr_test.cpp => mrwexcstderr_test.cxx} (100%) rename src/mrw/{multimap.hpp => multimap.hxx} (100%) rename src/mrw/{multiset.hpp => multiset.hxx} (100%) rename src/mrw/{regexp.cpp => regexp.cxx} (100%) rename src/mrw/{regexp.hpp => regexp.hxx} (100%) rename src/mrw/{regexp_test.cpp => regexp_test.cxx} (100%) rename src/mrw/{set.hpp => set.hxx} (100%) rename src/mrw/{smartpointer.hpp => smartpointer.hxx} (100%) rename src/mrw/{smartpointer_test.cpp => smartpointer_test.cxx} (100%) rename src/mrw/{stacktrace.cpp => stacktrace.cxx} (100%) rename src/mrw/{stacktrace.hpp => stacktrace.hxx} (100%) rename src/mrw/{stacktrace_test.cpp => stacktrace_test.cxx} (100%) rename src/mrw/{stdext.cpp => stdext.cxx} (100%) rename src/mrw/{stdext.hpp => stdext.hxx} (100%) rename src/mrw/{stdext_test.cpp => stdext_test.cxx} (100%) rename src/mrw/{string.hpp => string.hxx} (100%) rename src/mrw/{string_test.cpp => string_test.cxx} (100%) rename src/mrw/{tokenizer.hpp => tokenizer.hxx} (100%) rename src/mrw/{tokenizer_test.cpp => tokenizer_test.cxx} (100%) rename src/mrw/{unistd.hpp => unistd.hxx} (100%) rename src/mrw/{vector.hpp => vector.hxx} (100%) rename src/mrw/{version.cpp.in => version.cxx.in} (100%) diff --git a/doc/examples/exceptionhandling.cpp b/doc/examples/exceptionhandling.cxx similarity index 100% rename from doc/examples/exceptionhandling.cpp rename to doc/examples/exceptionhandling.cxx diff --git a/doc/examples/smartpointer.cpp b/doc/examples/smartpointer.cxx similarity index 100% rename from doc/examples/smartpointer.cpp rename to doc/examples/smartpointer.cxx diff --git a/src/mrw/arg.cpp b/src/mrw/arg.cxx similarity index 100% rename from src/mrw/arg.cpp rename to src/mrw/arg.cxx diff --git a/src/mrw/arg.hpp b/src/mrw/arg.hxx similarity index 100% rename from src/mrw/arg.hpp rename to src/mrw/arg.hxx diff --git a/src/mrw/auto.hpp b/src/mrw/auto.hxx similarity index 100% rename from src/mrw/auto.hpp rename to src/mrw/auto.hxx diff --git a/src/mrw/auto_test.cpp b/src/mrw/auto_test.cxx similarity index 100% rename from src/mrw/auto_test.cpp rename to src/mrw/auto_test.cxx diff --git a/src/mrw/autofunctiontracelog4cxx.cpp b/src/mrw/autofunctiontracelog4cxx.cxx similarity index 100% rename from src/mrw/autofunctiontracelog4cxx.cpp rename to src/mrw/autofunctiontracelog4cxx.cxx diff --git a/src/mrw/autofunctiontracestdlog.cpp b/src/mrw/autofunctiontracestdlog.cxx similarity index 100% rename from src/mrw/autofunctiontracestdlog.cpp rename to src/mrw/autofunctiontracestdlog.cxx diff --git a/src/mrw/autostacktracelog4cxx.cpp b/src/mrw/autostacktracelog4cxx.cxx similarity index 100% rename from src/mrw/autostacktracelog4cxx.cpp rename to src/mrw/autostacktracelog4cxx.cxx diff --git a/src/mrw/autostacktracestderr.cpp b/src/mrw/autostacktracestderr.cxx similarity index 100% rename from src/mrw/autostacktracestderr.cpp rename to src/mrw/autostacktracestderr.cxx diff --git a/src/mrw/configfile.cpp b/src/mrw/configfile.cxx similarity index 100% rename from src/mrw/configfile.cpp rename to src/mrw/configfile.cxx diff --git a/src/mrw/configfile.hpp b/src/mrw/configfile.hxx similarity index 100% rename from src/mrw/configfile.hpp rename to src/mrw/configfile.hxx diff --git a/src/mrw/configfile_test.cpp b/src/mrw/configfile_test.cxx similarity index 100% rename from src/mrw/configfile_test.cpp rename to src/mrw/configfile_test.cxx diff --git a/src/mrw/deque.hpp b/src/mrw/deque.hxx similarity index 100% rename from src/mrw/deque.hpp rename to src/mrw/deque.hxx diff --git a/src/mrw/dynamiclibrary.hpp b/src/mrw/dynamiclibrary.hxx similarity index 100% rename from src/mrw/dynamiclibrary.hpp rename to src/mrw/dynamiclibrary.hxx diff --git a/src/mrw/dynamiclibrary_test.cpp b/src/mrw/dynamiclibrary_test.cxx similarity index 100% rename from src/mrw/dynamiclibrary_test.cpp rename to src/mrw/dynamiclibrary_test.cxx diff --git a/src/mrw/dynamiclibrary_testlib.cpp b/src/mrw/dynamiclibrary_testlib.cxx similarity index 100% rename from src/mrw/dynamiclibrary_testlib.cpp rename to src/mrw/dynamiclibrary_testlib.cxx diff --git a/src/mrw/errno.cpp b/src/mrw/errno.cxx similarity index 100% rename from src/mrw/errno.cpp rename to src/mrw/errno.cxx diff --git a/src/mrw/errno.hpp b/src/mrw/errno.hxx similarity index 100% rename from src/mrw/errno.hpp rename to src/mrw/errno.hxx diff --git a/src/mrw/exception.cpp b/src/mrw/exception.cxx similarity index 100% rename from src/mrw/exception.cpp rename to src/mrw/exception.cxx diff --git a/src/mrw/exception.hpp b/src/mrw/exception.hxx similarity index 100% rename from src/mrw/exception.hpp rename to src/mrw/exception.hxx diff --git a/src/mrw/exec.cpp b/src/mrw/exec.cxx similarity index 100% rename from src/mrw/exec.cpp rename to src/mrw/exec.cxx diff --git a/src/mrw/exec.hpp b/src/mrw/exec.hxx similarity index 100% rename from src/mrw/exec.hpp rename to src/mrw/exec.hxx diff --git a/src/mrw/exec_test.cpp b/src/mrw/exec_test.cxx similarity index 100% rename from src/mrw/exec_test.cpp rename to src/mrw/exec_test.cxx diff --git a/src/mrw/file.hpp b/src/mrw/file.hxx similarity index 100% rename from src/mrw/file.hpp rename to src/mrw/file.hxx diff --git a/src/mrw/functiontrace.cpp b/src/mrw/functiontrace.cxx similarity index 100% rename from src/mrw/functiontrace.cpp rename to src/mrw/functiontrace.cxx diff --git a/src/mrw/functiontrace.hpp b/src/mrw/functiontrace.hxx similarity index 100% rename from src/mrw/functiontrace.hpp rename to src/mrw/functiontrace.hxx diff --git a/src/mrw/functiontrace_test.cpp b/src/mrw/functiontrace_test.cxx similarity index 100% rename from src/mrw/functiontrace_test.cpp rename to src/mrw/functiontrace_test.cxx diff --git a/src/mrw/list.hpp b/src/mrw/list.hxx similarity index 100% rename from src/mrw/list.hpp rename to src/mrw/list.hxx diff --git a/src/mrw/log4cxxconfiguration.cpp b/src/mrw/log4cxxconfiguration.cxx similarity index 100% rename from src/mrw/log4cxxconfiguration.cpp rename to src/mrw/log4cxxconfiguration.cxx diff --git a/src/mrw/map.hpp b/src/mrw/map.hxx similarity index 100% rename from src/mrw/map.hpp rename to src/mrw/map.hxx diff --git a/src/mrw/mrw.hpp.in b/src/mrw/mrw.hxx.in similarity index 100% rename from src/mrw/mrw.hpp.in rename to src/mrw/mrw.hxx.in diff --git a/src/mrw/mrwautofunctiontracelog4cxx_test.cpp b/src/mrw/mrwautofunctiontracelog4cxx_test.cxx similarity index 100% rename from src/mrw/mrwautofunctiontracelog4cxx_test.cpp rename to src/mrw/mrwautofunctiontracelog4cxx_test.cxx diff --git a/src/mrw/mrwexclog4cxx_test.cpp b/src/mrw/mrwexclog4cxx_test.cxx similarity index 100% rename from src/mrw/mrwexclog4cxx_test.cpp rename to src/mrw/mrwexclog4cxx_test.cxx diff --git a/src/mrw/mrwexcstderr_test.cpp b/src/mrw/mrwexcstderr_test.cxx similarity index 100% rename from src/mrw/mrwexcstderr_test.cpp rename to src/mrw/mrwexcstderr_test.cxx diff --git a/src/mrw/multimap.hpp b/src/mrw/multimap.hxx similarity index 100% rename from src/mrw/multimap.hpp rename to src/mrw/multimap.hxx diff --git a/src/mrw/multiset.hpp b/src/mrw/multiset.hxx similarity index 100% rename from src/mrw/multiset.hpp rename to src/mrw/multiset.hxx diff --git a/src/mrw/regexp.cpp b/src/mrw/regexp.cxx similarity index 100% rename from src/mrw/regexp.cpp rename to src/mrw/regexp.cxx diff --git a/src/mrw/regexp.hpp b/src/mrw/regexp.hxx similarity index 100% rename from src/mrw/regexp.hpp rename to src/mrw/regexp.hxx diff --git a/src/mrw/regexp_test.cpp b/src/mrw/regexp_test.cxx similarity index 100% rename from src/mrw/regexp_test.cpp rename to src/mrw/regexp_test.cxx diff --git a/src/mrw/set.hpp b/src/mrw/set.hxx similarity index 100% rename from src/mrw/set.hpp rename to src/mrw/set.hxx diff --git a/src/mrw/smartpointer.hpp b/src/mrw/smartpointer.hxx similarity index 100% rename from src/mrw/smartpointer.hpp rename to src/mrw/smartpointer.hxx diff --git a/src/mrw/smartpointer_test.cpp b/src/mrw/smartpointer_test.cxx similarity index 100% rename from src/mrw/smartpointer_test.cpp rename to src/mrw/smartpointer_test.cxx diff --git a/src/mrw/stacktrace.cpp b/src/mrw/stacktrace.cxx similarity index 100% rename from src/mrw/stacktrace.cpp rename to src/mrw/stacktrace.cxx diff --git a/src/mrw/stacktrace.hpp b/src/mrw/stacktrace.hxx similarity index 100% rename from src/mrw/stacktrace.hpp rename to src/mrw/stacktrace.hxx diff --git a/src/mrw/stacktrace_test.cpp b/src/mrw/stacktrace_test.cxx similarity index 100% rename from src/mrw/stacktrace_test.cpp rename to src/mrw/stacktrace_test.cxx diff --git a/src/mrw/stdext.cpp b/src/mrw/stdext.cxx similarity index 100% rename from src/mrw/stdext.cpp rename to src/mrw/stdext.cxx diff --git a/src/mrw/stdext.hpp b/src/mrw/stdext.hxx similarity index 100% rename from src/mrw/stdext.hpp rename to src/mrw/stdext.hxx diff --git a/src/mrw/stdext_test.cpp b/src/mrw/stdext_test.cxx similarity index 100% rename from src/mrw/stdext_test.cpp rename to src/mrw/stdext_test.cxx diff --git a/src/mrw/string.hpp b/src/mrw/string.hxx similarity index 100% rename from src/mrw/string.hpp rename to src/mrw/string.hxx diff --git a/src/mrw/string_test.cpp b/src/mrw/string_test.cxx similarity index 100% rename from src/mrw/string_test.cpp rename to src/mrw/string_test.cxx diff --git a/src/mrw/tokenizer.hpp b/src/mrw/tokenizer.hxx similarity index 100% rename from src/mrw/tokenizer.hpp rename to src/mrw/tokenizer.hxx diff --git a/src/mrw/tokenizer_test.cpp b/src/mrw/tokenizer_test.cxx similarity index 100% rename from src/mrw/tokenizer_test.cpp rename to src/mrw/tokenizer_test.cxx diff --git a/src/mrw/unistd.hpp b/src/mrw/unistd.hxx similarity index 100% rename from src/mrw/unistd.hpp rename to src/mrw/unistd.hxx diff --git a/src/mrw/vector.hpp b/src/mrw/vector.hxx similarity index 100% rename from src/mrw/vector.hpp rename to src/mrw/vector.hxx diff --git a/src/mrw/version.cpp.in b/src/mrw/version.cxx.in similarity index 100% rename from src/mrw/version.cpp.in rename to src/mrw/version.cxx.in