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: OSVR/libfunctionality
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: coverity_scan
Choose a base ref
...
head repository: OSVR/libfunctionality
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.
  • 11 commits
  • 12 files changed
  • 3 contributors

Commits on Jul 13, 2018

  1. Configuration menu
    Copy the full SHA
    25b58f5 View commit details
    Browse the repository at this point in the history
  2. Don't print empty error messages.

    godbyk authored and rpavlik committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    921cb80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19 from OSVR/win-error-message

    Added more useful error message when failing to load plugin on Windows.
    rpavlik authored Jul 13, 2018
    Configuration menu
    Copy the full SHA
    0cf0203 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    f6def86 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Ignore VS Code files

    rpavlik committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    7648334 View commit details
    Browse the repository at this point in the history
  2. Clang-tidy cleanup

    rpavlik committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    ff0190d View commit details
    Browse the repository at this point in the history
  3. Add clang-tidy to build

    rpavlik committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    2ec9896 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fc3e4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa7b86c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Adjust clang-tidy options.

    Turn off warning that we lack move-construct and move-assign
    (keeping this library C++03 at least for now), and remove extraneous
    configs for "modernize" checks we aren't running.
    rpavlik committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    221bc2c View commit details
    Browse the repository at this point in the history
  2. Fix C++03 building.

    The gain from using modern C++ (beyond shared_ptr, which
    we also support getting from TR1) in this library is fairly negligible,
    so restoring the status quo before I accidentally made this modern with
    clang-tidy.
    rpavlik committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    aa72a4c View commit details
    Browse the repository at this point in the history
Loading