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