aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/gcc.js
Commit message (Collapse)AuthorAge
* Initial support for Objective-C/Objective-C++gh-5918gh-5916Marc Poulhiès2023-01-21
| | | | | | | | | | | | | | | Currently only list GCC compilers as a first step. Will add clang in a followup change. Port gcc.js to Typescript (simple renaming). Package the objectivec language support for Monaco. Add very basic example. Something more objc/objc++ specific would be better. fixes #2942 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
* The Grand Reformat (#3643)gh-2830Matt Godbolt2022-05-09
| | | | | | | | | | * The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly
* Reassign copyright to Compiler Explorer Authors (#2233)Matt Godbolt2020-09-26
|
* Use ES6 Modules (#2132)Austin Morton2020-09-26
|
* Eliminate all dynamic require statements (#2230)Austin Morton2020-09-25
|
* Fix copyright dates and normalize textRabsRincon2018-02-27
|
* remove obsolete/empty constructorspartouf2018-01-28
|
* compiler handler calls initialise()Partouf2018-01-28
|
* remove return initialise, no need for unittestmodePartouf2018-01-28
|
* ES6fy compilers inheritanceRabsRincon2018-01-18
|
* Made some changes to the way we parse arguments as a stab at a start of a ↵jaredwy2017-07-03
meta data gatherer