Skip to content

Commit

Permalink
[pre-release] 预发布 v2024.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WentsingNee committed Oct 29, 2024
1 parent 04c33f1 commit 1a06a63
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.8.1
2024.10.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.8.1
PROJECT_NUMBER = 2024.10.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 39 files
+17 −12 CMakeLists.txt
+1 −1 include/ktest/random/random_vector.hpp
+1 −1 test/algorithm/comparison_sort.test.cpp
+1 −1 test/algorithm/heap.test.cpp
+2 −2 test/algorithm/kmp.cpp
+3 −3 test/algorithm/kmp.test.cpp
+1 −1 test/algorithm/modifier.test.cpp
+1 −1 test/algorithm/pigeonhole_sort.test.cpp
+1 −1 test/algorithm/radix_sort.test.cpp
+1 −1 test/bitset/static_bitset.test.cpp
+1 −1 test/container/flat_set.test.cpp
+1 −1 test/container/forward_list.test.cpp
+1 −1 test/container/list.test.cpp
+3 −3 test/container/static_ordered.test.cpp
+1 −1 test/container/static_vector.test.cpp
+1 −1 test/container/vector.test.cpp
+24 −0 test/coroutine/CMakeLists.txt
+131 −0 test/coroutine/generator.test.noauto.cpp
+1 −1 test/memory/allocator/fixed_size_node_allocator.test.cpp
+1 −1 test/memory/allocator/monotonic_allocator.test.cpp
+1 −1 test/numeric/bit.test.cpp
+8 −0 test/random/CMakeLists.txt
+2 −2 test/random/bernoulli_distribution.test.cpp
+2 −2 test/random/binomial_distribution.test.cpp
+3 −3 test/random/discard_block_engine.test.cpp
+2 −2 test/random/exponential_distribution.test.cpp
+3 −3 test/random/geometric_distribution.test.cpp
+77 −0 test/random/hardware_engine.test.noauto.cpp
+1 −1 test/random/istream_engine.test.cpp
+1 −1 test/random/linear_congruential_engine.test.cpp
+1 −1 test/random/mersenne_twister_engine.test.cpp
+3 −3 test/random/normal_distribution.test.cpp
+3 −3 test/random/poisson_distribution.test.cpp
+3 −3 test/random/shuffle_order_engine.test.cpp
+1 −1 test/random/subtract_with_carry_engine.test.cpp
+2 −2 test/random/uniform_real_distribution.test.cpp
+1 −1 test/test/object_count.test.cpp
+1 −1 test/type_traits/decay.test.cpp
+4 −4 test/type_traits/reference_deduction.test.cpp

0 comments on commit 1a06a63

Please sign in to comment.