aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hashlib.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed trailing whitespacesClifford Wolf2015-07-021-1/+1
* Added cellaigs APIClifford Wolf2015-06-091-1/+1
* Added hashlib support for std::tuple<>Clifford Wolf2015-04-071-0/+15
* Added pool<K>::pop()Clifford Wolf2015-04-071-0/+8
* Some hashlib improvementsClifford Wolf2015-02-091-9/+37
* Added <algorithm> include to hashlib.hClifford Wolf2015-02-011-0/+1
* Added dict/pool.sort()Clifford Wolf2015-01-241-0/+14
* Added hashlib::idict<>Clifford Wolf2015-01-181-2/+58
* hashlib iterator fixClifford Wolf2015-01-061-4/+4
* Added hashlib .count(key, iterator) and it1 < it2Clifford Wolf2014-12-311-37/+50
* hashlib cleanups and a fixClifford Wolf2014-12-311-17/+17
* gcc-4.6 compile fixesClifford Wolf2014-12-311-4/+4
* new hashlib::pool<> (derived from new dict)Clifford Wolf2014-12-311-221/+151
* major rewrite of hashlib::dict<>Clifford Wolf2014-12-311-196/+123
* using pool<> in bitpattern.hClifford Wolf2014-12-301-1/+15
* added hashlib::mkhash_initClifford Wolf2014-12-301-3/+5
* Small optimization in hashlibClifford Wolf2014-12-301-4/+4
* Improvements in hashlibClifford Wolf2014-12-301-85/+74
* Improved free list management in hashlibClifford Wolf2014-12-291-12/+108
* Converting "share" to dict<> and pool<> completeClifford Wolf2014-12-291-0/+11
* Added mkhash_xorshift()Clifford Wolf2014-12-291-1/+19
* Some changes to hashlib to make for better stl compatibilityClifford Wolf2014-12-281-12/+14
* Some cleanupsClifford Wolf2014-12-281-9/+9
* Improved hashlib iterator implementationClifford Wolf2014-12-281-24/+36
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-281-0/+774