Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: boostorg/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Teemperor/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Jun 2, 2017

  1. Reencoded a few headers that used Windows-1252 with UTF-8.

    Nearly every header in the boost codebase is UTF-8, but here there
    are a few headers which are using Windows-1252, which makes it impossible
    for some tools to parse those files. This patch just reencodes them
    with UTF-8 like the rest of the codebase. I checked that the name of the
    author is still correct after this change.
    
    No functional change intended.
    Teemperor committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    34c0731 View commit details
    Browse the repository at this point in the history
Loading