Commit Graph

13 Commits (cbf9c22adf27103dea9dd425c3eff2b769fa8b74)

Author SHA1 Message Date
Tibo Clausen 0840c8e784 Update license header 2018-10-01 17:34:15 +02:00
inmarket f265924396 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
inmarket 9b73187100 Add compatibility with Visual Studio and make compile warning capabilities more cross platform 2017-06-30 19:43:51 +10:00
Joel Bodenmann ca56c721a7 Adding #prama for Keil compiler to suppress "statement is unreachable" warning.
Commit r57667124 removed certain unreachable statements as Keil/ARMCC complains about those. However, most other compilers (including GCC) complain if a function with a non-void return type have no return statement in them. Therefore, that commit was reverted (Revert commit is r509eba89) and pragams are added to the Keil compiler configuration instead.
2016-12-14 15:05:45 +01:00
inmarket 4b61ae71fe Add the ability to display the detected compiler 2016-12-06 12:15:13 +10:00
Oleg Gerasimov fe84a7b9dd Fix formatting 2016-08-20 17:54:48 +03:00
Oleg Gerasimov 09c5c31303 Fix clang build warnings 2016-08-20 17:52:09 +03:00
Joel Bodenmann 0abb8d3af3 Improving formatting of gfx_compilers.h 2016-07-27 01:03:03 +02:00
Joel Bodenmann 31c5f1efaa Adding support for IAR and EDG compilers 2016-07-26 16:14:14 +02:00
Joel Bodenmann 78e6f40cac Marking clang as a tested compiler 2016-05-14 17:05:38 +02:00
inmarket c7fca71070 Add TinyC to the list of tested compilers 2016-04-25 14:56:18 +10:00
Joel Bodenmann 4cd3ab4f29 Marking IAR as a tested compiler 2016-02-21 13:47:32 +01:00
inmarket a69849177d Update and then move compiler specific code into its own file 2015-11-19 17:07:49 +10:00