-
Notifications
You must be signed in to change notification settings - Fork 742
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: socketio/socket.io-client-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ec4d540
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/socket.io-client-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aba189c
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 9 files changed
- 7 contributors
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1b42ce7 - Browse repository at this point
Copy the full SHA 1b42ce7View commit details -
fix: lower the minimum CMake supported version
If CMake doesn't understand C++11-related property, simply use the COMPILE_FLAGS property
Configuration menu - View commit details
-
Copy full SHA for b196fa7 - Browse repository at this point
Copy the full SHA b196fa7View commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d1c73b7 - Browse repository at this point
Copy the full SHA d1c73b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7de4eb - Browse repository at this point
Copy the full SHA e7de4ebView commit details
Commits on Feb 14, 2021
-
feat: allow resource path to be set in connection URI (#134)
Please note that this implementation differs from the JS one, where the resource path is the namespace you want to reach: ```js const socket = io("https://example.com/my-namespace", { path: "/my-custom-path/" }); ``` Here, we will have: ```C++ sio::client h; h.connect("https://example.com/my-custom-path/"); h.socket("/my-namespace")->emit("hello"); ```
Configuration menu - View commit details
-
Copy full SHA for 36a8cd4 - Browse repository at this point
Copy the full SHA 36a8cd4View commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e7f17c6 - Browse repository at this point
Copy the full SHA e7f17c6View commit details -
docs: update compatibility table for Socket.IO v4
The v4 contains only a few breaking changes at the API level on the server-side, so the current C++ client is compatible. Reference: https://socket.io/docs/v4/migrating-from-3-x-to-4-0/
Configuration menu - View commit details
-
Copy full SHA for 0581aab - Browse repository at this point
Copy the full SHA 0581aabView commit details
Commits on Jun 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e8ea707 - Browse repository at this point
Copy the full SHA e8ea707View commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 82d39a9 - Browse repository at this point
Copy the full SHA 82d39a9View commit details
Commits on Oct 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aba189c - Browse repository at this point
Copy the full SHA aba189cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ec4d540...aba189c