Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tsify lib/compilers (#4609)gh-6026 | Jeremy Rifkin | 2023-01-29 |
| | |||
* | The Grand Reformat (#3643)gh-2830 | Matt Godbolt | 2022-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 Godbolt | 2020-09-26 |
| | |||
* | Use ES6 Modules (#2132) | Austin Morton | 2020-09-26 |
| | |||
* | Eliminate all dynamic require statements (#2230) | Austin Morton | 2020-09-25 |
| | |||
* | Fix typo | Matt Godbolt | 2018-09-24 |
| | |||
* | Fix copyright dates and normalize text | RabsRincon | 2018-02-27 |
| | |||
* | remove obsolete/empty constructors | partouf | 2018-01-28 |
| | |||
* | compiler handler calls initialise() | Partouf | 2018-01-28 |
| | |||
* | remove return initialise, no need for unittestmode | Partouf | 2018-01-28 |
| | |||
* | ES6fy compilers inheritance | RabsRincon | 2018-01-18 |
| | |||
* | New year, new date | RabsRincon | 2018-01-01 |
| | |||
* | Remove explicit langid, as it's part of the compiler config already | Matt Godbolt | 2017-12-22 |
| | |||
* | Change enough stuff as to get it running | RabsRincon | 2017-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 Godbolt | 2017-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 ↵ | jaredwy | 2017-07-03 |
| | | | | meta data gatherer | ||
* | Another year, another copyright update | Matt Godbolt | 2017-01-02 |
| | |||
* | Refactor individual compilation types into their own files | Matt Godbolt | 2016-12-19 |