MoxPP

C++ Template Repository with Conan2 and Premake5 (Windows and Linux support)

Stars
14
Committers
1

Bot releases are hidden (Show)

MoxPP - V1.1 - Continuous Integration Update (Tests & Actions)

Published by Ohjurot about 2 months ago

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: https://github.com/Moxibyte/MoxPP/compare/v1.0...v1.1

MoxPP - V1.0 - Hello MOX Latest Release

Published by Ohjurot over 1 year ago

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 initialization
    • build For compiling the project
    • deploy For deploying the compiled code
    • autogen init + build + deploy
    • clean For cleaning up generated data
    • run For executing the correct binary in the correct working dir
Related Projects