Pinned Repositories
asio.cmake
Small CMake wrapper to add asio with a simple FetchContent.
Qaterial
🧩 Collection of Material Components based on QtQuickControls2.
QaterialGallery
🖼️ Qaterial Library Showcase.
QaterialHotReload
🔥 Qml Hot Reload software.
QOlm
🧱 QAbstractListModel subclass that provide List of QObject to C++ and Qml
QtAndroidCMake
📱 A simple CMake utility for building and deploying Qt based applications on Android without QtCreator
QtIosCMake
📱 Deploy Qt Application for iOS with a single macro when using CMake.
QtStaticCMake
Collection of macros to generate Qt plugin import statement when building with CMake and a static Qt version
QtWindowsCMake
💻 CMake macro to deploy and create installer for Qt application on windows.
OlivierLDff's Repositories
OlivierLDff/Qaterial
🧩 Collection of Material Components based on QtQuickControls2.
OlivierLDff/QtIosCMake
📱 Deploy Qt Application for iOS with a single macro when using CMake.
OlivierLDff/QaterialHotReload
🔥 Qml Hot Reload software.
OlivierLDff/QOlm
🧱 QAbstractListModel subclass that provide List of QObject to C++ and Qml
OlivierLDff/QtStaticCMake
Collection of macros to generate Qt plugin import statement when building with CMake and a static Qt version
OlivierLDff/QtWindowsCMake
💻 CMake macro to deploy and create installer for Qt application on windows.
OlivierLDff/asio.cmake
Small CMake wrapper to add asio with a simple FetchContent.
OlivierLDff/MaterialDesignSvgo
About ✒5600+ Material Design Icons from the Community, size optimized with svgo.
OlivierLDff/NetUdp
✉️ Provide Udp Socket fully exposed to Qml.
OlivierLDff/QtLinuxCMakeDocker
🐳 Docker image with latest Qt/CMake/GCC to build AppImage.
OlivierLDff/QtLinuxCMake
💻 CMake function to generate AppImage from qt application.
OlivierLDff/QtGeneratorCMake
Collection of CMake function to generate `qrc`, `qmldir` files for qt applications.
OlivierLDff/NetTcp
🔌 Provide Tcp Server and Socket fully exposed to Qml.
OlivierLDff/Recycler
C++ container that recycle object allocated with std::shared_ptr
OlivierLDff/FlatBuffersDlc
This project provide a simple CMake macro to build flatc executable and generate flatbuffers c++ headers.
OlivierLDff/NetTcpJson
Send Json via TCP using {json object boundaries} as packet delimiter.
OlivierLDff/quickflux
A Flux implementation for QML
OlivierLDff/CPM.cmake
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
OlivierLDff/CRCpp
Easy to use and fast C++ CRC library.
OlivierLDff/date
A date and time library based on the C++11/14/17 <chrono> header
OlivierLDff/Endn
A cross platform C++ library to serialize scalar as little or big endian
OlivierLDff/fast_float
Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod
OlivierLDff/flatbuffers
FlatBuffers: Memory Efficient Serialization Library
OlivierLDff/googletest
GoogleTest - Google Testing and Mocking Framework
OlivierLDff/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
OlivierLDff/nixpkgs
Nix Packages collection & NixOS
OlivierLDff/pybind11
Seamless operability between C++11 and Python
OlivierLDff/spdlog
Fast C++ logging library.
OlivierLDff/stduuid
A C++17 cross-platform implementation for UUIDs
OlivierLDff/yaml-cpp
A YAML parser and emitter in C++