Morwenn

Results 73 issues of Morwenn

Why did you decide to put the math functions in a `math::` subnamespace? I really think that compile-time unit types are extremely useful tools to have at hand (standardization would...

enhancement
ready to close

It would be nice to have an option to list the available instruments and the corresponding notes directly from the command line.

Hi, and thanks for the awesome project! Would it be possible to extract the list of instruments to a configuration file instead of having them raw in the code? I...

Python 3.7 added [`datetime.fromisoformat`][1] to the datetime library, which might be another target to add to the benchmarks without timezones for completeness. Now a few remarks about the function: *...

I just realized that the namespace `gfx` has two million hits on GitHub alone: it is most likely a common abbreviation for "graphics" and it's used in big engines (it...

design

I recently had an issue understanding what is expected from types and standard library algorithms when it comes to self-move and self-swap and arrived at the following conclusion: * `using...

Hi, the following line in `PCL_Grabber_TwoKinects/Source_pcl.cpp` causes a compilation issue: ```cpp #include ``` It should be `Open3D` instead of `Open3d`. I guess that it doesn't make a difference on Windows,...

Considering what I have been told about clang-cl, I am pretty sure that cpp-sort doesn't properly work with it nowadays. Try to use it, and fix the library as needed.

tooling

Lots of sorters in the library have `constexpr` variables corresponding to various options: * `drop_merge_sort` has `double_comparison` and `recency`. * Lots of sorters have a size threshold under which they...

feature

**Is your feature request related to a problem? Please describe.** My most common use of a Compile & Run plug-in is too run small `.cpp` files in projects that are...

enhancement