Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-11 | minic: fix undefined symbol linkage issue | Sergei V. Rogachev | |
The mandel example uses SDL2 for graphics output. When GCC is used to assemble the resulting *.s file it shows linker's errors about undefined symbols from the library. This behavior can be fixed by moving the flags passed to the compiler after the source file name. | |||
2016-04-21 | make mcc runable from anywhere | Quentin Carbonneaux | |
2016-03-29 | new layout, put LICENSE in root | Quentin Carbonneaux | |
2016-03-25 | great renaming campain! | Quentin Carbonneaux | |
2015-11-24 | signal error for failed compilations | Quentin Carbonneaux | |
2015-11-24 | nice compile script courtesy k0ga | Quentin Carbonneaux | |
2015-11-24 | make mcc a python script | Quentin Carbonneaux | |
2015-11-19 | compile with debug info in mcc | Quentin Carbonneaux | |
2015-10-13 | improve error detection in mcc | Quentin Carbonneaux | |
2015-10-12 | make mcc script more robust | Quentin Carbonneaux | |
2015-10-12 | add one small test | Quentin Carbonneaux | |