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: artyom-beilis/cppcms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gatehouse/cppcms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 110 files changed
  • 3 contributors

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    1a64be2 View commit details
    Browse the repository at this point in the history
  2. Replace booster smart pointers with STL equivalents

    Petr Filipsky committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    fcd4c24 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Further cleanup

    - remaining std::auto_ptr
    - redundant std::move when returning from a function
    - (consider using std::unique_ptr instead of naked new)
    Petr Filipsky committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4a54f39 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Merge pull request #1 from filodej/clang-tidy/auto_ptr

    Clang tidy/auto ptr
    gatehouse authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    edc704e View commit details
    Browse the repository at this point in the history
  2. Bump version.

    gatehouse committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    1c87f72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61da055 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Look for Python 3 as well.

    gatehouse committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    07e6ff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bbfc28 View commit details
    Browse the repository at this point in the history
Loading