-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog
262 lines (212 loc) · 10.7 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
2009-07-28 Rick L. Vinyard, Jr. <[email protected]>
* m4:
2009-07-27 Rick L. Vinyard, Jr. <[email protected]>
* templates/cpp, templates/h:
* m4, m4/ac_cxx_compile_stdcxx_0x.m4, m4/ax_prefix_config_h.m4:
* packaging[DEL]:
* packaging/suse-10.1[DEL]:
* packaging/fedora-5[DEL]:
* packaging/Makefile.am[DEL], packaging/spec.m4[DEL],
packaging/suse-10.1/Makefile.am[DEL],
packaging/suse-10.1/clipsmm.spec.in[DEL]:
* packaging/fedora-5/Makefile.am[DEL],
packaging/fedora-5/clipsmm.spec.in[DEL]:
* clipsmm-1.0.pc.in, configure.ac[CPY], configure.in[DEL],
doc[CPY], docs[DEL]:
2006-11-12 Rick L. Vinyard, Jr. <[email protected]>
* ChangeLog, Makefile.am, autogen.sh, clipsmm.kdevelop,
clipsmm/Makefile.am, clipsmm/activation.h, clipsmm/clipsmm.h,
clipsmm/defaultfacts.h, clipsmm/environment.h, clipsmm/fact.h,
clipsmm/function.h, clipsmm/global.h, clipsmm/module.h,
clipsmm/object.h, clipsmm/pointer.h, clipsmm/rule.h,
clipsmm/template.h, configure.in,
examples/environment/Makefile.am: *** empty log message ***
2006-08-06 Rick L. Vinyard, Jr. <[email protected]>
* examples/environment/envthreaded.cpp: Added example envthreaded
demonstrating four parallel environment executions.
* examples/environment/envsimple.cpp,
examples/facts/facts_simple.cpp,
unit_tests/clipsmm_unit_tests.cpp: Updated examples to call
CLIPS::init()
* clipsmm/utility.cpp, clipsmm/utility.h: Added the CLIPS::init()
method to initialize threading support.
* clipsmm/environment.cpp, clipsmm/environment.h: Environment:
Added run_threaded() method, and support methods such as
join_run_thread(). This initiates execution of the environment in
a separate thread.
2006-08-02 Rick L. Vinyard, Jr. <[email protected]>
* ChangeLog, clipsmm/factory.cpp, clipsmm/value.cpp,
unit_tests/function_tests.h: *** empty log message ***
2006-08-01 Rick L. Vinyard, Jr. <[email protected]>
* ChangeLog, acinclude.m4, clipsmm.kdevelop, clipsmm/Makefile.am,
clipsmm/activation.h, clipsmm/clipsmm.h, clipsmm/defaultfacts.h,
clipsmm/environment.h, clipsmm/fact.h, clipsmm/function.h,
clipsmm/global.h, clipsmm/module.h, clipsmm/object.h,
clipsmm/rule.h, clipsmm/template.h, configure.in,
packaging/Makefile.am, packaging/fedora-5/Makefile.am,
packaging/fedora-5/clipsmm.spec.in,
packaging/fedora-5/fedora_5.1[DEL],
packaging/fedora-5/fedora_5.2[DEL], packaging/rpm_changelog[DEL],
packaging/rpm_description[DEL], packaging/spec.m4,
packaging/suse-10.1/Makefile.am,
packaging/suse-10.1/clipsmm.spec.in,
packaging/suse-10.1/suse_10_1.1[DEL],
packaging/suse-10.1/suse_10_1.2[DEL]: Improved syntax and
handling of smart pointers and autoconf config files
2006-07-29 Rick L. Vinyard, Jr. <[email protected]>
* ChangeLog, packaging/fedora-5/clipsmm.spec.in,
packaging/rpm_changelog, packaging/suse-10.1/clipsmm.spec.in: ***
empty log message ***
* README, configure.in: *** empty log message ***
2006-07-28 Rick L. Vinyard, Jr. <[email protected]>
* autogen.sh, clipsmm/Makefile.am, configure.in: *** empty log
message ***
* autogen.sh, configure.in, unit_tests/Makefile.am: Added support
for finding boost smart pointer in lieu of tr1 and optionally
building unit tests with cppunit.
2006-07-27 Rick L. Vinyard, Jr. <[email protected]>
* ChangeLog, clipsmm/activation.cpp, clipsmm/defaultfacts.cpp,
clipsmm/environment.cpp, clipsmm/environment.h, clipsmm/fact.cpp,
clipsmm/factory.cpp, clipsmm/function.cpp, clipsmm/global.cpp,
clipsmm/module.cpp, clipsmm/rule.cpp, clipsmm/template.cpp,
clipsmm/utility.cpp, examples/facts/facts_simple.cpp,
unit_tests/fact_tests.h: Environment: Changed assert to
assert_fact
* clipsmm/activation.h, clipsmm/clipsmm.h, clipsmm/defaultfacts.h,
clipsmm/environment.h, clipsmm/fact.h, clipsmm/function.h,
clipsmm/global.h, clipsmm/module.h, clipsmm/object.h,
clipsmm/rule.h, clipsmm/template.h, configure.in,
docs/www/site.php.in: Added checks to locate boost shared pointer
if tr1 shared pointer isn't found. Added support to use whichever
form is found.
2006-07-22 Rick L. Vinyard, Jr. <[email protected]>
* configure.in: *** empty log message ***
* ChangeLog, clipsmm/Makefile.am, clipsmm/global.cpp,
clipsmm/global.h, configure.in: *** empty log message ***
* clipsmm/function.cpp, clipsmm/function.h: Added Function class
for handling deffunctions
* clipsmm/environment.cpp, clipsmm/environment.h: Environment:
Added method for getting list head of globals
2006-07-20 Rick L. Vinyard, Jr. <[email protected]>
* ChangeLog, Makefile.am, clipsmm.kdevelop, clipsmm/Makefile.am,
clipsmm/defaultfacts.cpp, clipsmm/defaultfacts.h,
clipsmm/module.h, clipsmm/rule.cpp, clipsmm/rule.h,
clipsmm/template.cpp, clipsmm/template.h, configure.in,
docs/www/index.php, docs/www/site.php.in,
unit_tests/function_tests.h: *** empty log message ***
* clipsmm/environment.cpp, clipsmm/environment.h,
clipsmm/global.cpp, clipsmm/global.h: Added Global class to
support CLIPS globals
2006-07-10 Rick L. Vinyard, Jr. <[email protected]>
* autogen.sh, clipsmm.kdevelop, clipsmm/any.h, clipsmm/enum.h,
clipsmm/environment.cpp, clipsmm/environment.h,
clipsmm/factory.cpp, clipsmm/utility.cpp, clipsmm/utility.h,
configure.in, unit_tests/Makefile.am,
unit_tests/clipsmm_unit_tests.cpp, unit_tests/function_tests.h:
*** empty log message ***
2006-07-04 Rick L. Vinyard, Jr. <[email protected]>
* clipsmm/Makefile.am, clipsmm/activation.cpp,
clipsmm/activation.h, clipsmm/clipsmm.h,
clipsmm/defaultfacts.cpp, clipsmm/defaultfacts.h,
clipsmm/environment.cpp, clipsmm/environment.h,
clipsmm/module.cpp, clipsmm/module.h, clipsmm/rule.cpp,
clipsmm/rule.h, clipsmm/template.cpp, clipsmm/template.h: ***
empty log message ***
* clipsmm.kdevelop, clipsmm/Makefile.am, clipsmm/clipsmm.h,
clipsmm/defaultfacts.cpp, clipsmm/defaultfacts.h,
clipsmm/environment.cpp, clipsmm/environment.h,
clipsmm/module.cpp, clipsmm/rule.cpp, clipsmm/rule.h,
clipsmm/template.cpp: *** empty log message ***
* clipsmm/Makefile.am, clipsmm/environment.cpp,
clipsmm/environment.h, clipsmm/fact.cpp, clipsmm/fact.h,
clipsmm/factory.h, clipsmm/module.cpp, clipsmm/module.h,
clipsmm/template.cpp, clipsmm/template.h: *** empty log message
***
2006-07-03 Rick L. Vinyard, Jr. <[email protected]>
* Makefile.am, Makefile.cvs[DEL], clipsmm.kdevelop,
clipsmm/Makefile.am, clipsmm/enum.cpp, clipsmm/enum.h,
clipsmm/environment.cpp, clipsmm/environment.h,
clipsmm/environmentobject.cpp, clipsmm/environmentobject.h,
clipsmm/fact.cpp, clipsmm/fact.h, clipsmm/factory.cpp,
clipsmm/factory.h, clipsmm/object.cpp, clipsmm/object.h,
clipsmm/rule.cpp, clipsmm/rule.h, clipsmm/template.cpp,
clipsmm/template.h, clipsmm/utility.cpp, clipsmm/utility.h,
clipsmm/value.cpp, clipsmm/value.h, clipsmm/valuebase.h[DEL],
configure.in, docs/clipsmm_doxygen_header.html, docs/doxygen.css,
docs/www/index.php, docs/www/license.php, docs/www/site.php.in,
examples/facts/Makefile.am, examples/facts/facts_simple.cpp,
unit_tests, unit_tests/Makefile.am,
unit_tests/clipsmm_unit_tests.cpp, unit_tests/fact_tests.h,
unit_tests/strips.clp, unit_tests/value_tests.h: *** empty log
message ***
2006-07-01 Rick L. Vinyard, Jr. <[email protected]>
* clipsmm/Makefile.am, clipsmm/environment.cpp,
clipsmm/environment.h, clipsmm/fact.cpp, clipsmm/fact.h,
clipsmm/factory.cpp, clipsmm/factory.h, clipsmm/value.h,
clipsmm/valuebase.h: *** empty log message ***
* autogen.sh: *** empty log message ***
* .directory, .folder.png, AUTHORS, COPYING, ChangeLog, Doxyfile,
INSTALL, Makefile.am, Makefile.cvs, NEWS, README, TODO,
acinclude.m4, aminclude.am, clipsmm, clipsmm-1.0.pc.in,
clipsmm.desktop, clipsmm.kdevelop, clipsmm/Makefile.am,
clipsmm/clipsmm.h, clipsmm/environment.cpp,
clipsmm/environment.h, clipsmm/fact.cpp, clipsmm/fact.h,
clipsmm/factory.cpp, clipsmm/factory.h, clipsmm/template.cpp,
clipsmm/template.h, clipsmm/value.h, clipsmm/valuebase.h,
configure.in, docs, docs/COPYING,
docs/clipsmm_doxygen_footer.html,
docs/clipsmm_doxygen_header.html, docs/doxygen.css, docs/www,
docs/www/favicon.ico, docs/www/footer.php, docs/www/images,
docs/www/images/clipsmm3232.png, docs/www/index.php,
docs/www/license.php, docs/www/site.php.in, docs/www/style.php,
docs/www/utility.php, examples, examples/.deps,
examples/.deps/test.Po, examples/Makefile.am,
examples/environment, examples/environment/Makefile.am,
examples/environment/envsimple.cpp,
examples/environment/strips.clp, examples/facts,
examples/facts/Makefile.am, examples/facts/facts_simple.cpp,
examples/facts/strips.clp, packaging, packaging/Makefile.am,
packaging/fedora-5, packaging/fedora-5/Makefile.am,
packaging/fedora-5/clipsmm.spec.in,
packaging/fedora-5/fedora_5.1, packaging/fedora-5/fedora_5.2,
packaging/rpm_changelog, packaging/rpm_description,
packaging/suse-10.1, packaging/suse-10.1/Makefile.am,
packaging/suse-10.1/clipsmm.spec.in,
packaging/suse-10.1/suse_10_1.1, packaging/suse-10.1/suse_10_1.2,
templates, templates/cpp, templates/h:
2006-07-01
* .: Standard project directories initialized by cvs2svn.
2006-11-12 Rick L Vinyard Jr <[email protected]>
===== 0.0.7 =====
Changed smart pointer typedef to CLIPSPointer
2006-08-06 Rick L Vinyard Jr <[email protected]>
===== 0.0.6 =====
Added example envthreaded demonstrating four parallel environment executions.
Updated examples to call CLIPS::init()
Added the CLIPS::init() method to initialize threading support.
Environment: Added run_threaded() method, and support methods such as
join_run_thread(). This initiates execution of the environment in a separate
thread.
2006-07-31 Rick L Vinyard Jr <[email protected]>
===== 0.0.5 =====
Changed handling of config.h and smart pointer defines
Fixed some signed unsigned compiler warnings
Fixed some missing returns in several Value methods
2006-07-29 Rick L Vinyard Jr <[email protected]>
===== 0.0.4 =====
2006-07-26 Rick L Vinyard Jr <[email protected]>
Environment: Changed assert to assert_fact
Added checks to locate boost shared pointer if tr1 shared pointer isn't
found. Added support to use whichever form is found.
2006-07-21 Rick L. Vinyard, Jr. <[email protected]>
===== 0.0.3 =====
Added Function class for handling deffunctions
Environment: Added method for getting list head of globals
2006-07-20 Rick L. Vinyard, Jr. <[email protected]>
===== 0.0.2 =====
Added Global class to support CLIPS globals
2006-07-18 Rick L Vinyard Jr <[email protected]>
Renamed module() methods module_name() when returning a string name
2006-07-16 Rick L Vinyard Jr <[email protected]>
===== 0.0.1 =====
Initial release