Skip to content
/ CETest Public

Desktop UI to paste C++ code, select Compiler Explorer compilers by family and architecture, then binary-search the lowest compiler version that compiles and export a grouped report.

License

Notifications You must be signed in to change notification settings

Rinzii/CETest

Repository files navigation

CETest

Small PyQt6 GUI for probing Compiler Explorer across many C++ compilers/targets and finding the lowest compiler version that compiles your snippet (binary-search style).

Run

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py

Optional dev tools:

pip install -r requirements-dev.txt

About

Desktop UI to paste C++ code, select Compiler Explorer compilers by family and architecture, then binary-search the lowest compiler version that compiles and export a grouped report.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages