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

i#2020: use C++11 in all DR C++ code #2654

Merged
merged 1 commit into from
Oct 1, 2017
Merged

i#2020: use C++11 in all DR C++ code #2654

merged 1 commit into from
Oct 1, 2017

Conversation

derekbruening
Copy link
Contributor

Sets -std=c++11 in the base compiler flags for all DR code.

Refactors configure_DynamoRIO_common(), which used flags set for either C
or C++ depending on the whole target, to be merged and invoked later with
_DR_set_compile_flags(), where we can split the flags by source file rather
than target and have two sets of flags.

Fixes misc warnings with C++11 in various files.

Fixes #2020

Sets -std=c++11 in the base compiler flags for all DR code.

Refactors configure_DynamoRIO_common(), which used flags set for either C
or C++ depending on the whole target, to be merged and invoked later with
_DR_set_compile_flags(), where we can split the flags by source file rather
than target and have two sets of flags.

Fixes misc warnings with C++11 in various files.

Fixes #2020
@derekbruening
Copy link
Contributor Author

Appveyor failure is api.detach #2246

@derekbruening derekbruening merged commit aa20d1b into master Oct 1, 2017
@derekbruening derekbruening deleted the i2020-c++11 branch October 1, 2017 01:44
fhahn pushed a commit that referenced this pull request Dec 4, 2017
Sets -std=c++11 in the base compiler flags for all DR code.

Refactors configure_DynamoRIO_common(), which used flags set for either C
or C++ depending on the whole target, to be merged and invoked later with
_DR_set_compile_flags(), where we can split the flags by source file rather
than target and have two sets of flags.

Fixes misc warnings with C++11 in various files.

Fixes #2020
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.

1 participant