KDUtils icon indicating copy to clipboard operation
KDUtils copied to clipboard

A set of C++ helpers and wrappers around the C++ standard library

Results 12 KDUtils issues
Sort by recently updated
recently updated
newest added

As raised in #23 it may make sense to have a compilation mode where we don't use exceptions. It's not possible right as we use exceptions in constructors for some...

idea

Add support for MacOS timers using libdispatch Task-Id:SRNTY-40

updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.1](https://github.com/pre-commit/mirrors-clang-format/compare/v18.1.8...v19.1.1)

`misc-include-cleaner` was turned off in dd14c3464dbb23dadddd78bfcc0d87d129a024d1 but it should be fixed in clang 19. Once clang 19 is available in github runners, we may bring it back. Monitor this space...

updates: - [github.com/pre-commit/mirrors-clang-format: v20.1.0 → v20.1.4](https://github.com/pre-commit/mirrors-clang-format/compare/v20.1.0...v20.1.4) - [github.com/DavidAnson/markdownlint-cli2: v0.17.2 → v0.18.1](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.17.2...v0.18.1)

Because headers should never have a using namespace declaration. Also fix typos, add unit tests and minimal documentation. Change-Id: Ic524c53417da7273c15c1c9eaa5f8ef8758340af

We only use mosquitto types via pointers so we don't need full mosquitto headers to be included in our exported headers. This will make the life of users easier. We'll...

## Steps to reproduce Run the `gui_window_example` on Wayland ## Expected result Window shows up with size 800x600 because that's the default size in `window.h` ## Actual result Window has...

bug