Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add hashlib "<container>::element(int n)" methods | Clifford Wolf | 2019-03-14 | 1 | -0/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add hashlib support for hashing of pools | Clifford Wolf | 2017-08-22 | 1 | -0/+7 |
| | |||||
* | Change intptr_t to uintptr_t in hashlib.h | Clifford Wolf | 2017-07-18 | 1 | -1/+1 |
| | |||||
* | Fix build warnings for win64 | Robert Ou | 2017-07-17 | 1 | -1/+1 |
| | | | | Win64 has a 32-bit long. Use intptr_t to work on any data model. | ||||
* | Added missing "#define HASHLIB_H" | Clifford Wolf | 2016-05-14 | 1 | -0/+1 |
| | |||||
* | Minor hashlib bugfix | Clifford Wolf | 2016-04-16 | 1 | -1/+1 |
| | |||||
* | Hashlib indenting fix | Clifford Wolf | 2016-04-05 | 1 | -2/+2 |
| | |||||
* | Fixed more visual studio warnings | Clifford Wolf | 2016-02-14 | 1 | -5/+3 |
| | |||||
* | Fixed some visual studio warnings | Clifford Wolf | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | hashlib mfp<> performance improvements | Clifford Wolf | 2016-02-01 | 1 | -2/+7 |
| | |||||
* | Added reserve() method to haslib classes and | Clifford Wolf | 2016-01-31 | 1 | -2/+6 |
| | | | | calculate hashtable size based on entries capacity, not size | ||||
* | Added default values for hashlib at() methods | Clifford Wolf | 2015-12-02 | 1 | -0/+18 |
| | |||||
* | Re-added SigMap::allbits() | Clifford Wolf | 2015-11-30 | 1 | -0/+5 |
| | |||||
* | Improved SigMap performance | Clifford Wolf | 2015-10-28 | 1 | -0/+5 |
| | |||||
* | Added hashlib::mfp and new SigMap | Clifford Wolf | 2015-10-27 | 1 | -0/+93 |
| | |||||
* | Major refactoring of equiv_struct | Clifford Wolf | 2015-10-25 | 1 | -0/+5 |
| | |||||
* | Microsoft Visual C++ fixes in hashlib; template specializations on int32_t ↵ | Andrei Errapart | 2015-09-01 | 1 | -6/+8 |
| | | | | and int64_t. | ||||
* | Fixed hashlib for 64 bit int keys | Clifford Wolf | 2015-08-12 | 1 | -3/+9 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | Added cellaigs API | Clifford Wolf | 2015-06-09 | 1 | -1/+1 |
| | |||||
* | Added hashlib support for std::tuple<> | Clifford Wolf | 2015-04-07 | 1 | -0/+15 |
| | |||||
* | Added pool<K>::pop() | Clifford Wolf | 2015-04-07 | 1 | -0/+8 |
| | |||||
* | Some hashlib improvements | Clifford Wolf | 2015-02-09 | 1 | -9/+37 |
| | |||||
* | 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 |