Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added <algorithm> include to hashlib.h | Clifford Wolf | 2015-02-01 | 1 | -0/+1 |
| | |||||
* | Added dict/pool.sort() | Clifford Wolf | 2015-01-24 | 1 | -0/+14 |
| | |||||
* | Added hashlib::idict<> | Clifford Wolf | 2015-01-18 | 1 | -2/+58 |
| | |||||
* | hashlib iterator fix | Clifford Wolf | 2015-01-06 | 1 | -4/+4 |
| | |||||
* | Added hashlib .count(key, iterator) and it1 < it2 | Clifford Wolf | 2014-12-31 | 1 | -37/+50 |
| | |||||
* | hashlib cleanups and a fix | Clifford Wolf | 2014-12-31 | 1 | -17/+17 |
| | |||||
* | gcc-4.6 compile fixes | Clifford Wolf | 2014-12-31 | 1 | -4/+4 |
| | |||||
* | new hashlib::pool<> (derived from new dict) | Clifford Wolf | 2014-12-31 | 1 | -221/+151 |
| | |||||
* | major rewrite of hashlib::dict<> | Clifford Wolf | 2014-12-31 | 1 | -196/+123 |
| | |||||
* | using pool<> in bitpattern.h | Clifford Wolf | 2014-12-30 | 1 | -1/+15 |
| | |||||
* | added hashlib::mkhash_init | Clifford Wolf | 2014-12-30 | 1 | -3/+5 |
| | |||||
* | Small optimization in hashlib | Clifford Wolf | 2014-12-30 | 1 | -4/+4 |
| | |||||
* | Improvements in hashlib | Clifford Wolf | 2014-12-30 | 1 | -85/+74 |
| | |||||
* | Improved free list management in hashlib | Clifford Wolf | 2014-12-29 | 1 | -12/+108 |
| | |||||
* | Converting "share" to dict<> and pool<> complete | Clifford Wolf | 2014-12-29 | 1 | -0/+11 |
| | |||||
* | Added mkhash_xorshift() | Clifford Wolf | 2014-12-29 | 1 | -1/+19 |
| | |||||
* | Some changes to hashlib to make for better stl compatibility | Clifford Wolf | 2014-12-28 | 1 | -12/+14 |
| | |||||
* | Some cleanups | Clifford Wolf | 2014-12-28 | 1 | -9/+9 |
| | |||||
* | Improved hashlib iterator implementation | Clifford Wolf | 2014-12-28 | 1 | -24/+36 |
| | |||||
* | Renamed hashmap.h to hashlib.h, some related improvements | Clifford Wolf | 2014-12-28 | 1 | -0/+774 |