# # ChangeLog for /vtcross # # Generated by Trac 0.11.7 # 06/29/24 07:21:40 Tue, 31 Mar 2009 01:38:53 GMT trnewman [222] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (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/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (added) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added libvtcross functionality. Made socketcomm a little more robust. ... Sun, 29 Mar 2009 19:57:25 GMT bhilburn [221] * vtcross/trunk/src/include/vtcross/containers.h (modified) Fixed missing colon, made var name more descriptive, added TODOs for ... Sat, 28 Mar 2009 17:38:42 GMT trnewman [220] * vtcross/trunk/src/include/vtcross/containers.h (modified) Added structs for services and missions. Fri, 27 Mar 2009 16:15:17 GMT bhilburn [219] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Changing a LOG over to WARNING, as requested by NEWMAN. Fri, 27 Mar 2009 00:37:35 GMT trnewman [218] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (added) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.c (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (added) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Addec CE c++ report. Thu, 26 Mar 2009 21:05:14 GMT jgaeddert [217] * vtcross/trunk/src/include/vtcross/components.h (modified) More fixes to c++ CE. Thu, 26 Mar 2009 17:40:19 GMT bhilburn [216] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Applying style/semantic fixes to socketcomm.cpp. Removed ... Thu, 26 Mar 2009 17:32:34 GMT bhilburn [215] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Doesn't make sense to have returns after ERROR calls since ERROR exits ... Thu, 26 Mar 2009 17:28:54 GMT bhilburn [214] * vtcross/trunk/src/shell/shell_demo.cpp (modified) Removed a file header that got copied over from PolicyEngine. Thu, 26 Mar 2009 17:23:40 GMT bhilburn [213] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Making field names more descriptive and easier to read. Also, added a ... Thu, 26 Mar 2009 17:17:33 GMT bhilburn [212] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Manually adding GetRemoteComponentType to the shell since it doesn't ... Thu, 26 Mar 2009 17:05:40 GMT bhilburn [211] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) Removing unnecessary includes and adding one to components.h that ... Thu, 26 Mar 2009 17:01:23 GMT bhilburn [210] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Transitioning to C++ dynamic memory calls rather than C calls. Thu, 26 Mar 2009 16:53:27 GMT bhilburn [209] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Simply whitespace fixes. Thu, 26 Mar 2009 16:21:13 GMT bhilburn [208] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) %s/\t/\ \ \ \ /g Thu, 26 Mar 2009 14:40:14 GMT jgaeddert [207] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (added) * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/cr_shell.cpp (deleted) * vtcross/trunk/src/shell/shell_demo.cpp (added) Added CognitiveRadioShell class and Shell demo. Tue, 24 Mar 2009 22:28:31 GMT bhilburn [206] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Wrote out basic structure for the WaitForSignal for the SML. Note that ... Tue, 24 Mar 2009 22:28:30 GMT bhilburn [205] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Split up the register/deregister and service messages, as discussed. Tue, 24 Mar 2009 22:03:08 GMT bhilburn [204] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fleshed out the basic functions of the SML class. The meat is still ... Tue, 24 Mar 2009 22:03:08 GMT bhilburn [203] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Making ConnectToRemoteComponent an engine function since the SML doesn't ... Tue, 24 Mar 2009 22:03:07 GMT bhilburn [202] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Wrote the policy engine's reset function and properly initialized the ... Tue, 24 Mar 2009 22:03:06 GMT bhilburn [201] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Properly closing sockets when the PolicyEngine shuts down. Tue, 24 Mar 2009 21:33:27 GMT bhilburn [200] * vtcross/trunk/.gitignore (modified) * vtcross/trunk/src/service_management_layer/Makefile.am (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/service_management_layer/sml_demo.cpp (added) Initial work to get SML class compiling with a working skeleton. Still ... Tue, 24 Mar 2009 21:33:27 GMT bhilburn [199] * vtcross/trunk/src/include/vtcross/Makefile.am (modified) Apparently trying to add a library to the header inline compilation ... Tue, 24 Mar 2009 17:24:31 GMT bhilburn [198] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Adding a note about a possible speed enhancement. I think it is ... 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 ...