Skip to content

mrpilot2/aide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aide

A modern, C++ native GUI application framework based on QT5 - using C++11 and later

CI Build and test CI Build and install

codecov Codacy Badge CodeQL

All Contributors

Table of contents

Contributors ✨

This project follows the all-contributors specification and is developed by these contributors. Contributions of any kind welcome!

License

This project is licensed under the terms of the GPLv3.

However, aIDE includes several third-party Open-Source libraries, which are licensed under their own respective Open-Source licenses. These licenses can be found in the 3rd Party Licenses

Development

How to release

This project uses Release please GitHub action to automatically create releases.

The following steps are required to create a release:

  1. Make sure the latest commit on develop passes all checks
  2. Merge the latest change from develop into main branch
  3. Merge the automatically created pull request after it passes all checks