# # ChangeLog for / # # Generated by Trac 0.11.7 # 06/29/24 07:32:58 Tue, 24 Mar 2009 01:53:48 GMT bhilburn [197] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Stupid typos. Tue, 24 Mar 2009 01:48:45 GMT bhilburn [196] * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) Removing redundant functions in libvtcross Tue, 24 Mar 2009 01:38:08 GMT bhilburn [195] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) CE_Info didn't make sense anymore since it was really describing the ... Tue, 24 Mar 2009 01:29:50 GMT bhilburn [194] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Finished implementing basic structure of WaitForSignal, added new ... Mon, 23 Mar 2009 14:52:02 GMT bhilburn [193] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Minor change to make things more consistent. Mon, 23 Mar 2009 14:52:01 GMT bhilburn [192] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Removed older declerations for the GetRemoteComponentType function. Mon, 23 Mar 2009 14:52:00 GMT bhilburn [191] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Renamed the private socketFD to commandSocketFD to make it easier to ... Mon, 23 Mar 2009 14:52:00 GMT bhilburn [190] * vtcross/trunk/src/include/vtcross/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Implemented the GetRemoteComponentType function is the components header ... Mon, 23 Mar 2009 14:51:59 GMT bhilburn [189] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) This had been bothering me. Mon, 23 Mar 2009 14:51:58 GMT bhilburn [188] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Finished migration to functions using private socketFD field rather than ... Mon, 23 Mar 2009 14:51:57 GMT bhilburn [187] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.cpp (modified) Abandoning the RemoteComponent struct; migrating to a simple socketFD ... Mon, 23 Mar 2009 03:35:05 GMT bhilburn [186] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.cpp (modified) Made the remotecomponent struct public since information hiding doesn't ... Sun, 22 Mar 2009 19:00:49 GMT bhilburn [185] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) PolicyEngine code now compiling with new RemoteComponent struct changes. ... Sun, 22 Mar 2009 19:00:48 GMT bhilburn [184] * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Added a new CreateClientSocket function, using the new RemoteComponent ... Sun, 22 Mar 2009 19:00:47 GMT bhilburn [183] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) Implemented a remote component information struct in containers that can ... Sun, 22 Mar 2009 04:38:35 GMT bhilburn [182] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Need to get the components using standard TCP/IP structs to store ... Sun, 22 Mar 2009 04:38:35 GMT bhilburn [181] * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.c (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) Implemented a more standard way of registering/deregistering components ... Sun, 22 Mar 2009 04:38:33 GMT bhilburn [180] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Making message char* types const. Sun, 22 Mar 2009 04:38:32 GMT bhilburn [179] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) Moved a shell-specific function back into the shell source file. Sat, 21 Mar 2009 21:47:26 GMT bhilburn [178] * vtcross/trunk/src/shell/cr_shell.cpp (modified) More cleanup in the shell file. Starting to burn out on refactoring. ... Sat, 21 Mar 2009 21:47:26 GMT bhilburn [177] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Cleaned up the new additions to the socketcomm library. Sat, 21 Mar 2009 21:47:25 GMT bhilburn [176] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Moved three functions from the shell's implementation to the socket ... Sat, 21 Mar 2009 21:06:47 GMT bhilburn [175] * vtcross/trunk/src/shell/cr_shell.cpp (modified) Got the shell over to using the proper SendMessage. Sat, 21 Mar 2009 21:06:46 GMT bhilburn [174] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Moving the SendMessage function over to a const char*, which (I think) ... Sat, 21 Mar 2009 21:06:46 GMT bhilburn [173] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) The cstring experiment failed. Heading back to std::strings. Sat, 21 Mar 2009 21:06:45 GMT bhilburn [172] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Updating implementation file to reflect usage of cstrings. Sat, 21 Mar 2009 21:06:44 GMT bhilburn [171] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) Migrating back to using cstrings, which is definitely the better choice ... Sat, 21 Mar 2009 21:06:43 GMT bhilburn [170] * vtcross/trunk/src/include/vtcross/cbr.h (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) Added at _ton_ of TODOs where documentation needs to be written. Fri, 20 Mar 2009 17:59:53 GMT bhilburn [169] * vtcross/trunk/src/shell/cr_shell.cpp (modified) First pass at refactoring the parse_ce_config function. Still tons of ... Fri, 20 Mar 2009 04:04:05 GMT bhilburn [168] * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) Making everything play nicely. Note that the shell is a huge mess right ... Fri, 20 Mar 2009 03:57:14 GMT bhilburn [167] * vtcross/trunk/src/shell/cr_shell.cpp (modified) Fixing side-affect of a regex to use strong bit-typing. Fri, 20 Mar 2009 03:55:15 GMT bhilburn [166] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) Starting converting the shell code to our new design and good code ... Fri, 20 Mar 2009 03:55:14 GMT bhilburn [165] * vtcross/trunk/src/include/vtcross/containers.h (modified) None is going to use experimtal g++ libs; being realistic and removing ... Thu, 19 Mar 2009 17:37:36 GMT bhilburn [164] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Added some TODOs to the following files: Thu, 19 Mar 2009 14:17:26 GMT bhilburn [163] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (added) * vtcross/trunk/src/service_management_layer/dir_place_holder.temp (deleted) Deleting old empty file, adding implementation file for the SML. Fri, 13 Mar 2009 21:10:01 GMT bhilburn [162] * vtcross/trunk/CR_engines (deleted) * vtcross/trunk/CR_policy (deleted) * vtcross/trunk/CR_shell (deleted) Deleting old directories from trunk that git-svn didn't handle. Fri, 13 Mar 2009 21:08:39 GMT bhilburn [161] * vtcross/trunk/.gitignore (added) * vtcross/trunk/AUTHORS (added) * vtcross/trunk/COPYING (added) * vtcross/trunk/CR_engines/CBR/Makefile (deleted) * vtcross/trunk/CR_engines/CBR/src/cbr.c (deleted) * vtcross/trunk/CR_engines/CBR/src/cbr.h (deleted) * vtcross/trunk/CR_engines/CBR/src/sqlite3.c (deleted) * vtcross/trunk/CR_engines/CBR/src/sqlite3.h (deleted) * vtcross/trunk/CR_engines/CBR/src/sqlite3ext.h (deleted) * vtcross/trunk/CR_policy/Makefile (deleted) * vtcross/trunk/CR_policy/src/main_policy_engine.c (deleted) * vtcross/trunk/CR_policy/src/sqlite3.c (deleted) * vtcross/trunk/CR_policy/src/sqlite3.h (deleted) * vtcross/trunk/CR_policy/src/sqlite3ext.h (deleted) * vtcross/trunk/CR_shell/Makefile (deleted) * vtcross/trunk/ChangeLog (added) * vtcross/trunk/INSTALL (added) * vtcross/trunk/Makefile.am (added) * vtcross/trunk/NEWS (added) * vtcross/trunk/README (modified) * vtcross/trunk/configure.ac (added) * vtcross/trunk/doc (added) * vtcross/trunk/doc/Makefile.am (added) * vtcross/trunk/doc/doc_placeholder.temp (added) * vtcross/trunk/examples (added) * vtcross/trunk/examples/example.ce.xml (moved) * vtcross/trunk/examples/example.xml (moved) * vtcross/trunk/reconf (added) * vtcross/trunk/src (added) * vtcross/trunk/src/Makefile.am (added) * vtcross/trunk/src/cognitive_engines (added) * vtcross/trunk/src/cognitive_engines/Makefile.am (added) * vtcross/trunk/src/cognitive_engines/cbr.c (moved) * vtcross/trunk/src/cognitive_engines/cbr_demo.c (moved) * vtcross/trunk/src/include (added) * vtcross/trunk/src/include/Makefile.am (added) * vtcross/trunk/src/include/tinyxml (added) * vtcross/trunk/src/include/tinyxml/Makefile.am (added) * vtcross/trunk/src/include/tinyxml/tinystr.h (moved) * vtcross/trunk/src/include/tinyxml/tinyxml.h (moved) * vtcross/trunk/src/include/vtcross (added) * vtcross/trunk/src/include/vtcross/Makefile.am (added) * vtcross/trunk/src/include/vtcross/cbr.h (moved) * vtcross/trunk/src/include/vtcross/common.h (added) * vtcross/trunk/src/include/vtcross/components.h (added) * vtcross/trunk/src/include/vtcross/containers.h (added) * vtcross/trunk/src/include/vtcross/debug.h (added) * vtcross/trunk/src/include/vtcross/error.h (added) * vtcross/trunk/src/include/vtcross/libvtcross.h (added) * vtcross/trunk/src/include/vtcross/socketcomm.h (added) * vtcross/trunk/src/lib (added) * vtcross/trunk/src/lib/Makefile.am (added) * vtcross/trunk/src/lib/socketcomm (added) * vtcross/trunk/src/lib/socketcomm/Makefile.am (added) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (added) * vtcross/trunk/src/lib/tinyxml (added) * vtcross/trunk/src/lib/tinyxml/Makefile.am (added) * vtcross/trunk/src/lib/tinyxml/tinystr.cpp (moved) * vtcross/trunk/src/lib/tinyxml/tinyxml.cpp (moved) * vtcross/trunk/src/lib/tinyxml/tinyxmlerror.cpp (moved) * vtcross/trunk/src/lib/tinyxml/tinyxmlparser.cpp (moved) * vtcross/trunk/src/libvtcross (added) * vtcross/trunk/src/libvtcross/Makefile.am (added) * vtcross/trunk/src/libvtcross/libvtcross.cpp (added) * vtcross/trunk/src/policy_engines (added) * vtcross/trunk/src/policy_engines/Makefile.am (added) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (added) * vtcross/trunk/src/policy_engines/policy_demo.cpp (added) * vtcross/trunk/src/service_management_layer (added) * vtcross/trunk/src/service_management_layer/Makefile.am (added) * vtcross/trunk/src/service_management_layer/dir_place_holder.temp (added) * vtcross/trunk/src/shell (added) * vtcross/trunk/src/shell/Makefile.am (added) * vtcross/trunk/src/shell/cr_shell.cpp (moved) . Fri, 13 Mar 2009 20:44:03 GMT bhilburn [160] * vtcross/branches/bhilburn/src/policy_engines/policy_demo.cpp (modified) Added a couple more LOGs to make the output easier to trace. Fri, 13 Mar 2009 20:44:02 GMT bhilburn [159] * vtcross/branches/bhilburn/src/include/vtcross/debug.h (modified) * vtcross/branches/bhilburn/src/include/vtcross/error.h (modified) Fixed a potential bug that would have occured if parenthesis were not ... Fri, 13 Mar 2009 18:52:48 GMT bhilburn [158] * vtcross/branches/bhilburn/configure.ac (modified) * vtcross/branches/bhilburn/src/lib/Makefile.am (modified) * vtcross/branches/bhilburn/src/lib/socketcomm (added) * vtcross/branches/bhilburn/src/lib/socketcomm/Makefile.am (moved) * vtcross/branches/bhilburn/src/lib/socketcomm/socketcomm.cpp (moved) * vtcross/branches/bhilburn/src/policy_engines/Makefile.am (modified) Renaming lib/sockets to lib/socketcomm to keep the naming convention ... Fri, 13 Mar 2009 18:43:26 GMT bhilburn [157] * vtcross/branches/bhilburn/src/include/vtcross/socket_comm.h (deleted) * vtcross/branches/bhilburn/src/policy_engines/default_policy_engine.cpp (deleted) * vtcross/branches/bhilburn/src/tinyxml/Makefile.am (deleted) * vtcross/branches/bhilburn/src/tinyxml/tinystr.cpp (deleted) * vtcross/branches/bhilburn/src/tinyxml/tinystr.h (deleted) * vtcross/branches/bhilburn/src/tinyxml/tinyxml.cpp (deleted) * vtcross/branches/bhilburn/src/tinyxml/tinyxml.h (deleted) * vtcross/branches/bhilburn/src/tinyxml/tinyxmlerror.cpp (deleted) * vtcross/branches/bhilburn/src/tinyxml/tinyxmlparser.cpp (deleted) All of these files were moved into the new static lib directory. 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:24:57 GMT bhilburn [138] * vtcross/branches/bhilburn/configure.ac (modified) Okay, seriously, I promise it's right this time. Tue, 10 Mar 2009 22:18:51 GMT bhilburn [137] * vtcross/branches/bhilburn/configure.ac (modified) I have no idea how this worked. 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:37:42 GMT bhilburn [135] * vtcross/branches/bhilburn/README (modified) The README was horribly out of date. This one isn't really good either ... 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:07:26 GMT bhilburn [132] * vtcross/branches/bhilburn/Makefile.cbr (deleted) * vtcross/branches/bhilburn/Makefile.cr_policy (deleted) * vtcross/branches/bhilburn/Makefile.cr_shell (deleted) Deleting old makefiles from the pre-autofoo days. 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 20:01:13 GMT bhilburn [122] * vtcross/branches/bhilburn/.gitignore (modified) * vtcross/branches/bhilburn/configure.ac (modified) Autoconf and Automake appear to be properly processing all source ... 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:56 GMT bhilburn [119] * vtcross/branches/bhilburn/.gitignore (modified) * vtcross/branches/bhilburn/Makefile.am (modified) * vtcross/branches/bhilburn/configure.ac (modified) * vtcross/branches/bhilburn/reconf (modified) Adding LIBTOOL macros and libtoolize to bootstrapping process to allow ... Mon, 09 Mar 2009 18:55:56 GMT bhilburn [118] * vtcross/branches/bhilburn/configure.ac (modified) Using libtool, not legacy library stuff. Changing configure.ac ... 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:30:52 GMT bhilburn [116] * vtcross/branches/bhilburn/reconf (added) Adding bootstrap script for autofoo building. 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 18:02:38 GMT bhilburn [114] * vtcross/branches/bhilburn/.gitignore (modified) * vtcross/branches/bhilburn/configure.ac (modified) Fixed gitignore file, adding options to autoconf file. Mon, 09 Mar 2009 18:02:37 GMT bhilburn [113] * vtcross/branches/bhilburn/.gitignore (added) Copied over my .gitignore to make handling the autofoo stuff easier. 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' ... Mon, 09 Mar 2009 17:14:18 GMT bhilburn [111] * vtcross/branches/bhilburn/COPYING (added) * vtcross/branches/bhilburn/INSTALL (added) * vtcross/branches/bhilburn/Makefile.am (modified) Fixed a dump typo in my automake file, adding other files required by ... Mon, 09 Mar 2009 17:06:19 GMT bhilburn [110] * vtcross/branches/bhilburn/AUTHORS (added) * vtcross/branches/bhilburn/ChangeLog (added) * vtcross/branches/bhilburn/Makefile.am (added) * vtcross/branches/bhilburn/NEWS (added) * vtcross/branches/bhilburn/components/case_based_reasoners/cbr_demo.c (moved) * vtcross/branches/bhilburn/configure.ac (added) Starting the process of making the code GNU-build compatible. Mon, 09 Mar 2009 16:37:57 GMT bhilburn [109] * vtcross/branches/bhilburn/libvtcross (added) * vtcross/branches/bhilburn/libvtcross/libvtcross.cpp (added) Adding implementation file for VTCROSS API. Mon, 09 Mar 2009 16:10:27 GMT bhilburn [108] * vtcross/branches/bhilburn/include/libvtcross.h (added) Created initial header exporting all public functions for the VTCROSS ... Mon, 09 Mar 2009 02:42:56 GMT bhilburn [107] * vtcross/branches/bhilburn/CR_engines (deleted) * vtcross/branches/bhilburn/CR_policy (deleted) * vtcross/branches/bhilburn/CR_shell (deleted) Deleting old empty directories that git-svn didn't handle like I wanted. Mon, 09 Mar 2009 01:57:58 GMT bhilburn [106] * vtcross/branches/bhilburn/components/case_based_reasoners (added) * vtcross/branches/bhilburn/components/case_based_reasoners/cbr.c (moved) * vtcross/branches/bhilburn/components/case_based_reasoners/main_cognitive_engine.c (moved) * vtcross/branches/bhilburn/components/policy_engines/default_policy_engine.c (moved) * vtcross/branches/bhilburn/components/service_management_layer (added) * vtcross/branches/bhilburn/components/service_management_layer/dir_place_holder.temp (added) * vtcross/branches/bhilburn/shell/cr_shell.cpp (moved) Second round of renames, added directory for the SML. Mon, 09 Mar 2009 01:49:08 GMT bhilburn [105] * vtcross/branches/bhilburn/CR_engines/CBR/src/sqlite3.c (deleted) * vtcross/branches/bhilburn/CR_engines/CBR/src/sqlite3.h (deleted) * vtcross/branches/bhilburn/CR_engines/CBR/src/sqlite3ext.h (deleted) * vtcross/branches/bhilburn/CR_policy/src/cbr.c (deleted) * vtcross/branches/bhilburn/CR_policy/src/cbr.h (deleted) * vtcross/branches/bhilburn/CR_policy/src/sqlite3.c (deleted) * vtcross/branches/bhilburn/CR_policy/src/sqlite3.h (deleted) * vtcross/branches/bhilburn/CR_policy/src/sqlite3ext.h (deleted) * vtcross/branches/bhilburn/Makefile.cbr (moved) * vtcross/branches/bhilburn/Makefile.cr_policy (moved) * vtcross/branches/bhilburn/Makefile.cr_shell (moved) * vtcross/branches/bhilburn/components (added) * vtcross/branches/bhilburn/components/cbr (added) * vtcross/branches/bhilburn/components/cbr/cbr.c (moved) * vtcross/branches/bhilburn/components/cbr/main_cognitive_engine.c (moved) * vtcross/branches/bhilburn/components/policy_engines (added) * vtcross/branches/bhilburn/components/policy_engines/main_policy_engine.c (moved) * vtcross/branches/bhilburn/examples (added) * vtcross/branches/bhilburn/examples/example.ce.xml (moved) * vtcross/branches/bhilburn/examples/example.xml (moved) * vtcross/branches/bhilburn/include/cbr.h (moved) * vtcross/branches/bhilburn/shell (added) * vtcross/branches/bhilburn/shell/main_cognitive_radio.cpp (moved) * vtcross/branches/bhilburn/tinyxml (added) * vtcross/branches/bhilburn/tinyxml/tinystr.cpp (moved) * vtcross/branches/bhilburn/tinyxml/tinystr.h (moved) * vtcross/branches/bhilburn/tinyxml/tinyxml.cpp (moved) * vtcross/branches/bhilburn/tinyxml/tinyxml.h (moved) * vtcross/branches/bhilburn/tinyxml/tinyxmlerror.cpp (moved) * vtcross/branches/bhilburn/tinyxml/tinyxmlparser.cpp (moved) Totally re-organized the codebase. This totally breaks everything. I ... Sun, 08 Mar 2009 20:44:05 GMT bhilburn [104] * vtcross/branches/bhilburn/include/components.h (modified) * vtcross/branches/bhilburn/include/containers.h (modified) Little reformatting regarding spacing and comments. Also, fixed ... Sun, 08 Mar 2009 20:30:23 GMT bhilburn [103] * vtcross/branches/bhilburn/include/containers.h (modified) Argh. Someone committed code with mixed spaces and tabs. Fixing. Sun, 08 Mar 2009 20:28:19 GMT bhilburn [102] * vtcross/branches/bhilburn/include/components.h (modified) * vtcross/branches/bhilburn/include/containers.h (added) Added the containers.h header to export commonly-used data container ... Sun, 08 Mar 2009 20:13:57 GMT bhilburn [101] * vtcross/branches/bhilburn/include (added) * vtcross/branches/bhilburn/include/components.h (added) Created initial header with API for components. Still not really ... Sun, 08 Mar 2009 20:09:49 GMT bhilburn [100] * vtcross/branches/bhilburn (copied) Create branch bhilburn Mon, 16 Feb 2009 22:03:33 GMT [99] * vtcross/trunk/CR_engines/CBR/src/main_cognitive_engine.c (modified) Modded code to fit new protocols Mon, 16 Feb 2009 21:56:54 GMT [98] * vtcross/trunk/CR_policy/Makefile (added) * vtcross/trunk/CR_policy/src (added) * vtcross/trunk/CR_policy/src/cbr.c (added) * vtcross/trunk/CR_policy/src/cbr.h (added) * vtcross/trunk/CR_policy/src/main_policy_engine.c (added) * vtcross/trunk/CR_policy/src/sqlite3.c (added) * vtcross/trunk/CR_policy/src/sqlite3.h (added) * vtcross/trunk/CR_policy/src/sqlite3ext.h (added) Added policy engine code