aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/clean.js
Commit message (Collapse)AuthorAge
* Tsify lib/compilers (#4609)gh-6026Jeremy Rifkin2023-01-29
|
* Slightly more controversial bumpings (#4503)gh-5552Matt Godbolt2022-12-28
| | | | | | | | | - latest sentry, tar-stream, which, some yamljs versions - latest eslint-* stuff - latest webpack manifest - Applies all the automatic fixes for newer lint rules - Bump the webpack version applies new tslint stuff
* Renable license checks (#3619)gh-2865Rubén Rincón Blanco2022-05-12
| | | | | | | | | | | | | * Renable license checks * Set correct copyright date for unfurl-tests * Fix small typo * Fix license check line spacing * Disable license check * Go to old format for gcc dump view
* Unify comma configuration; and apply format to some files. (#3559)gh-2517Matt Godbolt2022-04-25
|
* Clean trunk and execution (#2916)Patrick Quist2021-09-04
|
* Attempt at refactoring to better separate ldpaths and libpaths (#2452)Patrick Quist2021-03-05
| | | | | | | | | | | * attempt at refactoring to better separate ldpaths and libpaths * fix doc * fix doc * bugfix win32 libpaths * add ldPath to getVersion query environment
* Use ES6 Modules (#2132)Austin Morton2020-09-26
|
* Eliminate all dynamic require statements (#2230)Austin Morton2020-09-25
|
* Add new eslint rules (#2121)Rubén Rincón Blanco2020-08-04
| | | | | | | | | | | | | | | | The largest changes here are: - enforcing single quotes for strings - enforcing trailing commas where possible In addition to those we have enabled several eslint plugins: - plugin:requirejs/recommended, to enforce some conventions in require statements - plugin:node/recommended, to enforce correct usage of various node.js APIs - plugin:unicorn/recommended, which contains a pretty mixed bag of useful rules This PR attempts to not change code behavior when possible. In cases where fixing existing code would change semantics, a linting exclusion has been placed in the code base to silence the error. You can find these by searching for `eslint-disable-next-line`. Co-authored-by: Austin Morton <austinpmorton@gmail.com>
* Asyncify cleanMatt Godbolt2020-01-21
|
* Compiler Explorer Team->Authors (for consistency)Matt Godbolt2019-05-30
|
* optional space in error messagePartouf2018-10-14
|
* lintfixesPartouf2018-10-14
|
* fix error messagePartouf2018-10-14
|
* detect more type of errorsPartouf2018-10-14
|
* type errorsPartouf2018-10-07
|
* not 2019 yetPartouf2018-10-06
|
* fixPartouf2018-10-06
|
* .Partouf2018-10-06
|
* lint fixes, add error output preprocess funcPartouf2018-10-06
|
* lintPartouf2018-10-06
|
* binary testcode, only works for clean32 3.0Partouf2018-10-06
|
* bintestPartouf2018-10-06
|
* std libraries via libPathPartouf2018-10-06
|
* recheck if this worksPartouf2018-10-06
|
* testPartouf2018-10-06
|
* on linux the folders are differentPartouf2018-10-06
|
* extra libpathsPartouf2018-10-06
|
* add cleanpath for binary modePartouf2018-10-06
|
* oopsPartouf2018-10-06
|
* formattingPartouf2018-10-06
|
* basic asm producing compilation with cleanPartouf2018-10-06
|
* initial basicsPartouf2018-10-06