-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some custom modifications to handle a different data set
- Loading branch information
Christian Newman
committed
May 16, 2024
1 parent
391a437
commit 1eebdea
Showing
7 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule HTTPRequest
updated
25 files
+36 −0 | .circleci/config.yml | |
+30 −13 | .gitignore | |
+3 −0 | .gitmodules | |
+19 −0 | CMakeLists.txt | |
+36 −24 | README.md | |
+61 −10 | azure-pipelines.yml | |
+3 −7 | example/Makefile | |
+28 −0 | example/example.sln | |
+9 −5 | example/example.vcxproj | |
+16 −42 | example/example.xcodeproj/project.pbxproj | |
+7 −0 | example/example.xcodeproj/project.xcworkspace/contents.xcworkspacedata | |
+104 −0 | example/main.cpp | |
+1 −0 | external/Catch2 | |
+1,038 −389 | include/HTTPRequest.hpp | |
+14 −0 | sonar-project.properties | |
+0 −85 | test/main.cpp | |
+21 −0 | tests/CMakeLists.txt | |
+28 −0 | tests/Makefile | |
+95 −0 | tests/encoding.cpp | |
+2 −0 | tests/main.cpp | |
+484 −0 | tests/parsing.cpp | |
+1 −1 | tests/tests.sln | |
+167 −0 | tests/tests.vcxproj | |
+320 −0 | tests/tests.xcodeproj/project.pbxproj | |
+1 −1 | tests/tests.xcodeproj/project.xcworkspace/contents.xcworkspacedata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule srcSAXEventDispatch
updated
from 2aeac9 to 7605fa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters