Releases: Moxibyte/MoxPP
Releases · Moxibyte/MoxPP
V1.1 - Continuous Integration Update (Tests & Actions)
IMPORTANT: Please make sure to use the current code from the main branch. This is only used for keeping track of the changes!
Major Changes:
- Code works with recent versions of conan
- Improvement to config
- Unitesting out of the box (gtest)
- Added CI / GitHub actions (build & test)
Full Changelog: v1.0...v1.1
V1.0 - Hello MOX
IMPORTANT: Please make sure to use the current code from the main branch. This is only used for keeping track of the changes!
Features:
- External dependencies with conan
- Windows and Linux support
- Project generation with premake5 (Visual Studio, Makefiles)
- Type of projects: Console, Windows, StaticLib, SharedLib
- Languages: C++, C and C#
- Actions / Command
init
For repository initializationbuild
For compiling the projectdeploy
For deploying the compiled codeautogen
init + build + deployclean
For cleaning up generated datarun
For executing the correct binary in the correct working dir