root/vtcross/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @141 [141] 15 years bhilburn Argh. This was dumb. I'm tired. Renaming the policy engine implementation …
(edit) @140 [140] 15 years bhilburn Created the PolicyEngine? implementation file. Have not yet added it to the …
(edit) @139 [139] 15 years bhilburn Created error.h and debug.h for VTCROSS error/warning reporting.
(edit) @138 [138] 15 years bhilburn Okay, seriously, I promise it's right this time.
(edit) @137 [137] 15 years bhilburn I have no idea how this worked.
(edit) @136 [136] 15 years bhilburn Migrated to using autoconf-generate config.h so that compile lines are …
(edit) @135 [135] 15 years bhilburn The README was horribly out of date. This one isn't really good either …
(edit) @134 [134] 15 years bhilburn Threading wasn't being used anywhere. Removed it from the autofoo files.
(edit) @133 [133] 15 years bhilburn Improving autofoo files.
(edit) @132 [132] 15 years bhilburn Deleting old makefiles from the pre-autofoo days.
(edit) @131 [131] 15 years bhilburn The VTCROSS now successfully builds and links. Building tinyml and …
(edit) @130 [130] 15 years bhilburn CBR demo now building and linking properly, although the code still needs …
(edit) @129 [129] 15 years bhilburn Policy engine demo now compiling and successfully building a binary. The …
(edit) @128 [128] 15 years bhilburn This file no longer exists. Having trouble making git talk to svn properly …
(edit) @127 [127] 15 years bhilburn Started moving everything to c++ so that it can use the headers properly. …
(edit) @126 [126] 15 years bhilburn Accidently added the policy_demo binary file at some point. Deleting it.
(edit) @125 [125] 15 years bhilburn Header include directory now properly configured for system install, and …
(edit) @124 [124] 15 years bhilburn Deleting old CBR directory.
(edit) @123 [123] 15 years bhilburn Case-based reasoner is really a cognitive engine; putting that directory …
(edit) @122 [122] 15 years bhilburn Autoconf and Automake appear to be properly processing all source …
(edit) @121 [121] 15 years bhilburn Handling directories that were deleted by git-svn but weren't recorded …
(edit) @120 [120] 15 years bhilburn Creating automake files for the various parts of the VTCROSS system. Got …
(edit) @119 [119] 15 years bhilburn Adding LIBTOOL macros and libtoolize to bootstrapping process to allow us …
(edit) @118 [118] 15 years bhilburn Using libtool, not legacy library stuff. Changing configure.ac …
(edit) @117 [117] 15 years bhilburn Adding empty automake files for subdirectories... will populate later.
(edit) @116 [116] 15 years bhilburn Adding bootstrap script for autofoo building.
(edit) @115 [115] 15 years bhilburn Added preproc code to headers to prevent multiple scans, told git to …
(edit) @114 [114] 15 years bhilburn Fixed gitignore file, adding options to autoconf file.
(edit) @113 [113] 15 years bhilburn Copied over my .gitignore to make handling the autofoo stuff easier.
(edit) @112 [112] 15 years bhilburn Adding doc directory, moving all source directories to proper 'src' …
(edit) @111 [111] 15 years bhilburn Fixed a dump typo in my automake file, adding other files required by the …
(edit) @110 [110] 15 years bhilburn Starting the process of making the code GNU-build compatible.
(edit) @109 [109] 15 years bhilburn Adding implementation file for VTCROSS API.
(edit) @108 [108] 15 years bhilburn Created initial header exporting all public functions for the VTCROSS …
(edit) @107 [107] 15 years bhilburn Deleting old empty directories that git-svn didn't handle like I wanted.
(edit) @106 [106] 15 years bhilburn Second round of renames, added directory for the SML.
(edit) @105 [105] 15 years bhilburn Totally re-organized the codebase. This totally breaks everything. I mean …
(edit) @104 [104] 15 years bhilburn Little reformatting regarding spacing and comments. Also, fixed parameter …
(edit) @103 [103] 15 years bhilburn Argh. Someone committed code with mixed spaces and tabs. Fixing.
(edit) @102 [102] 15 years bhilburn Added the containers.h header to export commonly-used data container …
(edit) @101 [101] 15 years bhilburn Created initial header with API for components. Still not really anything …
(edit) @100 [100] 15 years bhilburn Create branch bhilburn
(edit) @91 [91] 16 years jgaeddert removing unnecessary socket library from Makefile
(edit) @90 [90] 16 years ahe fixed the bug, experience transmission works
(edit) @89 [89] 16 years ahe fixed the bug, experience transmission works
(edit) @88 [88] 16 years ahe receive experience from cr, have bugs
(edit) @87 [87] 16 years ahe send experience to ce
(edit) @86 [86] 16 years trnewman fixed some error handling issues
(edit) @85 [85] 16 years trnewman Filled out UpdateCEExp a bit
(edit) @84 [84] 16 years ahe remove temporary files
(edit) @83 [83] 16 years ahe client sends results to server
(edit) @82 [82] 16 years ahe server get results from client
(edit) @81 [81] 16 years ahe server receive results
(edit) @80 [80] 16 years ahe receive results from client
(edit) @79 [79] 16 years ahe client send results to server
(edit) @78 [78] 16 years trnewman comments
(edit) @77 [77] 16 years ahe cbr in c working with socket
(edit) @76 [76] 16 years ahe try to incorporate cbr but failed in compiling
(edit) @75 [75] 16 years ahe remove test printout
(edit) @74 [74] 16 years ahe break clinet code into small function calls
(edit) @73 [73] 16 years ahe minor modification of socket
(edit) @72 [72] 16 years trnewman Added some API function shells
(edit) @71 [71] 16 years ahe send xml from server to client through socket
(edit) @70 [70] 16 years trnewman Fixed send and recv problems whrn trying to send multiple consecutive …
(edit) @69 [69] 16 years ahe minor modification on socket operation
(edit) @68 [68] 16 years ahe update client
(edit) @67 [67] 16 years ahe add client socket
(edit) @66 [66] 16 years ahe update socket
(edit) @65 [65] 16 years trnewman new code
(edit) @64 [64] 16 years trnewman Added better socket functionality.
(edit) @63 [63] 16 years trnewman Added better socket functionality.
(edit) @62 [62] 16 years trnewman updated
(edit) @61 [61] 16 years trnewman This isnt needed
(edit) @60 [60] 16 years trnewman renaming
(edit) @59 [59] 16 years trnewman renaming
(edit) @58 [58] 16 years trnewman
(edit) @57 [57] 16 years trnewman
(edit) @56 [56] 16 years trnewman
(edit) @55 [55] 16 years trnewman
(edit) @54 [54] 16 years trnewman
(edit) @53 [53] 16 years trnewman
(edit) @52 [52] 16 years trnewman
(edit) @51 [51] 16 years trnewman
(edit) @50 [50] 16 years trnewman
(edit) @49 [49] 16 years trnewman
(edit) @48 [48] 16 years trnewman removing old stuff
(edit) @47 [47] 16 years trnewman removing old stuff
(edit) @46 [46] 16 years trnewman removing old stuff
(edit) @45 [45] 16 years trnewman
(edit) @44 [44] 16 years trnewman bleh
(edit) @43 [43] 16 years trnewman error
(edit) @42 [42] 16 years trnewman copying into new dir
(edit) @41 [41] 16 years trnewman creating dir structure
(edit) @40 [40] 16 years trnewman creating dir structure
(edit) @39 [39] 16 years trnewman creating dir structure
(edit) @38 [38] 16 years ahe add files for client operation
(edit) @37 [37] 16 years ahe change makefile to incorporate client
(edit) @35 [35] 16 years trnewman adding c++
(edit) @34 [34] 16 years trnewman adding cactus dir
Note: See TracRevisionLog for help on using the revision log.