- Dec 19, 2022
-
-
Davide Mor authored
-
Davide Mor authored
-
- Dec 15, 2022
-
-
Davide Mor authored
-
Davide Mor authored
-
Davide Mor authored
-
- Dec 05, 2022
-
-
Davide Mor authored
-
Davide Mor authored
-
Davide Mor authored
-
- Dec 04, 2022
-
-
Jeremy Rifkin authored
* First pass conversion of options-handler to ts * Small tweaks * Fix tests
-
- Dec 03, 2022
-
-
Jeremy Rifkin authored
* Ts conversion for objdumpers * Updated copyright years
-
Jeremy Rifkin authored
* Convert compiler-finder to ts * Updated CompilerProps getter typings to be way more awesome * A couple small tweaks * Address review comments
-
- Dec 02, 2022
-
-
Jeremy Rifkin authored
* Converted amd64 docs to ts * 6502 * 6502 part 2 * arm * avr * evm * java * llvm * python * Fix bug with only getting the first paragraph * Updated help messages
-
Matt Godbolt authored
* Port fortran.js to typescript * @jeremy-rifkin suggestions
- Dec 01, 2022
-
-
github-actions[bot] authored
Co-authored-by:
Compiler Explorer Bot <mattgodbolt@users.noreply.github.com>
-
- Nov 30, 2022
-
-
Marc Poulhiès authored
While doing some cleaning, the typing of the GCC dump feature was found incorrect. This change tries to fix most of it... But some details still need to be fixed (FIXME notes left in the code). Signed-off-by:
Marc Poulhiès <dkm@kataplop.net>
-
Anastasia Stulova authored
Update C++ for OpenCL and OpenCL C with clang-14 and clang-15 compilers.
-
Marc Poulhiès authored
Add a sample Ada project in the templates. Signed-off-by:
Marc Poulhiès <dkm@kataplop.net>
-
Alfredo Correa authored
similar changes work for the C++ compiler
-
Jeremy Rifkin authored
* Removed old code * Base functionality * Work on edge offsets * Setup interval trees for edges * linter things * Formatting * Added syntax highlighting * Cleanup and simplification. Improved handling of direct dropdown edges. * Basic zoom/pan * Remove old blocks from output * Fix distance calculation * Added function selector * Improved zoom behavior * figue 8 logic * Canvas scaling / repainting, updated colors * Don't truncate output, also removed some console.logs * Tweak to zoom system * Replaced canvas stuff with svg * Experimenting with adding shadows to edges * Removed shadows, was causing problems. Improved how blocks with lots of incident edges are handled. * Slightly improved edge system * some work on implementing segment priority system from cutter * Optimization to rendering process. I was worried the graph layout algorithm was causing the page to hang but it turns out it was adding elements to the page with += * Removed need for storing the previous segment * refactor, splitting up some logic * Cleaned up logic and got horizontal edges working better * Remove vis-network dependency * Updated package-lock, removed @import vis-network css stuff, added a todo for myself * Cleaned up notes and error messages. Added comments. Clear the pane if there's no function to display * Added layout time information, implemented .resize * Light theme * State work and bug fix for dragiing * Re-dading lost dark theme changes * Added jquery import * Cleaned up console.logs * Added basic block count * Incorporated PR review comments; Fixed cypress (hopefully), added documentation, improved the dropdown, and fixed dropdown items not being cleared with an empty result.cfg * Ran format
-
- Nov 29, 2022
-
-
Alfredo Correa authored
This works with C++ compiler already library source and details here: https://gitlab.com/correaa/boost-multi
-
Samuel Bronson authored
`rustfilt` ended up at a different path for me, and the "absolute path as compiler name" compatibility kludge seems not to work anymore. (Also, this way it matters less where rustc is installed.)
-
Matt Godbolt authored
Make the same NVidia magic devices available in compilation too. May help nvc++ compilation time as it will be able to detect the target GPU (#4361)
-
- Nov 28, 2022
-
-
Patrick Quist authored