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: thucnh/cpp-netlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dab9f51
Choose a base ref
...
head repository: cpp-netlib/cpp-netlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 552ce94
Choose a head ref
  • 6 commits
  • 8 files changed
  • 9 contributors

Commits on May 29, 2019

  1. The CmakeLists.txt file in the cpp-netlib repository incorrectly sets (

    …cpp-netlib#873)
    
    the lib suffixes when building with CPP-NETLIB_STATIC_OPENSSL on a
    Windows Machine. Adding an 'If (WIN32)' condition to properly set
    CMAKE_FIND_LIBRARY_SUFFIXES to '.lib' on a windows machine.
    rpriest1260 authored and glynos committed May 29, 2019
    Configuration menu
    Copy the full SHA
    7cbd52c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

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

Commits on May 8, 2020

  1. Fix build failed for cxxopt submodule updating (cpp-netlib#886)

    Co-authored-by: Jin Yuqi (Ricky) <jinyq@new-rt.com>
    jinyuqi and Jin Yuqi (Ricky) authored May 8, 2020
    Configuration menu
    Copy the full SHA
    69d2c11 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

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

Commits on Sep 1, 2023

  1. Fixup asio old service removed after boost 1.69 (cpp-netlib#901)

    BOOST_ASIO_ENABLE_OLD_SERVICES option and all those header
    files are removed from boost asio 1.70.
    
    Signed-off-by: Hsia-Jun(Randy) Li <randy.li@synaptics.com>
    Co-authored-by: Hsia-Jun(Randy) Li <randy.li@synaptics.com>
    hizukiayaka and hizukiayaka authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d42fb59 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Compatibility with boost 1.83 (cpp-netlib#902)

    Co-authored-by: jjll <jjll@gmv.com>
    jalegido and jjll authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    552ce94 View commit details
    Browse the repository at this point in the history
Loading