FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge Develop to Main by cliffg-softwarelibre · Pull Request #8 · connectivecpp/shared-buffer · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .cmake  (1) .cpp  (1) .txt  (2) All 3 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion cmake/download_cpm.cmake
This file contains hidden or 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

file(
DOWNLOAD
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.40.0/CPM.cmake
https://github.com/cpm-cmake/CPM.cmake/releases/download/v0.42.0/CPM.cmake
${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake
)
include(${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake)
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
This file contains hidden or 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project ( shared_buffer_example LANGUAGES CXX )
# add dependencies
include ( ../cmake/download_cpm.cmake )

CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.5" )
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.6" )
CPMAddPackage ( "gh:connectivecpp/binary-serialize@1.0.4" )

# add executable
Expand Down
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
This file contains hidden or 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
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ target_compile_features ( shared_buffer_test PRIVATE cxx_std_20 )
# add dependencies
include ( ../cmake/download_cpm.cmake )

CPMAddPackage ( "gh:catchorg/Catch2@3.8.0" )
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.5" )
CPMAddPackage ( "gh:catchorg/Catch2@3.11.0" )
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.6" )

# link dependencies
target_link_libraries ( shared_buffer_test PRIVATE shared_buffer utility_rack Catch2::Catch2WithMain )
Expand Down
2 changes: 1 addition & 1 deletion test/shared_buffer_test.cpp
This file contains hidden or 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
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ TEST_CASE ( "Mutable shared buffer resize and clear",
sb.clear();
REQUIRE (sb.size() == 0);
REQUIRE (sb.empty());
} // end given
}
}

TEST_CASE ( "Mutable shared buffer swap",
Expand Down

Back | FazBrowse Home | New Git URL