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
/
tests
(
unfollow
)
Age
Commit message (
Collapse
)
Author
2012-12-19
Added an initial test for the SignalList concept. I think it's actually just
Mike Buland
about done. List may want some extras to make it really nice, but that's immaterial to the signal code, I think it's about time to write generators. I have an idea for optomizing the return value code too, I'll try that out.
2012-11-28
More comments; moved the encryption system to unstable.
Mike Buland
2012-11-27
Added a few comments and fixed a string unit test, it assumed hex would be
Mike Buland
upper case by default and now it's lower case.
2012-11-09
Added Mersenne Twister random number generator.
Mike Buland
2012-11-09
Silly to keep patches around, I forgot this was here.
Mike Buland
2012-11-09
Added seed parameter to constructor of two PRNGs. Also fixed horrible mistake
Mike Buland
in RandomBasic.
2012-11-07
Packaging tweaks. It works better with a tarball now.
Mike Buland
2012-11-06
Another fix for markdown files.
Mike Buland
2012-11-06
Updated default.bld to include the new readme, and fixed the version file.
Mike Buland