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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
- **Compile time feature choosing** Compile only specific features of the library.

## Future Version Goals
- **0.4.0:** Somewhat stable version (no data races, almost final API, major internal changes)
- **0.5.0:** Performance improvements in critical paths, ready for some real world usage

## Goals
Expand Down
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# OUTDATED!!!!!!!!

# Explanation of every single function

## SWIFT_NET_SERVER AND SWIFT_NET_CLIENT
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ configure_package_config_file(

write_basic_package_version_file(
${CMAKE_CURRENT_BINARY_DIR}/cmake/morcules-swiftnetConfigVersion.cmake
VERSION 0.2.0
VERSION 0.4.0
COMPATIBILITY AnyNewerVersion
)

Expand Down
2 changes: 1 addition & 1 deletion tests/performance_tests/build/build_tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Release -DSANITIZER=thread
cmake . -DCMAKE_BUILD_TYPE=Release -DSANITIZER=none
make -B -j8