index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sptr.h
(
follow
)
Age
Commit message (
Expand
)
Author
2008-02-07
Just updated the copyright date.
Mike Buland
2007-11-15
david - adding license tag to the top of all header files
David
2007-10-03
Nothing about function. I added a bunch of docs and re-arranged a bunch of
Mike Buland
2007-07-12
The SPtr now has != comparison operators
Mike Buland
2007-06-28
Many minor changes, hopefully the header fixes will keep future header macro
Mike Buland
2007-06-18
david - did more documenting
David
2007-05-15
SPtr is now Bu::ified, and the List class now acts the way we think const lists
Mike Buland
2007-04-03
Ok, no code is left in src, it's all in src/old. We'll gradually move code back
Mike Buland
2007-03-02
Removed annoying debugging from SPtr
Mike Buland
2007-03-02
Removed debugging from the Hash
Mike Buland
2006-11-29
Fixed a small issue in the sptr
Mike Buland
2006-11-24
Fixed size bug.
Mike Buland
2006-11-24
Updates to the smart-pointer.
Mike Buland
2006-11-24
Added a simple smart-pointer. It deletes what's in it automatically and does
Mike Buland