1
0
Fork
You've already forked support
0
Stand-alone C/C++ modules
  • C 89.2%
  • C++ 6.7%
  • Shell 3.8%
  • Brainfuck 0.3%
Find a file
Karl Robillard d4651d5cde QMenuButton: Quiet -Woverloaded-virtual warning with GCC 15.2.1.
Rename initStyleOption() to avoid the same name in QPushButton.
 /usr/include/qt6/QtWidgets/qpushbutton.h:62:18: warning: ‘virtual void QPushButton::initStyleOption(QStyleOptionButton*) const’ was hidden [-Woverloaded-virtual=]
2026年01月07日 09:27:57 -05:00
algo Initial import. 2022年08月20日 13:39:40 -04:00
con Add con/fpool.h 2024年02月14日 07:46:13 -05:00
gfx image32.h: Add Image32Pixel union. 2025年12月04日 15:23:17 -05:00
io hid_key.c: Add Android AKEYCODE map. 2025年07月19日 23:00:14 -04:00
msg Initial import. 2022年08月20日 13:39:40 -04:00
qt QMenuButton: Quiet -Woverloaded-virtual warning with GCC 15.2.1. 2026年01月07日 09:27:57 -05:00
rng Initial import. 2022年08月20日 13:39:40 -04:00
test file_util: Add file_stem(). 2024年12月19日 10:19:51 -05:00
README.md Initial import. 2022年08月20日 13:39:40 -04:00

Stand-Alone Support Modules

This is a repository of stand-alone C/C++ modules, each of which is implemented in no more than two files (header & source).

Various open source licenses are used. See the individual modules for details.

The modules are organized in these directories:

Directory Contents
algo Algorithms
con Containers
gfx Graphics
io OS Interfaces
msg Messaging
qt Qt GUI
rng Random Number Generators