Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Link with standard libraries instead of Boost#591

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 9 commits intocpp-netlib:masterfromglynos:boostless
Feb 8, 2016

Conversation

glynos
Copy link
Member

I added a submodule to the last official release of Asio, which uses standard library components instead of Boost.System, and updated all the internal code to reflect this.

I discovered some tests weren't running correctly (actually weren't ever running correctly), e.g. the MIME tests, and the client timeout tests, and I have disabled all of these.

I removed the filesystem path converter for the URI.

This is all backward incompatible now, and will break user code.

@glynos
Copy link
MemberAuthor

It seems the check that it is failing is for one of the configurations using the sanitizer. I ran this locally without any issues... any ideas?

@deanberris
Copy link
Member

It looks like a clang version might not be able to handle C++14 features (if we're already using those), or potentially a bug with the thread sanitiser with the version of clang we're using. Can you try upgrading the version in the travis config to see if that would resolve it? It's unfortunate that we don't see where the segfault happens when running on Travis, that would give us a lot more information.

@glynos
Copy link
MemberAuthor

We build using the -std=c++11 flag, so it is unlikely that it is an issue with C++14 features. I have updated the Travis config to use clang 3.7 (which I am using) to see if that solves the issue.

@deanberris
Copy link
Member

Okay, I think this is all good now. Thanks@glynos!

@deanberris
Copy link
Member

LGTM

deanberris added a commit that referenced this pull requestFeb 8, 2016
Link with standard libraries instead of Boost
@deanberrisdeanberris merged commit17de32d intocpp-netlib:masterFeb 8, 2016
@glynosglynos deleted the boostless branchFebruary 9, 2016 20:43
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@glynos@deanberris

[8]ページ先頭

©2009-2025 Movatter.jp