# # ChangeLog for /vtcross/branches/bhilburn/.gitignore # # Generated by Trac 0.11.7 # 06/29/24 06:58:31 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: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 ... 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 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: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.