File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ path_classifiers:
1313 - tests
1414 - examples
1515 library :
16- - thirdparty
16+ - 3rdparty
1717
1818# ########################################################################################
1919# Use the `queries` block to change the default display of query results. #
2020# ########################################################################################
2121queries :
2222 # Start by hiding the results of all queries.
23- - exclude : " thirdparty "
23+ - exclude : " 3rdparty "
2424
2525# ########################################################################################
2626# Define changes to the default code extraction process. #
Original file line number Diff line number Diff line change 1+ yasio-4.2.3
2+
3+ 1 . Update llvm to 17.0.6 for msvc14.40 support
4+ 2 . Remove logging duplicate new line
5+ 3 . Fix compile error on llvm-19
6+
7+
18yasio-4.2.2
29
310 1 . Fix c++23 deprecated std::aligned_storage warning
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ includedir=${exec_prefix}/include
55
66Name: yasio
77Description: A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client application.
8- Version: 4.2.2
8+ Version: 4.2.3
99Libs: -L${libdir}
1010Cflags: -I${includedir}/yasio
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ SOFTWARE.
205205/*
206206** The yasio version macros
207207*/
208- #define YASIO_VERSION_NUM 0x040202
208+ #define YASIO_VERSION_NUM 0x040203
209209
210210/*
211211** The macros used by io_service.
You can’t perform that action at this time.
0 commit comments