Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tsify lib/compilers (#4609)gh-6026 | Jeremy Rifkin | 2023-01-29 |
| | |||
* | Slightly more controversial bumpings (#4503)gh-5552 | Matt Godbolt | 2022-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-2865 | Rubén Rincón Blanco | 2022-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-2517 | Matt Godbolt | 2022-04-25 |
| | |||
* | Clean trunk and execution (#2916) | Patrick Quist | 2021-09-04 |
| | |||
* | Attempt at refactoring to better separate ldpaths and libpaths (#2452) | Patrick Quist | 2021-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 Morton | 2020-09-26 |
| | |||
* | Eliminate all dynamic require statements (#2230) | Austin Morton | 2020-09-25 |
| | |||
* | Add new eslint rules (#2121) | Rubén Rincón Blanco | 2020-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 clean | Matt Godbolt | 2020-01-21 |
| | |||
* | Compiler Explorer Team->Authors (for consistency) | Matt Godbolt | 2019-05-30 |
| | |||
* | optional space in error message | Partouf | 2018-10-14 |
| | |||
* | lintfixes | Partouf | 2018-10-14 |
| | |||
* | fix error message | Partouf | 2018-10-14 |
| | |||
* | detect more type of errors | Partouf | 2018-10-14 |
| | |||
* | type errors | Partouf | 2018-10-07 |
| | |||
* | not 2019 yet | Partouf | 2018-10-06 |
| | |||
* | fix | Partouf | 2018-10-06 |
| | |||
* | . | Partouf | 2018-10-06 |
| | |||
* | lint fixes, add error output preprocess func | Partouf | 2018-10-06 |
| | |||
* | lint | Partouf | 2018-10-06 |
| | |||
* | binary testcode, only works for clean32 3.0 | Partouf | 2018-10-06 |
| | |||
* | bintest | Partouf | 2018-10-06 |
| | |||
* | std libraries via libPath | Partouf | 2018-10-06 |
| | |||
* | recheck if this works | Partouf | 2018-10-06 |
| | |||
* | test | Partouf | 2018-10-06 |
| | |||
* | on linux the folders are different | Partouf | 2018-10-06 |
| | |||
* | extra libpaths | Partouf | 2018-10-06 |
| | |||
* | add cleanpath for binary mode | Partouf | 2018-10-06 |
| | |||
* | oops | Partouf | 2018-10-06 |
| | |||
* | formatting | Partouf | 2018-10-06 |
| | |||
* | basic asm producing compilation with clean | Partouf | 2018-10-06 |
| | |||
* | initial basics | Partouf | 2018-10-06 |