Skip to content

Commit

Permalink
Update dpp submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Feb 9, 2025
1 parent 7ae9fdb commit f04b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_commands_bot/submodules/dpp
Submodule dpp updated 42 files
+2 −1 .cspell.json
+1 −1 .gitignore
+3 −3 CMakeLists.txt
+1 −2 Doxyfile
+1 −1 buildtools/classes/Generator/CoroGenerator.php
+3 −3 docpages/01_frequently_asked_questions.md
+1 −1 docpages/advanced_reference/coding_style_standards.md
+2 −2 docpages/building/freebsd.md
+2 −2 docpages/building/linux.md
+2 −2 docpages/building/osx.md
+1 −1 docpages/example_code/eval.cpp
+1 −1 docpages/example_programs/misc/eval.md
+1 −1 docpages/example_programs/music_and_audio/mp3.md
+1 −1 docpages/example_programs/the_basics/firstbot.md
+8 −4 docpages/example_programs/using_coroutines.md
+1 −1 docpages/include/coro_warn.dox
+1 −1 docpages/install/install-brew.md
+1 −1 docpages/install/install-windows-vs-zip.md
+2 −2 docpages/make_a_bot/meson.md
+1 −1 docpages/make_a_bot/replit.md
+2 −0 docpages/make_a_bot/windows_vs.md
+1 −1 docpages/make_a_bot/windows_wsl.md
+5 −5 include/dpp/cluster.h
+2 −2 include/dpp/coro/async.h
+2 −2 include/dpp/coro/awaitable.h
+2 −2 include/dpp/coro/coro.h
+2 −2 include/dpp/coro/coroutine.h
+2 −2 include/dpp/coro/job.h
+2 −2 include/dpp/coro/task.h
+1 −1 include/dpp/coro/when_any.h
+6 −6 include/dpp/dispatcher.h
+14 −14 include/dpp/event_router.h
+4 −4 include/dpp/exception.h
+21 −7 library/CMakeLists.txt
+2 −2 src/coro_loop/coro_loop.cpp
+1 −1 src/dpp/cluster.cpp
+1 −1 src/dpp/cluster/timer.cpp
+1 −1 src/dpp/cluster_coro_calls.cpp
+4 −4 src/dpp/dispatcher.cpp
+1 −1 src/dpp/utility.cpp
+1 −1 src/unittest/coro.cpp
+1 −1 src/unittest/test.h

0 comments on commit f04b05a

Please sign in to comment.