| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2012-05-06 | 737 Bytes | |
| ashtl_0.0.4_doc.zip | 2012-05-06 | 8.7 MB | |
| ashtl_0.0.4_doc.tar.gz | 2012-05-06 | 7.7 MB | |
| ashtl_0.0.4.zip | 2012-05-06 | 2.6 MB | |
| ashtl_0.0.4.tar.gz | 2012-05-06 | 2.0 MB | |
| Totals: 5 Items | 21.1 MB | 0 | |
ashtl_0.0.4.{zip|tar.gz} - Everything except documentation.
ashtl_0.0.4_doc.{zip|tar.gz} - HTML documentation (a copy of the website).
CHANGELOG:
0.0.4:
* Fixed a bug where sparse containers did not dynamically resize properly.
* Fixed a bug in dense_hashlist's iterative constructor.
0.0.3:
* Added Solaris support.
* Added our own custom hash functor (now used by default).
* Added {dense|sparse}_hashlist classes.
* Lots of documentation fixes/updates.
KNOWN BUGS:
WINDOWS/Visual Studio:
* Using std::allocator with std::set (and probably std::map) conflicts with std::rel_ops::operator!=. I think this is Microsoft's bug, not ours. A workaround is to use ash::libc_allocator_with_realloc in place of std::allocator.