Skip to content

Commit

Permalink
[release] 发布 v2024.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WentsingNee committed Aug 31, 2024
1 parent dca7190 commit 25ebe95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.7.1
2024.8.1
2 changes: 1 addition & 1 deletion doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PROJECT_NAME = Kerbal
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2024.7.1
PROJECT_NUMBER = 2024.8.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion test
Submodule test updated 34 files
+2 −2 include/ktest/test/try_test_check.hpp
+10 −1 instantiation/algorithm/binary_search.inst.cpp
+12 −1 instantiation/algorithm/querier.inst.cpp
+17 −4 instantiation/algorithm/sort.inst.cpp
+9 −1 test/algorithm/binary_search.test.cpp
+11 −1 test/algorithm/comparison_sort.test.cpp
+1 −1 test/algorithm/modifier.test.cpp
+2 −2 test/algorithm/pigeonhole_sort.test.cpp
+1 −1 test/container/static_ordered.test.cpp
+0 −39 test/hash/sha1.test.cpp
+0 −1 test/random/normal_distribution.test.cpp
+221 −0 test/random/subtract_with_carry_engine.test.cpp
+116 −0 test/smath/multiply_mod.test.cpp
+89 −0 test/smath/pow_mod.test.cpp
+110 −0 test/smath/sigma_pow_mod.test.cpp
+1 −1 test/type_traits/decay.test.cpp
+1 −1 test/type_traits/is_assignable.test.cpp
+1 −1 test/type_traits/is_constructible.test.cpp
+1 −1 test/type_traits/is_destructible.test.cpp
+1 −1 test/type_traits/is_nothrow_copy_assignable.test.cpp
+1 −1 test/type_traits/is_nothrow_copy_constructible.test.cpp
+1 −1 test/type_traits/is_nothrow_default_constructible.test.cpp
+1 −1 test/type_traits/is_nothrow_destructible.test.cpp
+1 −1 test/type_traits/is_nothrow_move_assignable.test.cpp
+1 −1 test/type_traits/is_nothrow_move_constructible.test.cpp
+1 −1 test/type_traits/is_trivially_copy_assignable.test.cpp
+1 −1 test/type_traits/is_trivially_copy_constructible.test.cpp
+1 −1 test/type_traits/is_trivially_default_constructible.test.cpp
+1 −1 test/type_traits/is_trivially_destructible.test.cpp
+1 −1 test/type_traits/is_trivially_move_assignable.test.cpp
+1 −1 test/type_traits/is_trivially_move_constructible.test.cpp
+4 −4 test/type_traits/reference_deduction.test.cpp
+1 −1 test/type_traits/tribool_constant.test.cpp
+2 −1 test/utility/reference_wrapper.test.cpp

0 comments on commit 25ebe95

Please sign in to comment.