Timeline


and .

03/22/09:

23:35 Changeset [186] by bhilburn
Made the remotecomponent struct public since information hiding doesn't …
15:00 Changeset [185] by bhilburn
PolicyEngine? code now compiling with new RemoteComponent? struct changes. …
15:00 Changeset [184] by bhilburn
Added a new CreateClientSocket? function, using the new RemoteComponent?
15:00 Changeset [183] by bhilburn
Implemented a remote component information struct in containers that can …
00:38 Changeset [182] by bhilburn
Need to get the components using standard TCP/IP structs to store …
00:38 Changeset [181] by bhilburn
Implemented a more standard way of registering/deregistering components …
00:38 Changeset [180] by bhilburn
Making message char* types const.
00:38 Changeset [179] by bhilburn
Moved a shell-specific function back into the shell source file.

03/21/09:

17:47 Changeset [178] by bhilburn
More cleanup in the shell file. Starting to burn out on refactoring. …
17:47 Changeset [177] by bhilburn
Cleaned up the new additions to the socketcomm library.
17:47 Changeset [176] by bhilburn
Moved three functions from the shell's implementation to the socket …
17:06 Changeset [175] by bhilburn
Got the shell over to using the proper SendMessage?.
17:06 Changeset [174] by bhilburn
Moving the SendMessage? function over to a const char*, which (I think) …
17:06 Changeset [173] by bhilburn
The cstring experiment failed. Heading back to std::strings.
17:06 Changeset [172] by bhilburn
Updating implementation file to reflect usage of cstrings.
17:06 Changeset [171] by bhilburn
Migrating back to using cstrings, which is definitely the better choice …
17:06 Changeset [170] by bhilburn
Added at _ton_ of TODOs where documentation needs to be written.

03/20/09:

13:59 Changeset [169] by bhilburn
First pass at refactoring the parse_ce_config function. Still tons of work …
00:04 Changeset [168] by bhilburn
Making everything play nicely. Note that the shell is a huge mess right …

03/19/09:

23:57 Changeset [167] by bhilburn
Fixing side-affect of a regex to use strong bit-typing.
23:55 Changeset [166] by bhilburn
Starting converting the shell code to our new design and good code style.
23:55 Changeset [165] by bhilburn
None is going to use experimtal g++ libs; being realistic and removing the …
13:37 Changeset [164] by bhilburn
Added some TODOs to the following files:
10:17 Changeset [163] by bhilburn
Deleting old empty file, adding implementation file for the SML.

03/13/09:

17:10 Changeset [162] by bhilburn
Deleting old directories from trunk that git-svn didn't handle.
17:08 Changeset [161] by bhilburn
.
16:44 Changeset [160] by bhilburn
Added a couple more LOGs to make the output easier to trace.
16:44 Changeset [159] by bhilburn
Fixed a potential bug that would have occured if parenthesis were not …
14:52 Changeset [158] by bhilburn
Renaming lib/sockets to lib/socketcomm to keep the naming convention …
14:43 Changeset [157] by bhilburn
All of these files were moved into the new static lib directory.
14:43 Changeset [156] by bhilburn
Reorganized the socket functions to form a static library to link against …
13:59 Changeset [155] by bhilburn
Implemented the old default policy engine in our new PolicyEngine? class. …
13:59 Changeset [154] by bhilburn
Further developing the components.h file to properly define classes.
13:59 Changeset [153] by bhilburn
Fixed backwards preproc declerations in components.h and containers.h, …
13:59 Changeset [152] by bhilburn
Fleshing out some of the argument types for component functions.
11:14 Changeset [151] by bhilburn
Removed unnecesary includes.
10:42 Changeset [150] by bhilburn
Ported the default policy engine demo to our new C++ codebase.
10:42 Changeset [149] by bhilburn
Bug fixes to the socket_comm functions. Minor changes.
10:42 Changeset [148] by bhilburn
ERROR and WARNING functions now support a variable number of arguments, …

03/12/09:

16:50 Changeset [147] by bhilburn
Ported commonly used functions to the new socket_comm.h include. Bunch of …
16:50 Changeset [146] by bhilburn
The DEBUG and LOG functions now support a variable number of arguments.
16:50 Changeset [145] by bhilburn
Adding a error reporting functions to a new header, error.h.
16:50 Changeset [144] by bhilburn
Slightly modified the debug fuction and added a new LOG function.
00:43 Changeset [143] by bhilburn
Made the VTCROSS_DEBUG field useful, added the new socket comm header to …
00:36 Changeset [142] by bhilburn
Moving commonly defined & used socket functions to their own header file. …
00:28 Changeset [141] by bhilburn
Argh. This was dumb. I'm tired. Renaming the policy engine implementation …
00:06 Changeset [140] by bhilburn
Created the PolicyEngine? implementation file. Have not yet added it to the …
00:06 Changeset [139] by bhilburn
Created error.h and debug.h for VTCROSS error/warning reporting.

03/10/09:

18:24 Changeset [138] by bhilburn
Okay, seriously, I promise it's right this time.
18:18 Changeset [137] by bhilburn
I have no idea how this worked.
18:18 Changeset [136] by bhilburn
Migrated to using autoconf-generate config.h so that compile lines are …
16:37 Changeset [135] by bhilburn
The README was horribly out of date. This one isn't really good either …
16:23 Changeset [134] by bhilburn
Threading wasn't being used anywhere. Removed it from the autofoo files.
16:21 Changeset [133] by bhilburn
Improving autofoo files.
16:07 Changeset [132] by bhilburn
Deleting old makefiles from the pre-autofoo days.
16:06 Changeset [131] by bhilburn
The VTCROSS now successfully builds and links. Building tinyml and …
15:31 Changeset [130] by bhilburn
CBR demo now building and linking properly, although the code still needs …
14:52 Changeset [129] by bhilburn
Policy engine demo now compiling and successfully building a binary. The …
14:39 Changeset [128] by bhilburn
This file no longer exists. Having trouble making git talk to svn properly …
14:39 Changeset [127] by bhilburn
Started moving everything to c++ so that it can use the headers properly. …
14:39 Changeset [126] by bhilburn
Accidently added the policy_demo binary file at some point. Deleting it.
14:02 Changeset [125] by bhilburn
Header include directory now properly configured for system install, and …
13:14 Changeset [124] by bhilburn
Deleting old CBR directory.
13:14 Changeset [123] by bhilburn
Case-based reasoner is really a cognitive engine; putting that directory …

03/09/09:

16:01 Changeset [122] by bhilburn
Autoconf and Automake appear to be properly processing all source …
15:21 Changeset [121] by bhilburn
Handling directories that were deleted by git-svn but weren't recorded …
15:19 Changeset [120] by bhilburn
Creating automake files for the various parts of the VTCROSS system. Got …
14:55 Changeset [119] by bhilburn
Adding LIBTOOL macros and libtoolize to bootstrapping process to allow us …
14:55 Changeset [118] by bhilburn
Using libtool, not legacy library stuff. Changing configure.ac …
14:55 Changeset [117] by bhilburn
Adding empty automake files for subdirectories... will populate later.
14:30 Changeset [116] by bhilburn
Adding bootstrap script for autofoo building.
14:02 Changeset [115] by bhilburn
Added preproc code to headers to prevent multiple scans, told git to …
14:02 Changeset [114] by bhilburn
Fixed gitignore file, adding options to autoconf file.
14:02 Changeset [113] by bhilburn
Copied over my .gitignore to make handling the autofoo stuff easier.
13:22 Changeset [112] by bhilburn
Adding doc directory, moving all source directories to proper 'src' …
13:14 Changeset [111] by bhilburn
Fixed a dump typo in my automake file, adding other files required by the …
13:06 Changeset [110] by bhilburn
Starting the process of making the code GNU-build compatible.
12:37 Changeset [109] by bhilburn
Adding implementation file for VTCROSS API.
12:10 Changeset [108] by bhilburn
Created initial header exporting all public functions for the VTCROSS …

03/08/09:

22:42 Changeset [107] by bhilburn
Deleting old empty directories that git-svn didn't handle like I wanted.
21:57 Changeset [106] by bhilburn
Second round of renames, added directory for the SML.
21:49 Changeset [105] by bhilburn
Totally re-organized the codebase. This totally breaks everything. I mean …
16:44 Changeset [104] by bhilburn
Little reformatting regarding spacing and comments. Also, fixed parameter …
16:30 Changeset [103] by bhilburn
Argh. Someone committed code with mixed spaces and tabs. Fixing.
16:28 Changeset [102] by bhilburn
Added the containers.h header to export commonly-used data container …
16:13 Changeset [101] by bhilburn
Created initial header with API for components. Still not really anything …
16:09 Changeset [100] by bhilburn
Create branch bhilburn
Note: See TracTimeline for information about the timeline view.