aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfx_compilers.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-18/+18
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-21/+37
| | | | more cross platform
* Adding #prama for Keil compiler to suppress "statement is unreachable" warning.Joel Bodenmann2016-12-141-0/+1
| | | | 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.
* Add the ability to display the detected compilerinmarket2016-12-061-0/+215
|
* Fix formattingOleg Gerasimov2016-08-201-1/+1
|
* Fix clang build warningsOleg Gerasimov2016-08-201-2/+2
|
* Improving formatting of gfx_compilers.hJoel Bodenmann2016-07-271-2/+14
|
* Adding support for IAR and EDG compilersJoel Bodenmann2016-07-261-0/+3
|
* Marking clang as a tested compilerJoel Bodenmann2016-05-141-0/+1
|
* Add TinyC to the list of tested compilersinmarket2016-04-251-0/+1
|
* Marking IAR as a tested compilerJoel Bodenmann2016-02-211-0/+1
|
* Update and then move compiler specific code into its own fileinmarket2015-11-191-0/+905