The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2017-09-01 | 389 Bytes |
|
| cds-2.3.1.tar.gz | 2017-09-01 | 4.6 MB | |
| cds-2.3.1.zip | 2017-09-01 | 7.2 MB | |
| Totals: 3 Items | 11.7 MB | 2 | |
Maintenance release
- issue #81: bug in gc::DHP when extending thread's retired array,
thanks to gtroxler (https://github.com/gtroxler)
- Improved CMake scripts for simplifying libcds intergration with
other projects:
find_package(LibCDS)
add_library(mylib INTERFACE)
target_link_libraries(mylib INTERFACE LibCDS::cds)
Thansk to Louis Dionne (https://github.com/ldionne)