Thanks to visit codestin.com
Credit goes to github.com

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: orocos-toolchain/log4cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: orocos-toolchain/log4cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: toolchain-2.9-fix-stdarg-include
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    6a90b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bce9d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac2d373 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    91e42d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc9e00 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. log4cpp: include cstdarg instead of stdarg.h

    This might fix a compile error with GCC 5.4 without --std=c++11:
    
    /home/travis/build/orocos-toolchain/orocos_toolchain/log4cpp/src/StringUtil.cpp: In static member function ‘static std::__cxx11::string log4cpp::StringUtil::vform(const char*, __va_list_tag*)’:
    /home/travis/build/orocos-toolchain/orocos_toolchain/log4cpp/src/StringUtil.cpp:47:36: error: ‘va_copy’ was not declared in this scope
                 va_copy(args_copy, args);
                                        ^
    meyerj committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    980d13f View commit details
    Browse the repository at this point in the history
Loading