On Thursday 15 January 2015 21:59:01 Peter Dimov wrote:
Many libraries have unmerged changes in their develop branches. Some of those are legitimate, many aren't.
What follows is a list of the submodules for which git log master..develop reports something, created by
git submodule foreach "git log -n 1 --oneline origin/master..origin/develop
|| :"
and then edited slightly by me.
Entering 'libs/atomic' 427a757 Merge pull request #4 from jhunold/test_dependency
This was committed just yesterday. Now that Boost.Test has been reverted this change has no effect.
Entering 'libs/mpl' 6a0f617 Revert "Merge pull request #11 from Lastique/modularization"
This doesn't make sense. The difference is just in meta/libraries.json, which is only present in develop but not in master.