# # ChangeLog for /vtcross/branches/bhilburn/include # # Generated by Trac 0.11.7 # 07/01/24 09:29:42 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 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 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 ...