Dreamy Utilities is a collection of libraries that extend C++ functionality. The main inspirations behind many design choices are Boost and Qt frameworks.
Visit this repository's wiki for details and information about different libraries.
- C++ Standard Library
- Boost 1.34.1 (optionally through macros)
- MSVC: v60, v100, v120, v142
- GCC: 9.4.0
- Include
DreamyUtilities.cpp
somewhere in your project once to make the framework compile some of its implementations. - Include any header (
.hpp
) from any library to utilize its functionality.
Dreamy Utilities is licensed under the MIT license (see LICENSE
).