Skip to content

Conversation

deanberris
Copy link
Member

Instead of messing up 0.11-devel, this PR will start of 0.12-devel with an upgrade to C++11-only.

These changes haven't been tested; just a raw starting point for fixing
things up later on. Generated with:

clang-tidy -checks='*' -fix-errors ../libs/network/test/*.cpp -header-filter='boost/network/*'

From within a build directory, like this:

(while in cpp-netlib)
mkdir build
cmake -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/Users/dberris/homebrew/Cellar/openssl/1.0.2d_1 -DBOOST_ROOT=/Users/dberris/Source/boost_1_56_0 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
@deanberris
Copy link
Member Author

This one's now ready to have a look at (soon as the Travis CI finishes).

PTAL @glynos?

@deanberris deanberris assigned deanberris and glynos and unassigned deanberris Nov 2, 2015
@deanberris
Copy link
Member Author

All green now @glynos -- PTAL.

Cheers

glynos added a commit that referenced this pull request Nov 18, 2015
@glynos glynos merged commit fb210e7 into cpp-netlib:0.12-devel Nov 18, 2015
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 8a8279a on deanberris:0.11-devel-cpp11-upgrade into ** on cpp-netlib:0.12-devel**.

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.

3 participants