CVS log for 2001/blindfold/src/Symbol.h
Up to [Public] / 2001 / blindfold / src
Request diff between arbitrary revisions
Default branch: 1
Revision 1.22 / (download) - annotate - [select for diffs]
, Fri Dec 28 23:22:26 2001 UTC (6 years, 8 months ago) by sandro
CVS Tags: HEAD
Changes since 1.21: +12 -1
lines
Diff to previous 1.21
(colored)
intermediate; compiles; trying to get delay/undelay working
Revision 1.21 / (download) - annotate - [select for diffs]
, Tue Oct 2 19:50:14 2001 UTC (6 years, 11 months ago) by sandro
CVS Tags: blindfold_0_1_1,
blindfold_0_1
Changes since 1.20: +5 -5
lines
Diff to previous 1.20
(colored)
renamed scope -> getScope(); set operations are doing better
Revision 1.20 / (download) - annotate - [select for diffs]
, Wed Sep 26 15:26:34 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.19: +2 -4
lines
Diff to previous 1.19
(colored)
Changed ordering of Type enum to so SymbolTable's array-by-type
is optimized for most tables being just variables and nulls never
really being the table.
Revision 1.19 / (download) - annotate - [select for diffs]
, Tue Sep 25 21:46:59 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.18: +3 -1
lines
Diff to previous 1.18
(colored)
trying to fix some bugs
Revision 1.18 / (download) - annotate - [select for diffs]
, Tue Sep 25 11:41:18 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.17: +18 -12
lines
Diff to previous 1.17
(colored)
Implemented TripleSource and Variable printing, binding
Revision 1.17 / (download) - annotate - [select for diffs]
, Tue Sep 25 06:02:50 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.16: +3 -2
lines
Diff to previous 1.16
(colored)
XSBMatch & XSBAgent is kind of working....!
Revision 1.16 / (download) - annotate - [select for diffs]
, Tue Sep 25 01:17:57 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.15: +4 -3
lines
Diff to previous 1.15
(colored)
some good progress on XSBAgent
Revision 1.15 / (download) - annotate - [select for diffs]
, Mon Sep 24 20:11:07 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.14: +94 -68
lines
Diff to previous 1.14
(colored)
* began to view the modules which can do inference, etc, as
semi-autonomous agents; started some framework for that
* decide that Variables really should be scoped in small
scopes, so I factored out the main body of Symbol into SymbolTable,
and made SimpleVariableScope also use it. It's kind of elaborate,
but that should be invisible to most users and I think we're fairly
well positioned for doing inference locally if we want to.
Revision 1.14 / (download) - annotate - [select for diffs]
, Fri Sep 21 18:13:48 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.13: +23 -7
lines
Diff to previous 1.13
(colored)
dunno
Revision 1.13 / (download) - annotate - [select for diffs]
, Wed Sep 19 19:41:52 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.12: +14 -22
lines
Diff to previous 1.12
(colored)
converted to using proper stl:: namespaces
Revision 1.12 / (download) - annotate - [select for diffs]
, Wed Sep 19 18:30:30 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.11: +62 -111
lines
Diff to previous 1.11
(colored)
Changed Symbols to use atom table; started trying to use STLPort
Revision 1.11 / (download) - annotate - [select for diffs]
, Tue Sep 18 04:24:03 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.10: +17 -16
lines
Diff to previous 1.10
(colored)
Fiddling with NTripleParser & finally writing a simple one.
Fixing some missing stuff/bugs in Symbol & Triple that showed up.
Revision 1.10 / (download) - annotate - [select for diffs]
, Mon Sep 17 22:46:08 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.9: +2 -2
lines
Diff to previous 1.9
(colored)
Filled in Triple implementation; set up stuff to link with XSB
(Compiles again.)
Revision 1.9 / (download) - annotate - [select for diffs]
, Mon Sep 17 22:14:45 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.8: +155 -139
lines
Diff to previous 1.8
(colored)
Redid Symbols, without SymbolSpaces, as pure top-level thing (so lower
levels have to hash_map to what they want, rather than using
SymbolSpaces.)
Took out stl_hash hack; using real stl_hash include now
Did some more work on PrologMatchedPattern
Revision 1.8 / (download) - annotate - [select for diffs]
, Thu Sep 13 21:13:51 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.7: +4 -4
lines
Diff to previous 1.7
(colored)
Made some improvements to comments. First pass at Patterns interface.
Revision 1.7 / (download) - annotate - [select for diffs]
, Fri Sep 7 16:19:07 2001 UTC (6 years, 11 months ago) by sandro
Changes since 1.6: +4 -4
lines
Diff to previous 1.6
(colored)
Modified TripleStore to Pool in source code.
Revision 1.6 / (download) - annotate - [select for diffs]
, Fri Jul 27 17:48:37 2001 UTC (7 years, 1 month ago) by sandro
Changes since 1.5: +6 -5
lines
Diff to previous 1.5
(colored)
Added TripleSinkReifier
Revision 1.5 / (download) - annotate - [select for diffs]
, Fri Jul 6 22:40:07 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.4: +3 -3
lines
Diff to previous 1.4
(colored)
split TripleSource into two versions, but I'm about to back it out again and do it differently, I think
Revision 1.4 / (download) - annotate - [select for diffs]
, Fri Jul 6 19:37:47 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.3: +30 -4
lines
Diff to previous 1.3
(colored)
Finished change from TripleStoreObject to void*
FlatN3FileTripleStore works again (in its minor way).
Revision 1.3 / (download) - annotate - [select for diffs]
, Fri Jul 6 13:01:44 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.2: +45 -30
lines
Diff to previous 1.2
(colored)
interim commit - FlatN3 stuff hasn't been changed yet.
Changed TripleStoreObject to void*, rearrabged Symbol allocation
out of TripleSink into Symbol and SymbolSpace. It's less C++ style
in some ways, but it will interface with C better, and seems a little
cleaner.
Revision 1.2 / (download) - annotate - [select for diffs]
, Thu Jul 5 21:40:28 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.1: +93 -6
lines
Diff to previous 1.1
(colored)
Added some of a real triple store (FlatN3FileTripleStore), which
actually works for get_symbol() and add() at present. Needed to
flesh out Symbol in a way I'm not totally happy with, since it
requires a down-cast to use it properly. Have to mull on it a bit.
Revision 1.1 / (download) - annotate - [select for diffs]
, Wed Jun 27 17:56:26 2001 UTC (7 years, 2 months ago) by sandro
Diff
Add C++ declarations for Triple Store hierarchy (experimentally)
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
Webmaster