aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/default.js
Commit message (Collapse)AuthorAge
* Tsify lib/compilers (#4609)gh-6026Jeremy Rifkin2023-01-29
|
* 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 typoMatt Godbolt2018-09-24
|
* 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
|
* New year, new dateRabsRincon2018-01-01
|
* Remove explicit langid, as it's part of the compiler config alreadyMatt Godbolt2017-12-22
|
* Change enough stuff as to get it runningRabsRincon2017-12-02
| | | | | Not saying it works, but if you hack few more things, you can start to use it. Commiting just in case
* Fix some minor issues with compiler type determination.Matt Godbolt2017-07-12
| | | | | | | | | | | Remove 'compiler.type' in favour of the comiler itself being given an option to say what type it is. Default for that does the same guess that the old code did (plus some bug fixes). Fixed up (I hope!) some of the parsing of the output. I should write some tests really. CC @jaredw for further comment
* Made some changes to the way we parse arguments as a stab at a start of a ↵jaredwy2017-07-03
| | | | meta data gatherer
* Another year, another copyright updateMatt Godbolt2017-01-02
|
* Refactor individual compilation types into their own filesMatt Godbolt2016-12-19