2015-09-14 |
khizmax | Added MS VisualStudio 2015 solution |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Excluded deprecated functions ensure() and find(key... |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Removed MS VC++ 2015 TCP projects |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Removed unused helper BoundedArray class |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | ensure() and find(key) member functions are declared... |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Fixed MultiLevelHashSet MT-test |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Removed unused implementation_tag typedef |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Refactored Set_InsDelFind MT-test |
commit | commitdiff | tree | snapshot |
2015-09-13 |
khizmax | Incorporated MultiLevelHashSet into set's MT-test |
commit | commitdiff | tree | snapshot |
2015-09-12 |
khizmax | Refactored Set_InsDel_string MT-test |
commit | commitdiff | tree | snapshot |
2015-09-10 |
khizmax | Refactored Set_InsDel_func MT-test |
commit | commitdiff | tree | snapshot |
2015-09-09 |
khizmax | Refactored Set_DelOdd MT-test |
commit | commitdiff | tree | snapshot |
2015-09-07 |
khizmax | Refactored Map_InsDel_Item_string MT-test |
commit | commitdiff | tree | snapshot |
2015-09-07 |
khizmax | Refactored Map_InsDel_Item_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-07 |
khizmax | Refactored Map_InsDelFind MT-test |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | Refactored Map_InsFind_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | Refactored Map_find_string MT-test |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | StripedSet: replace ensure() with update() |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | fixed an error in less() predicate |
commit | commitdiff | tree | snapshot |
2015-09-06 |
khizmax | Added less() predicate for CityHash |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Added MD5, SHA256, CityHash hash function for MultiLeve... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Refactored Map_InsDel_string MT-test |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | StripedMap: replace ensure() with update(), find(key... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Added StdMap to Map_InsDel_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Added MultiLevelHashMap to Map_insdel_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-05 |
khizmax | Refactored Map_insdel_int MT-test |
commit | commitdiff | tree | snapshot |
2015-09-01 |
khizmax | CuckooMap, CuckooSet: |
commit | commitdiff | tree | snapshot |
2015-09-01 |
khizmax | Added compiler-specific CDS_DEPRECATED macro |
commit | commitdiff | tree | snapshot |
2015-08-30 |
khizmax | BronsonAVLTreeMap: |
commit | commitdiff | tree | snapshot |
2015-08-30 |
khizmax | EllenBinTreeMap, EllenBinTreeSet: |
commit | commitdiff | tree | snapshot |
2015-08-29 |
khizmax | * SkipListMap, SkipListSet: |
commit | commitdiff | tree | snapshot |
2015-08-29 |
khizmax | SplitListMap, SplitListSet: |
commit | commitdiff | tree | snapshot |
2015-08-29 |
khizmax | Refactored MapDelOdd MT-test |
commit | commitdiff | tree | snapshot |
2015-08-29 |
khizmax | MichaelList, LazyList, MichaelMap: |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | Fixed MultiLevelHashSet/Map docs |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | Removed trailing whitespaces |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | Fixed MultiLevelHashMap double registration of unit... |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | Fixed build script |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | MultiLevelHashSet/Map<HP> - fixed GCC incompatibility |
commit | commitdiff | tree | snapshot |
2015-08-23 |
khizmax | - Refactored MultiLevelHashSet<HP> iterators |
commit | commitdiff | tree | snapshot |
2015-08-20 |
khizmax | Added container::MultiLevelHashSet<HP> unit tests |
commit | commitdiff | tree | snapshot |
2015-08-18 |
khizmax | [draft] MultiLevelHashMap<HP> implementation |
commit | commitdiff | tree | snapshot |
2015-08-17 |
khizmax | [draft] container::MultiLevelHashMap |
commit | commitdiff | tree | snapshot |
2015-08-15 |
khizmax | Fixed typos in general intrusive container doc |
commit | commitdiff | tree | snapshot |
2015-08-15 |
khizmax | [draft] implemented container::MultiLevelHashSet |
commit | commitdiff | tree | snapshot |
2015-08-14 |
khizmax | intrusive MultiLevelHashSet<HP>: comment std::iterator_... |
commit | commitdiff | tree | snapshot |
2015-08-14 |
khizmax | Fixed hdr test for MultiLevelHashSet<HP> |
commit | commitdiff | tree | snapshot |
2015-08-13 |
khizmax | Improving intrusive MultiLevelHashSet<HP>: |
commit | commitdiff | tree | snapshot |
2015-08-12 |
khizmax | intrusive MultiLevelHashSet: |
commit | commitdiff | tree | snapshot |
2015-08-11 |
khizmax | intrusive MultiLevelHashSet: added reverse iterator... |
commit | commitdiff | tree | snapshot |
2015-08-10 |
khizmax | Added MltiLevelHashSet bidirectional thread-safe iterators |
commit | commitdiff | tree | snapshot |
2015-08-10 |
khizmax | Changed internal structure of MultiLevelHashSet node... |
commit | commitdiff | tree | snapshot |
2015-08-09 |
khizmax | intrusive MultiLevelHashSet: |
commit | commitdiff | tree | snapshot |
2015-08-05 |
khizmax | Small fixes in split_bitstring algo |
commit | commitdiff | tree | snapshot |
2015-08-03 |
khizmax | Fix readme |
commit | commitdiff | tree | snapshot |
2015-08-03 |
khizmax | Added 64bit test for split_bitstring algo |
commit | commitdiff | tree | snapshot |
2015-08-02 |
khizmax | intrusive MultiLevelHashSet fixes, tests |
commit | commitdiff | tree | snapshot |
2015-08-01 |
khizmax | Replaced deprecated atomic64_xxx types with int64_t... |
commit | commitdiff | tree | snapshot |
2015-07-30 |
khizmax | Intrusive MultiLevelHashSet draft done |
commit | commitdiff | tree | snapshot |
2015-07-26 |
khizmax | intrusive MichaelList: replaced ensure() with update() |
commit | commitdiff | tree | snapshot |
2015-07-25 |
khizmax | SkipList: |
commit | commitdiff | tree | snapshot |
2015-07-22 |
khizmax | Implemented bit-string splitting for MultiLevelHashSet |
commit | commitdiff | tree | snapshot |
2015-07-22 |
khizmax | Fixed intrusive MultiLevelHashSet interface |
commit | commitdiff | tree | snapshot |
2015-07-21 |
khizmax | Fixed gcc-4.9 warning |
commit | commitdiff | tree | snapshot |
2015-07-21 |
khizmax | Fixed make_comparator metafunction |
commit | commitdiff | tree | snapshot |
2015-07-21 |
khizmax | Fixed make_comparator metafunction |
commit | commitdiff | tree | snapshot |
2015-07-20 |
khizmax | fixed readme |
commit | commitdiff | tree | snapshot |
2015-07-20 |
khizmax | Start implementing MultiLevelHashSet |
commit | commitdiff | tree | snapshot |
2015-07-18 |
khizmax | Fixed a bug in MichaelList<RCU>::extract function |
commit | commitdiff | tree | snapshot |
2015-07-18 |
khizmax | Removed ugly reinterpret_cast |
commit | commitdiff | tree | snapshot |
2015-07-16 |
khizmax | Fixed msvc12 linker flags |
commit | commitdiff | tree | snapshot |
2015-07-15 |
khizmax | Fixed RWQueue test |
commit | commitdiff | tree | snapshot |
2015-07-15 |
khizmax | Removed unused data |
commit | commitdiff | tree | snapshot |
2015-07-15 |
khizmax | Fixed compiler errors |
commit | commitdiff | tree | snapshot |
2015-07-12 |
khizmax | Fixed data races in EllenBinTree (TSan) |
commit | commitdiff | tree | snapshot |
2015-07-12 |
khizmax | Replaced alignment option with padding for VyukovMPMCCy... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
khizmax | Fixed bug in RCU batch_retire() |
commit | commitdiff | tree | snapshot |
2015-07-11 |
khizmax | Removed unused variable |
commit | commitdiff | tree | snapshot |
2015-07-11 |
khizmax | RWQueue refactoring for eliminating data race (TSan) |
commit | commitdiff | tree | snapshot |
2015-07-09 |
khizmax | Fixed build script |
commit | commitdiff | tree | snapshot |
2015-07-08 |
khizmax | Fixed TSan annotations |
commit | commitdiff | tree | snapshot |
2015-07-08 |
khizmax | Fixed doxygen 1.8.10 incompabilities |
commit | commitdiff | tree | snapshot |
2015-07-02 |
khizmax | Docfix |
commit | commitdiff | tree | snapshot |
2015-06-28 |
khizmax | Suppressed TSan false positive warnings |
commit | commitdiff | tree | snapshot |
2015-06-27 |
khizmax | Renamed m_nHazardPtrCount to c_nHazardPtrCount |
commit | commitdiff | tree | snapshot |
2015-06-27 |
khizmax | Changed: OptimisticQueue: use padding option instead... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
khizmax | Changed: use padding option instead of alignment one |
commit | commitdiff | tree | snapshot |
2015-06-15 |
khizmax | Queue refactoring |
commit | commitdiff | tree | snapshot |
2015-06-12 |
khizmax | Fixed data race in stack test (found by TSan) |
commit | commitdiff | tree | snapshot |
2015-06-12 |
khizmax | Fixed data race in flat combining algo found by TSan |
commit | commitdiff | tree | snapshot |
2015-06-12 |
khizmax | Replaced a functor with lambda in TreiberStack |
commit | commitdiff | tree | snapshot |
2015-06-12 |
khizmax | Added TSan annotation |
commit | commitdiff | tree | snapshot |
2015-06-12 |
khizmax | Fixed MichaelList<RCU> memory ordering |
commit | commitdiff | tree | snapshot |
2015-06-12 |
khizmax | Removed TSan annotations |
commit | commitdiff | tree | snapshot |
2015-06-12 |
khizmax | Added TSan annotations |
commit | commitdiff | tree | snapshot |
2015-06-12 |
khizmax | RCU doc fixed |
commit | commitdiff | tree | snapshot |
2015-06-07 |
khizmax | MichaelList refactored |
commit | commitdiff | tree | snapshot |
2015-06-07 |
khizmax | Modified Hazard Pointer SMR to conform C++11 memory... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
khizmax | Doc fixed |
commit | commitdiff | tree | snapshot |
2015-06-05 |
khizmax | Added total-relaxed memory model for testing purposes |
commit | commitdiff | tree | snapshot |
next |