@@ -6358,7 +6358,10 @@ Notes:
63586358Links:
63596359
63606360- [[https://github.com/bkaradzic/GENie][GENie - Project generator tool]]
6361- - see [[https://github.com/cginternals/cmake-init][cmake-init]] for ideas.
6361+ - see [[https://github.com/cginternals/cmake-init][cmake-init]] for ideas: "cmake-init is an opinionated CMake project
6362+ initializer that generates CMake projects which are FetchContent ready,
6363+ separate consumer and developer targets, provide install rules with proper
6364+ relocatable CMake packages and use modern CMake (3.14+)."
63626365- [[https://github.com/premake/premake-core][Premake: powerfully simple build configuration.]]
63636366- [[https://jgcoded.github.io/CMakeStarter/][CMake Starter]]: "This website is a simple tool to help C++ developers
63646367 quickly start new CMake-based projects. The tool generates an entire
@@ -13145,6 +13148,29 @@ Links:
1314513148
1314613149** Unclassified
1314713150
13151+ *** Consider adding support for clang-uml :story:
13152+
13153+ #+begin_quote
13154+ clang-uml is an automatic C++ to UML class, sequence, package and include
13155+ diagram generator, driven by YAML configuration files. The main idea behind the
13156+ project is to easily maintain up-to-date diagrams within a code-base or document
13157+ legacy code. The configuration file or files for clang-uml define the type and
13158+ contents of each generated diagram. Currently, the diagrams are generated in
13159+ PlantUML format.
13160+ #+end_quote
13161+
13162+ Links:
13163+
13164+ - [[https://github.com/bkryza/clang-uml][clang-uml]]
13165+
13166+ *** Consider adding support for OpenAI :story:
13167+
13168+ Links:
13169+
13170+ - [[https://github.com/D7EAD/liboai][liboai]]: "liboai is a simple, unofficial C++17 library for the OpenAI API. It
13171+ allows developers to access OpenAI endpoints through a simple collection of
13172+ methods and classes."
13173+
1314813174*** PQXX Facet :story:
1314913175
1315013176Given the issues we've had with ODB, we should probably consider a way to use
@@ -14218,6 +14244,10 @@ that use coroutines.
1421814244 standalone and boost versions of ASIO are supported. See the
1421914245 installing section on how to install and select the ASIO
1422014246 distribution used."
14247+ - [[https://github.com/ashtum/oneshot][oneshot]]: "oneshot is a single-header Asio based scheduler aware and
14248+ thread-safe channel that does not block a whole thread if you want to wait on
14249+ receiver side. instead it cooperates with Asio's executor like other Asio
14250+ based io_objects (e.g. asio::steady_timer)."
1422114251- [[https://github.com/bloomberg/quantum][quantum GH]]: "Quantum is a full-featured and powerful C++ framework
1422214252 build on top of the Boost coroutine library. The framework allows
1422314253 users to dispatch units of work (a.k.a. tasks) as coroutines and
0 commit comments