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
/
stable
/
hash.h
(
follow
)
Age
Commit message (
Collapse
)
Author
2014-02-03
Changed copyright to 2007-2014.
Mike Buland
2013-07-26
Got rid of the last non-const formatter << operator references.
Mike Buland
2013-07-26
Fixed some random whining issues, dropped extra char * formatter references,
Mike Buland
and fixed a null/integer issue in Bu::Hash
2013-02-11
Updated the copyright for 2013.
Mike Buland
2012-11-05
Converted tabs to spaces with tabconv.
Mike Buland
2012-08-18
Added hashtable += support, optomized the random number base some?
Mike Buland
2012-08-14
stupid...spelling...
Mike Buland
2012-07-24
Apparently I misspelled something.
Mike Buland
2012-05-25
Fixed a *very* rare steady-state issue in rehashing code. There's still
Mike Buland
potential for probing to fail in a way that can't be fixed by rehashing, but it should be amazingly rare.
2012-04-15
Updated copyright, packaging, makefile, etc.
Mike Buland
2012-03-25
Code is all reorganized. We're about ready to release. I should write up a
Mike Buland
little explenation of the arrangement.