projects
/
libcds.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libcds.git
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
2015-06-04
khizmax
Fixed DHP GC initialization order
commit
|
commitdiff
|
tree
|
snapshot
2015-06-04
khizmax
Fixed split-list hash functor requirements in the doc
commit
|
commitdiff
|
tree
|
snapshot
2015-06-03
khizmax
TSan: fixed MichaelList memory ordering constraints
commit
|
commitdiff
|
tree
|
snapshot
2015-06-03
khizmax
typo fixed
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
khizmax
Added missing header, doc fixed
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
khizmax
Changed SkipListSet/Map<RCU> for new get() semantics...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
khizmax
Changed SplitListSet/Map<RCU> for new MichaelList...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
khizmax
Fixed Markdown layout
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
khizmax
Added links to the papers
commit
|
commitdiff
|
tree
|
snapshot
2015-05-24
khizmax
Renamed get_result typedef to raw_ptr
commit
|
commitdiff
|
tree
|
snapshot
2015-05-23
khizmax
Changed MichaelSet/Map<RCU> for new MichaelList extract...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-23
khizmax
Fixed refactoring bugs
commit
|
commitdiff
|
tree
|
snapshot
2015-05-23
khizmax
Fixed compatibility with boost 1.58
commit
|
commitdiff
|
tree
|
snapshot
2015-05-23
khizmax
Applied raw_ptr to non-intrusive MichaelKVList<RCU>
commit
|
commitdiff
|
tree
|
snapshot
2015-05-23
khizmax
Doc fixed
commit
|
commitdiff
|
tree
|
snapshot
2015-05-23
khizmax
Added urcu::raw_ptr adapter for non-intrusive containers
commit
|
commitdiff
|
tree
|
snapshot
2015-05-23
khizmax
Added urcu::raw_ptr concept
commit
|
commitdiff
|
tree
|
snapshot
2015-05-21
khizmax
Added missing function qualifiers
commit
|
commitdiff
|
tree
|
snapshot
2015-05-21
khizmax
Added simplified form of urcu::batch_retire function
commit
|
commitdiff
|
tree
|
snapshot
2015-05-21
khizmax
Fixed MichaelList<RCU> removal bug (TBC: get() is still...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-21
khizmax
Fixed MichaelList<RCU> removal bug (to be continued)
commit
|
commitdiff
|
tree
|
snapshot
2015-05-21
khizmax
Removed TSan annotations, tuned memory ordering
commit
|
commitdiff
|
tree
|
snapshot
2015-05-17
khizmax
TSan exam: update descriptor pool for EllenBinTree
commit
|
commitdiff
|
tree
|
snapshot
2015-05-17
khizmax
TSan exam: SplitList
commit
|
commitdiff
|
tree
|
snapshot
2015-05-16
khizmax
TSan exam: SplitList
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
khizmax
TSan exam: EllenBinTree, FCPriorityQueue
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
khizmax
Removed mingw-gcc warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-05-13
khizmax
random_shuffle_permutation refactoring
commit
|
commitdiff
|
tree
|
snapshot
2015-05-13
Max Khizhinsky
Merge pull request #40 from khegeman/integration
commit
|
commitdiff
|
tree
|
snapshot
2015-05-13
Kyle Hegeman
implement emplace using equeue_with
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
khizmax
Simplified random_shuffle_permutation implementation
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
khizmax
Fixed issue #37: removed atomic from EllenBinTree basic...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
khizmax
Updated thanks file
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
khizmax
Merge branch 'dev'
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
Max Khizhinsky
Merge pull request #36 from khegeman/integration
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
Kyle Hegeman
copy test conf files to bin directory
commit
|
commitdiff
|
tree
|
snapshot
2015-05-07
Marsel Galimullin
fixed empy function in flat combiner containers
commit
|
commitdiff
|
tree
|
snapshot
2015-05-07
khizmax
TSan exam: SkipList
commit
|
commitdiff
|
tree
|
snapshot
2015-05-07
Max Khizhinsky
Merge pull request #33 from mgalimullin/fix_fc_empty
commit
|
commitdiff
|
tree
|
snapshot
next