forked from KolibriOS/kolibrios
50220d0cd93bd76e39fa2cbe568002645df77492
Version of c-- compiler executable in repo is similar to autobuild server, but c--.ini is different and have mistakes that cause compilation bugs.
For example, if you try to compile sysmon app on commit 8f7ee79
or previous, CPU load of all processes will be displayed as 0%.
And if you try to display load in cycles, it will display some big negative value, like it's integer type got overflowed.
This commit adds proper version from autobuild server, allowing to compile C-- programs without such bugs.
Description
Fork of main KolibriOS code, for implementing QR code functionality.
Languages
C
69.1%
Assembly
14.7%
C++
10.4%
Makefile
1.6%
HTML
1.3%
Other
2.3%