# # ChangeLog for /vtcross # # Generated by Trac 0.11.7 # 06/29/24 07:37:31 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 Mon, 16 Feb 2009 21:54:59 GMT [97] * vtcross/trunk/CR_shell/src/main_client.c (deleted) * vtcross/trunk/CR_shell/src/main_cognitive_radio.cpp (modified) cleaning up code Thu, 12 Feb 2009 15:13:34 GMT trnewman [96] * vtcross/trunk/CR_shell/src/main_cognitive_engine.cpp (deleted) * vtcross/trunk/CR_shell/src/main_cognitive_radio.cpp (modified) * vtcross/trunk/CR_shell/src/socket (deleted) Removed uneeded files. Mon, 09 Feb 2009 21:51:58 GMT trnewman [95] * vtcross/trunk/CR_engines/CBR/src/main_cognitive_engine.c (modified) * vtcross/trunk/CR_shell/Makefile (modified) * vtcross/trunk/CR_shell/src/main_cognitive_radio.cpp (modified) Cleaned up the code and put in the hooks for optimization request ... Mon, 09 Feb 2009 20:35:18 GMT trnewman [94] * vtcross/trunk/CR_policy (added) Added holder for policy engine Mon, 09 Feb 2009 20:00:23 GMT trnewman [93] * vtcross/trunk/Makefile (deleted) * vtcross/trunk/another.xml (deleted) Removing unessecary files Mon, 09 Feb 2009 19:59:11 GMT trnewman [92] * vtcross/trunk/CR_engines (copied) * vtcross/trunk/CR_shell (copied) * vtcross/trunk/src (deleted) * vtcross/trunk/xml (deleted) Updating trunk Tue, 02 Dec 2008 16:32:27 GMT jgaeddert [91] * vtcross/branches/trnewman/CR_engines/CBR/Makefile (modified) removing unnecessary socket library from Makefile Fri, 28 Nov 2008 02:33:15 GMT ahe [90] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) fixed the bug, experience transmission works Fri, 28 Nov 2008 02:32:50 GMT ahe [89] * vtcross/branches/trnewman/CR_engines/CBR/src/cbr.c (modified) * vtcross/branches/trnewman/CR_engines/CBR/src/main_cognitive_engine.c (modified) fixed the bug, experience transmission works Thu, 27 Nov 2008 00:35:17 GMT ahe [88] * vtcross/branches/trnewman/CR_engines/CBR/src/cbr.c (modified) * vtcross/branches/trnewman/CR_engines/CBR/src/main_cognitive_engine.c (modified) receive experience from cr, have bugs Thu, 27 Nov 2008 00:34:48 GMT ahe [87] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) send experience to ce Tue, 25 Nov 2008 19:31:00 GMT trnewman [86] * vtcross/branches/trnewman/CR_shell/example.ce.xml (modified) * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) fixed some error handling issues Tue, 25 Nov 2008 16:25:13 GMT trnewman [85] * vtcross/branches/trnewman/CR_shell/example.ce.xml (modified) * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) Filled out UpdateCEExp a bit Tue, 25 Nov 2008 01:35:36 GMT ahe [84] * vtcross/branches/trnewman/CR_engines/CBR/src/main_cognitive_engine.cpp (deleted) remove temporary files Tue, 25 Nov 2008 01:33:10 GMT ahe [83] * vtcross/branches/trnewman/CR_engines/CBR/src/main_cognitive_engine.c (modified) client sends results to server Tue, 25 Nov 2008 01:32:52 GMT ahe [82] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) server get results from client Mon, 24 Nov 2008 22:31:46 GMT ahe [81] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) server receive results Mon, 24 Nov 2008 21:26:24 GMT ahe [80] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) receive results from client Mon, 24 Nov 2008 21:25:40 GMT ahe [79] * vtcross/branches/trnewman/CR_engines/CBR/src/cbr.c (modified) * vtcross/branches/trnewman/CR_engines/CBR/src/main_cognitive_engine.c (modified) client send results to server Mon, 24 Nov 2008 17:12:17 GMT trnewman [78] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) comments Mon, 24 Nov 2008 16:56:47 GMT ahe [77] * vtcross/branches/trnewman/CR_engines/CBR/Makefile (modified) * vtcross/branches/trnewman/CR_engines/CBR/src/cbr.c (modified) * vtcross/branches/trnewman/CR_engines/CBR/src/main_cognitive_engine.c (added) cbr in c working with socket Mon, 24 Nov 2008 02:11:53 GMT ahe [76] * vtcross/branches/trnewman/CR_engines/CBR/Makefile (added) * vtcross/branches/trnewman/CR_engines/CBR/src (added) * vtcross/branches/trnewman/CR_engines/CBR/src/cbr.c (added) * vtcross/branches/trnewman/CR_engines/CBR/src/cbr.h (added) * vtcross/branches/trnewman/CR_engines/CBR/src/main_cognitive_engine.cpp (added) * vtcross/branches/trnewman/CR_engines/CBR/src/sqlite3.c (added) * vtcross/branches/trnewman/CR_engines/CBR/src/sqlite3.h (added) * vtcross/branches/trnewman/CR_engines/CBR/src/sqlite3ext.h (added) try to incorporate cbr but failed in compiling Sun, 23 Nov 2008 20:36:07 GMT ahe [75] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_engine.cpp (modified) remove test printout Sun, 23 Nov 2008 20:25:58 GMT ahe [74] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_engine.cpp (modified) break clinet code into small function calls Sun, 23 Nov 2008 03:53:53 GMT ahe [73] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_engine.cpp (modified) * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) minor modification of socket Sun, 23 Nov 2008 03:48:38 GMT trnewman [72] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) Added some API function shells Sun, 23 Nov 2008 02:14:44 GMT ahe [71] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_engine.cpp (modified) * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) send xml from server to client through socket Sat, 22 Nov 2008 14:47:20 GMT trnewman [70] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_engine.cpp (modified) * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) * vtcross/branches/trnewman/CR_shell/src/socket/simple_client_main.cpp (modified) Fixed send and recv problems whrn trying to send multiple consecutive ... Fri, 21 Nov 2008 18:34:28 GMT ahe [69] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_engine.cpp (modified) * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) minor modification on socket operation Fri, 21 Nov 2008 15:48:27 GMT ahe [68] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_engine.cpp (modified) update client Fri, 21 Nov 2008 03:03:12 GMT ahe [67] * vtcross/branches/trnewman/CR_shell/src/main_client.c (added) * vtcross/branches/trnewman/CR_shell/src/main_cognitive_engine.cpp (added) add client socket Fri, 21 Nov 2008 03:00:50 GMT ahe [66] * vtcross/branches/trnewman/CR_shell/Makefile (modified) * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) * vtcross/branches/trnewman/CR_shell/src/socket/simple_client_main.cpp (modified) update socket Thu, 20 Nov 2008 22:09:46 GMT trnewman [65] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) * vtcross/branches/trnewman/CR_shell/src/socket/simple_client_main.cpp (modified) new code Thu, 20 Nov 2008 20:25:32 GMT trnewman [64] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) Added better socket functionality. Thu, 20 Nov 2008 20:17:38 GMT trnewman [63] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_radio.cpp (modified) Added better socket functionality. Thu, 20 Nov 2008 19:35:01 GMT trnewman [62] * vtcross/branches/trnewman/CR_shell/Makefile (modified) updated Thu, 20 Nov 2008 19:33:54 GMT trnewman [61] * vtcross/branches/trnewman/CR_shell/src/main_cognitive_engine.cpp (deleted) This isnt needed Tue, 18 Nov 2008 17:05:22 GMT trnewman [60] * vtcross/branches/trnewman/CR_engines (moved) renaming Tue, 18 Nov 2008 17:04:42 GMT trnewman [59] * vtcross/branches/trnewman/CR_shell (moved) renaming Tue, 18 Nov 2008 17:03:02 GMT trnewman [58] * vtcross/branches/trnewman/Makefile (deleted) * vtcross/branches/trnewman/example.ce.xml (deleted) * vtcross/branches/trnewman/example.xml (deleted) * vtcross/branches/trnewman/src (deleted)