-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ready] Replacing Competition with Cooperation to Achieve Scalable Lock-Free … #136
base: integration
Are you sure you want to change the base?
Conversation
@NikitaKomp, explain, please, why it is needed to change license of some part of the library? |
test/stress/queue/push.cpp
Outdated
++m_nPushError; | ||
} | ||
//EXPECT_TRUE(false) << "nItem = " << nItem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove all commented source code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Исправил
/* | ||
This file is a part of libcds - Concurrent Data Structures library | ||
|
||
(C) Copyright Maxim Khizhinsky ([email protected]) 2006-2017 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong old lisence
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Исправил
for ( size_t i = 0; i < nSize; ++i ) | ||
{ | ||
q.push( arr[i] ); | ||
ASSERT_CONTAINER_SIZE( q, i+1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Random indent, use library source code style
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Исправил
…FIFO Queues (Компанищенко, Зырянов)