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

Commits on Oct 1, 2017

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

    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 committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    f50c068 View commit details
    Browse the repository at this point in the history