| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ashtl_0.0.3_doc.zip | 2012-04-30 | 8.7 MB | |
| README | 2012-04-30 | 595 Bytes | |
| ashtl_0.0.3_doc.tar.gz | 2012-04-30 | 7.6 MB | |
| ashtl_0.0.3.zip | 2012-04-30 | 2.6 MB | |
| ashtl_0.0.3.tar.gz | 2012-04-30 | 2.0 MB | |
| Totals: 5 Items | 21.0 MB | 0 | |
ashtl_0.0.3.{zip|tar.gz} - Everything except documentation.
ashtl_0.0.3_doc.{zip|tar.gz} - HTML documentation (a copy of the website).
CHANGELOG:
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.