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: microsoft/cpprestsdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: idscan/cpprestsdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: idscan-hunter-2.10.19
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 28, 2024

  1. IDES2-3488 hunterisation of 2.10.16 (#4)

    * IDES2-3488 Re-hunterise latest upstream version
    Update to use hunter_add_package etc appropriately.
    
    * IDES2-3488 Minor fixes to previous
    Fix comment and add missing HunterGate
    
    * IDES2-3488 Add HunterGate call at top level
    Seems the top-level project needs a HunterGate after all.
    
    * IDES2-3488 Minor fixes so builds on Linux
    
    * IDES2-3488 Use PROJECT_NAME in installer
    Use PROJECT_NAME instead of hardwired cpprestsdk in installer,
    so should now be casablanca for us.
    
    * IDES2-3488 Further changes to allow project name override
    Further fixes so if we call it casablanca then files are installed
    at the correct place.
    
    * IDES2-3488 Default back to cpprestsdk
    Change the project name back to standard but allow override
    
    * IDES2-3488 Minor change to previous
    
    * IDES2-3488 Remove carriage returns from changed file
    
    * IDES2-3488 Fix scenario when the project_name is not supplied
    
    * IDES2-3488 Correct websocketpp version trace output
    Mixed-case variable is being set
    
    (cherry picked from commit e86c368)
    john-forrest committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8adef3d View commit details
    Browse the repository at this point in the history
  2. Fix for gcc10+ - failed printf arguments check

    This was previously added locally as a hunter patch
    john-forrest committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3dcaa8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff503b View commit details
    Browse the repository at this point in the history
  4. Disable -Werror by default

    gcc13 throws up issues we probably don't need to fix
    john-forrest committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d42ad03 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Set minimum required cmake to 3.10

    Now usual minimum given to hunter
    john-forrest committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    7a0521a View commit details
    Browse the repository at this point in the history
Loading