0
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix a typo More... about 16 years ago
misc updates More... about 16 years ago
tweaks to expose the mapping More... about 16 years ago
misc updates More... about 16 years ago
save and restore of unusued UUID More... about 16 years ago
new improved and actually working truth values More... about 16 years ago
undo a bad design point, truuth values should be inline More... about 16 years ago
truth value restore More... about 16 years ago
more fiddling with truth values More... about 16 years ago
whoops, forgot to declare teh function to be const. More... about 16 years ago
start work on storing truth values More... about 16 years ago
provide an operator== so that TRUE, FALSE, NULL TV's can be easily detected. More... about 16 years ago
add storage for truth values. More... about 16 years ago
More refactoring of hopfield emulator More... about 16 years ago
Refactored Hopfield example code. More... about 16 years ago
eliminate spurious minus sign. More... about 16 years ago
add some documentation. More... about 16 years ago
implement resotre of outgoing set. More... about 16 years ago
store the ougoing set. More... about 16 years ago
some baby steps to actually atart creating atoms. More... about 16 years ago
provide an alternate implementation of the TLB atom/handle lookup, which uses a map to associate handle ID's to atom addresses. This works, and it passes the test suite. More... about 16 years ago
one more bug fix regarding the use of Handles. More... about 16 years ago
add optional checks for invalid handles. More... about 16 years ago
performance optimization: use dynamic cast instead of isAssignableFrom More... about 16 years ago
use correct value for an undefined handle More... about 16 years ago
bug fix: use the correct value for an undefined handle. More... about 16 years ago
fix bad indentation More... about 16 years ago
re-enable obfuscation of handles. More... about 16 years ago
bug fix; wrong test was performed, from earlier conversion More... about 16 years ago
fix a few places where handles are used inappropriately More... about 16 years ago