obs-StreamFX/source/util
lainon 6e1566386e project: Apply more C++ paradigms to the code
- Use auto in places where code clarity is improved or identical.
- Replace trivial constructors and destructors with default.
- Use true random for random generation.
- Use std::string_view where it is valid to do so.
- Apply const where it is valid to do so.
- Use references where it is valid to do so.
- Manually optimize memory usage with std::move and std::copy.
- Opt for memory efficient containers where the size is known ahead of time.

Signed-off-by: lainon <GermanAizek@yandex.ru>
2023-04-05 18:58:32 +02:00
..
util-bitmask.hpp uitl/bitmask: Add 'has' function 2023-04-05 18:50:53 +02:00
util-curl.cpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
util-curl.hpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
util-event.hpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
util-library.cpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
util-library.hpp util: Apply coding guidelines 2023-04-05 18:50:57 +02:00
util-logging.cpp util/logging: Don't reuse vargs (#632) 2023-04-05 18:51:14 +02:00
util-logging.hpp util: Apply coding guidelines 2023-04-05 18:50:57 +02:00
util-math.hpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
util-memory.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
util-platform.cpp util/platform: Add Path and String conversion utility functions 2023-04-05 18:51:06 +02:00
util-platform.hpp util/platform: Add Path and String conversion utility functions 2023-04-05 18:51:06 +02:00
util-profiler.cpp util/profiler: Adjust to match coding guidelines 2023-04-05 18:51:08 +02:00
util-profiler.hpp util/profiler: Adjust to match coding guidelines 2023-04-05 18:51:08 +02:00
util-threadpool.cpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
util-threadpool.hpp util/threadpool: Allow waiting for task completion 2023-04-05 18:51:33 +02:00
utility.cpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
utility.hpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00