| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Need to jump in the dedicated directory, but then GNAT may write some files that
may conflict with ours: create a dedicated temp subdir to run GNAT.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When compiling to binary or running the executable, extra options are inserted,
breaking some weak asumption in Ada/GNAT on where in the list is the
inputFilename.
Override prepareArguments() for GNAT and (more) cleanly handle the
options (split between gnatmake, compiler, binder and linker).
Also use 'gnatmake' as main compiler executable instead of 'gnat'.
Refresh Copyright.
Fixes #3709
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
|
|
| |
... probably slipped through during the review
|
| |
|
|
|
| |
Co-authored-by: Mats Larsen <me@supergrecko.com>
|
| |
|
| |
|
|\
| |
| |
| | |
https://github.com/compiler-explorer/compiler-explorer into main
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Add semver check for ast dump in iscp
Closes #3648
* Fix ast options
* Fix ast options x2
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* this works, but args are hidden for user
* moved to optionsforfilter so user can see the parameter
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* All semver comparisons now ensure it's safe to do so
* Oops, use correct class
* Remove leftover import
* Leave the Zig fixes for another PR
* Fix linter
* Fix test issues
* Make linter happy, yet again
* What?
* Address PR review
|
| | |
|
| |
| |
| |
| |
| | |
* fixing compilers 0.4.x - 0.8.x
* update contributors file
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* taking a snapshot of progress so far - generated sources are getting processed, and some fairly basic asm line assigning, but needs a second pass to rectify the issue of an asm instruction being attributed to multiple lines of code
* fixed silly bug in instruction line thing
* giving tags in generated sources human readable names
* generate human friendly tag names for tags in non-generated code, using AST to figure out which function we're in
* restoring most of the original formatting, and got constructor etc working too
* fixing linting errors
* add some comments
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* feat(compilers): Solidity support MVP
* don't concat userOptions in optionsForFilter
* fixes after review
* Update etc/config/solidity.defaults.properties
Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es>
Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es>
|
| |
| |
| | |
Closes #3488
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* progress
* added some config
Co-authored-by: Alex D <duzhar@gmail.com>
|
| |
| |
| |
| | |
spacing (#3428)
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Group some files to their own folders
In etc/scripts/, added disasms/, docenizers/, and util/ folders
In lib/, added mapfiles/, and parsers/ folders (+moved google.js to
shortener)
In static/, added widgets/ folder
Added cypress folder to .gitignore
* Address Matt's PR reviews
* Move new Pane renaming to folder
|
| |
| |
| |
| | |
(#3371)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
filenames even if theres no lineno info (#3341)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The property was incorrectly hardcoded in the AdaCompiler class.
As GNAT does not have an argument-parser, we can't rely on autodetecting the
-masm support. The easiest way is to simply define the intelAsm property for
GNAT compilers known to support it.
Fixes #3310
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add new adarts compiler properties used to set the RTS (if needed) to be used by
GNAT. This is needed as the cross compilers come with several RTS and you must
provide one.
Use Alire (https://alire.ada.dev/) cross compilers for ARM32 and RISC-V 64.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
| | |
|