# # ChangeLog for /vtcross/branches/bhilburn/src # # Generated by Trac 0.11.7 # 07/01/24 01:18:31 Fri, 13 Mar 2009 18:43:25 GMT bhilburn [156] * vtcross/branches/bhilburn/configure.ac (modified) * vtcross/branches/bhilburn/src/Makefile.am (modified) * vtcross/branches/bhilburn/src/include/Makefile.am (modified) * vtcross/branches/bhilburn/src/include/tinyxml (added) * vtcross/branches/bhilburn/src/include/tinyxml/Makefile.am (added) * vtcross/branches/bhilburn/src/include/tinyxml/tinystr.h (added) * vtcross/branches/bhilburn/src/include/tinyxml/tinyxml.h (added) * vtcross/branches/bhilburn/src/include/vtcross/Makefile.am (modified) * vtcross/branches/bhilburn/src/include/vtcross/socketcomm.h (added) * vtcross/branches/bhilburn/src/lib (added) * vtcross/branches/bhilburn/src/lib/Makefile.am (added) * vtcross/branches/bhilburn/src/lib/sockets (added) * vtcross/branches/bhilburn/src/lib/sockets/Makefile.am (added) * vtcross/branches/bhilburn/src/lib/sockets/socketcomm.cpp (added) * vtcross/branches/bhilburn/src/lib/tinyxml (added) * vtcross/branches/bhilburn/src/lib/tinyxml/Makefile.am (added) * vtcross/branches/bhilburn/src/lib/tinyxml/tinystr.cpp (added) * vtcross/branches/bhilburn/src/lib/tinyxml/tinyxml.cpp (added) * vtcross/branches/bhilburn/src/lib/tinyxml/tinyxmlerror.cpp (added) * vtcross/branches/bhilburn/src/lib/tinyxml/tinyxmlparser.cpp (added) * vtcross/branches/bhilburn/src/policy_engines/Makefile.am (modified) * vtcross/branches/bhilburn/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/branches/bhilburn/src/policy_engines/policy_demo.cpp (added) * vtcross/branches/bhilburn/src/shell/Makefile.am (modified) * vtcross/branches/bhilburn/src/shell/cr_shell.cpp (modified) Reorganized the socket functions to form a static library to link ... Fri, 13 Mar 2009 17:59:34 GMT bhilburn [155] * vtcross/branches/bhilburn/src/policy_engines/Makefile.am (modified) * vtcross/branches/bhilburn/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.cpp (modified) Implemented the old default policy engine in our new PolicyEngine class. ... Fri, 13 Mar 2009 17:59:33 GMT bhilburn [154] * vtcross/branches/bhilburn/src/include/vtcross/components.h (modified) Further developing the components.h file to properly define classes. Fri, 13 Mar 2009 17:59:33 GMT bhilburn [153] * vtcross/branches/bhilburn/src/include/vtcross/components.h (modified) * vtcross/branches/bhilburn/src/include/vtcross/containers.h (modified) * vtcross/branches/bhilburn/src/include/vtcross/socket_comm.h (modified) Fixed backwards preproc declerations in components.h and containers.h, ... Fri, 13 Mar 2009 17:59:32 GMT bhilburn [152] * vtcross/branches/bhilburn/src/include/vtcross/components.h (modified) Fleshing out some of the argument types for component functions. Fri, 13 Mar 2009 15:14:55 GMT bhilburn [151] * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.cpp (modified) Removed unnecesary includes. Fri, 13 Mar 2009 14:42:48 GMT bhilburn [150] * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.cpp (modified) Ported the default policy engine demo to our new C++ codebase. Fri, 13 Mar 2009 14:42:47 GMT bhilburn [149] * vtcross/branches/bhilburn/src/include/vtcross/socket_comm.h (modified) Bug fixes to the socket_comm functions. Minor changes. Fri, 13 Mar 2009 14:42:46 GMT bhilburn [148] * vtcross/branches/bhilburn/src/include/vtcross/error.h (modified) ERROR and WARNING functions now support a variable number of arguments, ... Thu, 12 Mar 2009 20:50:20 GMT bhilburn [147] * vtcross/branches/bhilburn/src/include/vtcross/socket_comm.h (modified) Ported commonly used functions to the new socket_comm.h include. Bunch ... Thu, 12 Mar 2009 20:50:20 GMT bhilburn [146] * vtcross/branches/bhilburn/src/include/vtcross/debug.h (modified) The DEBUG and LOG functions now support a variable number of arguments. Thu, 12 Mar 2009 20:50:19 GMT bhilburn [145] * vtcross/branches/bhilburn/src/include/vtcross/error.h (modified) Adding a error reporting functions to a new header, error.h. Thu, 12 Mar 2009 20:50:18 GMT bhilburn [144] * vtcross/branches/bhilburn/src/include/vtcross/debug.h (modified) Slightly modified the debug fuction and added a new LOG function. Thu, 12 Mar 2009 04:43:15 GMT bhilburn [143] * vtcross/branches/bhilburn/src/include/vtcross/debug.h (modified) * vtcross/branches/bhilburn/src/policy_engines/PolicyEngine.cpp (modified) Made the VTCROSS_DEBUG field useful, added the new socket comm header to ... Thu, 12 Mar 2009 04:36:00 GMT bhilburn [142] * vtcross/branches/bhilburn/src/include/vtcross/Makefile.am (modified) * vtcross/branches/bhilburn/src/include/vtcross/socket_comm.h (added) Moving commonly defined & used socket functions to their own header ... Thu, 12 Mar 2009 04:28:21 GMT bhilburn [141] * vtcross/branches/bhilburn/src/policy_engines/PolicyEngine.cpp (moved) Argh. This was dumb. I'm tired. Renaming the policy engine ... Thu, 12 Mar 2009 04:06:38 GMT bhilburn [140] * vtcross/branches/bhilburn/src/include/vtcross/components.h (modified) * vtcross/branches/bhilburn/src/policy_engines/policy_engine.cpp (added) Created the PolicyEngine implementation file. Have not yet added it to ... Thu, 12 Mar 2009 04:06:38 GMT bhilburn [139] * vtcross/branches/bhilburn/src/include/vtcross/Makefile.am (modified) * vtcross/branches/bhilburn/src/include/vtcross/debug.h (added) * vtcross/branches/bhilburn/src/include/vtcross/error.h (added) Created error.h and debug.h for VTCROSS error/warning reporting. Tue, 10 Mar 2009 22:18:05 GMT bhilburn [136] * vtcross/branches/bhilburn/.gitignore (modified) * vtcross/branches/bhilburn/configure.ac (modified) * vtcross/branches/bhilburn/reconf (modified) * vtcross/branches/bhilburn/src/cognitive_engines/cbr.c (modified) * vtcross/branches/bhilburn/src/cognitive_engines/cbr_demo.c (modified) * vtcross/branches/bhilburn/src/include/vtcross/Makefile.am (modified) * vtcross/branches/bhilburn/src/include/vtcross/common.h (added) * vtcross/branches/bhilburn/src/libvtcross/libvtcross.cpp (modified) * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.cpp (modified) * vtcross/branches/bhilburn/src/shell/cr_shell.cpp (modified) Migrated to using autoconf-generate config.h so that compile lines are ... Tue, 10 Mar 2009 20:23:45 GMT bhilburn [134] * vtcross/branches/bhilburn/src/shell/Makefile.am (modified) Threading wasn't being used anywhere. Removed it from the autofoo files. Tue, 10 Mar 2009 20:21:06 GMT bhilburn [133] * vtcross/branches/bhilburn/configure.ac (modified) * vtcross/branches/bhilburn/src/cognitive_engines/Makefile.am (modified) * vtcross/branches/bhilburn/src/policy_engines/Makefile.am (modified) * vtcross/branches/bhilburn/src/shell/Makefile.am (modified) Improving autofoo files. Tue, 10 Mar 2009 20:06:37 GMT bhilburn [131] * vtcross/branches/bhilburn/.gitignore (modified) * vtcross/branches/bhilburn/src/Makefile.am (modified) * vtcross/branches/bhilburn/src/shell/Makefile.am (modified) * vtcross/branches/bhilburn/src/shell/cr_shell.cpp (modified) * vtcross/branches/bhilburn/src/tinyxml/Makefile.am (modified) The VTCROSS now successfully builds and links. Building tinyml and ... Tue, 10 Mar 2009 19:31:29 GMT bhilburn [130] * vtcross/branches/bhilburn/.gitignore (modified) * vtcross/branches/bhilburn/src/cognitive_engines/Makefile.am (modified) * vtcross/branches/bhilburn/src/cognitive_engines/cbr.c (modified) * vtcross/branches/bhilburn/src/cognitive_engines/cbr_demo.c (modified) CBR demo now building and linking properly, although the code still ... Tue, 10 Mar 2009 18:52:58 GMT bhilburn [129] * vtcross/branches/bhilburn/.gitignore (modified) * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.cpp (modified) Policy engine demo now compiling and successfully building a binary. The ... Tue, 10 Mar 2009 18:39:49 GMT bhilburn [128] * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.c (deleted) This file no longer exists. Having trouble making git talk to svn ... Tue, 10 Mar 2009 18:39:49 GMT bhilburn [127] * vtcross/branches/bhilburn/configure.ac (modified) * vtcross/branches/bhilburn/src/include/vtcross/containers.h (modified) * vtcross/branches/bhilburn/src/policy_engines/Makefile.am (modified) * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.cpp (added) Started moving everything to c++ so that it can use the headers ... Tue, 10 Mar 2009 18:39:48 GMT bhilburn [126] * vtcross/branches/bhilburn/src/policy_engines/policy_demo (deleted) Accidently added the policy_demo binary file at some point. Deleting it. Tue, 10 Mar 2009 18:02:25 GMT bhilburn [125] * vtcross/branches/bhilburn/configure.ac (modified) * vtcross/branches/bhilburn/src/cognitive_engines/Makefile.am (modified) * vtcross/branches/bhilburn/src/cognitive_engines/cbr.c (modified) * vtcross/branches/bhilburn/src/cognitive_engines/cbr_demo.c (modified) * vtcross/branches/bhilburn/src/include/Makefile.am (modified) * vtcross/branches/bhilburn/src/include/vtcross (added) * vtcross/branches/bhilburn/src/include/vtcross/Makefile.am (added) * vtcross/branches/bhilburn/src/include/vtcross/cbr.h (moved) * vtcross/branches/bhilburn/src/include/vtcross/components.h (moved) * vtcross/branches/bhilburn/src/include/vtcross/containers.h (moved) * vtcross/branches/bhilburn/src/include/vtcross/libvtcross.h (moved) * vtcross/branches/bhilburn/src/policy_engines/Makefile.am (modified) * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.c (modified) * vtcross/branches/bhilburn/src/policy_engines/policy_demo (added) Header include directory now properly configured for system install, and ... Tue, 10 Mar 2009 17:14:59 GMT bhilburn [124] * vtcross/branches/bhilburn/src/case_based_reasoners (deleted) Deleting old CBR directory. Tue, 10 Mar 2009 17:14:20 GMT bhilburn [123] * vtcross/branches/bhilburn/configure.ac (modified) * vtcross/branches/bhilburn/src/Makefile.am (modified) * vtcross/branches/bhilburn/src/case_based_reasoners/Makefile.am (deleted) * vtcross/branches/bhilburn/src/cognitive_engines/Makefile.am (modified) * vtcross/branches/bhilburn/src/cognitive_engines/cbr.c (moved) * vtcross/branches/bhilburn/src/cognitive_engines/cbr_demo.c (moved) Case-based reasoner is really a cognitive engine; putting that directory ... Mon, 09 Mar 2009 19:21:47 GMT bhilburn [121] * vtcross/branches/bhilburn/components (deleted) * vtcross/branches/bhilburn/include (deleted) * vtcross/branches/bhilburn/libvtcross (deleted) * vtcross/branches/bhilburn/shell (deleted) * vtcross/branches/bhilburn/src/components (deleted) * vtcross/branches/bhilburn/tinyxml (deleted) Handling directories that were deleted by git-svn but weren't recorded ... Mon, 09 Mar 2009 19:19:52 GMT bhilburn [120] * vtcross/branches/bhilburn/Makefile.am (modified) * vtcross/branches/bhilburn/src/Makefile.am (modified) * vtcross/branches/bhilburn/src/case_based_reasoners (added) * vtcross/branches/bhilburn/src/case_based_reasoners/Makefile.am (added) * vtcross/branches/bhilburn/src/case_based_reasoners/cbr.c (moved) * vtcross/branches/bhilburn/src/case_based_reasoners/cbr_demo.c (moved) * vtcross/branches/bhilburn/src/cognitive_engines (added) * vtcross/branches/bhilburn/src/cognitive_engines/Makefile.am (copied) * vtcross/branches/bhilburn/src/include/Makefile.am (copied) * vtcross/branches/bhilburn/src/libvtcross/Makefile.am (copied) * vtcross/branches/bhilburn/src/policy_engines (added) * vtcross/branches/bhilburn/src/policy_engines/Makefile.am (added) * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.c (moved) * vtcross/branches/bhilburn/src/service_management_layer (added) * vtcross/branches/bhilburn/src/service_management_layer/Makefile.am (copied) * vtcross/branches/bhilburn/src/service_management_layer/dir_place_holder.temp (moved) * vtcross/branches/bhilburn/src/shell/Makefile.am (added) * vtcross/branches/bhilburn/src/tinyxml/Makefile.am (copied) Creating automake files for the various parts of the VTCROSS system. Got ... Mon, 09 Mar 2009 18:55:55 GMT bhilburn [117] * vtcross/branches/bhilburn/doc/Makefile.am (added) * vtcross/branches/bhilburn/src/Makefile.am (added) Adding empty automake files for subdirectories... will populate later. Mon, 09 Mar 2009 18:02:39 GMT bhilburn [115] * vtcross/branches/bhilburn/.gitignore (modified) * vtcross/branches/bhilburn/configure.ac (modified) * vtcross/branches/bhilburn/src/include/cbr.h (modified) * vtcross/branches/bhilburn/src/include/components.h (modified) * vtcross/branches/bhilburn/src/include/containers.h (modified) * vtcross/branches/bhilburn/src/include/libvtcross.h (modified) Added preproc code to headers to prevent multiple scans, told git to ... Mon, 09 Mar 2009 17:22:17 GMT bhilburn [112] * vtcross/branches/bhilburn/doc (added) * vtcross/branches/bhilburn/doc/doc_placeholder.temp (moved) * vtcross/branches/bhilburn/src (added) * vtcross/branches/bhilburn/src/components (added) * vtcross/branches/bhilburn/src/components/case_based_reasoners (added) * vtcross/branches/bhilburn/src/components/case_based_reasoners/cbr.c (moved) * vtcross/branches/bhilburn/src/components/case_based_reasoners/cbr_demo.c (moved) * vtcross/branches/bhilburn/src/components/policy_engines (added) * vtcross/branches/bhilburn/src/components/policy_engines/default_policy_engine.c (moved) * vtcross/branches/bhilburn/src/components/service_management_layer (added) * vtcross/branches/bhilburn/src/components/service_management_layer/dir_place_holder.temp (copied) * vtcross/branches/bhilburn/src/include (added) * vtcross/branches/bhilburn/src/include/cbr.h (moved) * vtcross/branches/bhilburn/src/include/components.h (moved) * vtcross/branches/bhilburn/src/include/containers.h (moved) * vtcross/branches/bhilburn/src/include/libvtcross.h (moved) * vtcross/branches/bhilburn/src/libvtcross (added) * vtcross/branches/bhilburn/src/libvtcross/libvtcross.cpp (moved) * vtcross/branches/bhilburn/src/shell (added) * vtcross/branches/bhilburn/src/shell/cr_shell.cpp (moved) * vtcross/branches/bhilburn/src/tinyxml (added) * vtcross/branches/bhilburn/src/tinyxml/tinystr.cpp (moved) * vtcross/branches/bhilburn/src/tinyxml/tinystr.h (moved) * vtcross/branches/bhilburn/src/tinyxml/tinyxml.cpp (moved) * vtcross/branches/bhilburn/src/tinyxml/tinyxml.h (moved) * vtcross/branches/bhilburn/src/tinyxml/tinyxmlerror.cpp (moved) * vtcross/branches/bhilburn/src/tinyxml/tinyxmlparser.cpp (moved) Adding doc directory, moving all source directories to proper 'src' ...