Skip to content
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

Open
wants to merge 26 commits into
base: integration
Choose a base branch
from

Conversation

NikitaKomp
Copy link

…FIFO Queues (Компанищенко, Зырянов)

@eugenyk
Copy link
Contributor

eugenyk commented Jan 31, 2019

@NikitaKomp, explain, please, why it is needed to change license of some part of the library?

++m_nPushError;
}
//EXPECT_TRUE(false) << "nItem = " << nItem;
Copy link
Contributor

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

Copy link
Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong old lisence

Copy link
Author

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);
Copy link
Contributor

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Исправил

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants