# # ChangeLog for /vtcross/branches/bhilburn # # Generated by Trac 0.11.7 # 06/29/24 08:44:26 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