Phil
Phil
I am trying to follow the Cpp Core Guidelines and use GSL where appropriate. In particular, I would like to use Expects and Ensures for pre and post-conditions, as well...
I am trying to use breathe to produce a User Manual for my code. One piece of documentation I would like to have is an overview of a class and...
I would like to be able to use the doxygennamespace directive for immediate contents of a namespace and exclude nested namespaces. I envision option choices along the lines of *...
I tried following the example, but I am unable to get click-completion working with powershell. I could not get the example scripts to work, because they are not directly executable...
Thanks for making this available. It looks nice. I made a few minor changes so the test program would build and run on windows with cmake and MSVC 2015 (aka...
Thanks for fixing the problems with 1.y.z. Your changes were much better than mine! In this PR I added a config setting for the rotate_on_open argument to the spdlog rotating...
Much of my work involves processing time samples, so I need to be able to save data with an unlimited axis. Do you have thoughts or suggestions on adding this...
It took me a little while to figure out how to best serialize a NamedType using cereal (which is the BEST C++ serialization library I have found - if someone...
First let me say thanks for providing sphinx-prompt. It makes my code documentation look better. When I have the following rst content ``` .. prompt:: bash @powershell -NoProfile -ExecutionPolicy Bypass...