Miko

Results 15 issues of Miko

I have created a `module-info.java` file, which currently exports all packages (as I do not know which should be exposed). I have done so to allow projects that require modules...

- [x] The changes are described in detail, both the what and why. - [x] If applicable, an [existing issue](https://github.com/nlohmann/json/issues) is referenced. - [ ] The [Code coverage](https://coveralls.io/github/nlohmann/json) remained at...

documentation
L
tests
CMake

## Description This pull request adds support for C++20 modules, which are enabled using `SFML_BUILD_MODULES`. It is now possible to import the SFML modules using `import`. Obviously, being an optional...

feature
m:config

This adds the `.cppm` extension for C++20 modules.

This pull request adds support for C++20 modules to SQLiteCpp, by creating modules `sqlite.*`. It is built using the macro `SQLITECPP_BUILD_MODULES`. The `README.md` file has also been updated to contain...

enhancement

## Summary Several of the C++ source files have inconsistent styles (such as varying alignment for pointer asterisks). This PR aims to eliminate the differences so that the code base...

CLA Signed

This PR creates a C++ module for Dear ImGui, rather than using generated bindings (as I have seen some other PRs propose), which is simpler for most users. The README...

building
cplusplus

The function `ftxui::text()` lacks overloads for `std::string_view`. This pull request adds support for it. I opened an issue #1153 for a general request, but I'm not sure if there are...

Could we make it so that functions like `ftxui::text()` and others that accept `std::string` also accept `std::string_view` as well?

This pull request adds support for C++20 modules through CMake. It is enabled by the `HTTPLIB_BUILD_MODULES` option (which requires `HTTPLIB_COMPILE` to be enabled, though it probably doesn't have to -...