Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
d37dc9784475e597604891c6df5d20dc1ba3cfbf
d37dc97
More rust fixes; should address #139
by Matt Godbolt
· 8 years ago
c82915e
Fix rust (maybe)
by Matt Godbolt
· 8 years ago
2f411c8
elcc rename (oops)
by Matt Godbolt
· 8 years ago
0337259
Handle missing compilers more gracefully
by Matt Godbolt
· 8 years ago
9af5650
Refactor so as not to rely on magic comments in MS-derived compilation output
by Matt Godbolt
· 8 years ago
7990e42
Refactor individual compilation types into their own files
by Matt Godbolt
· 8 years ago
9cac303
ellcc
by Matt Godbolt
· 8 years ago
4d067a7
Merge pull request #194 from JohanEngelen/binaryD
by Matt Godbolt
· 8 years ago
62eaa61
Enable binary output for D compilers.
by Johan Engelen
· 8 years ago
e041392
Refer to new beta ldc compiler by name
by Matt Godbolt
· 8 years ago
fe62ca7
Merge pull request #195 from JohanEngelen/patch-1
by Matt Godbolt
· 8 years ago
107c528
Whoops; recursion in npm test
by Matt Godbolt
· 8 years ago
0362e0c
Send opcodes as strings. Fix up ARM opcode and label handling
by Matt Godbolt
· 8 years ago
3e405c0
Actually run npm tests as part of 'make test'
by Matt Godbolt
· 8 years ago
7a173dc
Debugging improvements
by Matt Godbolt
· 8 years ago
3a4b85f
Fix up issue with '/?' as a parameter etc
by Matt Godbolt
· 8 years ago
b3d56fb
Demangle *after* parsing ASM.
by Matt Godbolt
· 8 years ago
99a8928
Lint fixes
by Matt Godbolt
· 8 years ago
cf47abe
Remove more unncessary configuration items
by Matt Godbolt
· 8 years ago
af280a8
More TODOs done; some rust ones added (until I get that working again)
by Matt Godbolt
· 8 years ago
48fadf7
Extract a generic exec function that's wine-aware
by Matt Godbolt
· 8 years ago
b21e51e
Work in progress on refactoring to make it easier to support more compiler types
by Matt Godbolt
· 8 years ago
90b2383
LDC beta: don't explicitly mention version number
by Johan Engelen
· 8 years ago
70b8d2d
Fix filtering of labels of defined functions.
by Matt Godbolt
· 8 years ago
fa09b76
Bind the output window's font size to that of its parent compiler
by Matt Godbolt
· 8 years ago
69dd8e5
Fix lints
by Matt Godbolt
· 8 years ago
8fe4ba0
Bind ctrl-/ to toggle comment
by Matt Godbolt
· 8 years ago
43000b0
Group-based configuration of compilers
by Matt Godbolt
· 8 years ago
bc5848f
Adding more tests; beginnings of a refactor to make compilers more configurable
by Matt Godbolt
· 8 years ago
97ef357
Latest gcc snapshot
by Matt Godbolt
· 8 years ago
014eaff
Oops
by Matt Godbolt
· 8 years ago
3b102bb
Attempt at getting ARM windows compilers
by Matt Godbolt
· 8 years ago
4d5344f
Merge branch 'master' of github.com:mattgodbolt/gcc-explorer
by Matt Godbolt
· 8 years ago
dc28bbb
Increase limit for compiler uploads
by Matt Godbolt
· 8 years ago
c6ffc3c
WAG #2
by Matt Godbolt
· 8 years ago
006262f
WAG at 32-bit CL
by Matt Godbolt
· 8 years ago
d5e2420
Fix up makefilef for dist
by Matt Godbolt
· 8 years ago
1631f6d
Enable wine cl19_64
by Matt Godbolt
· 8 years ago
4c7daf4
Preload fixes for WINE
by Matt Godbolt
· 8 years ago
1f5e12f
Merge pull request #182 from filcab/filcab/-g-at-the-start
by Matt Godbolt
· 8 years ago
d710e0d
[debug info] Pass -g at the start of the command line.
by Filipe Cabecinhas
· 8 years ago
49932af
Work in progress on WINE/win32/win64 compiler support
by Matt Godbolt
· 8 years ago
d69c554
Merge pull request #181 from JohanEngelen/patch-1
by Matt Godbolt
· 8 years ago
7a71dbd
LDC: remove the dlang version number
by Johan Engelen
· 8 years ago
b3effe7
Merge pull request #180 from JohanEngelen/patch-1
by Matt Godbolt
· 8 years ago
ef26fc4
Add LDC 1.1.0-beta3 compiler
by Johan Engelen
· 8 years ago
0b1fe1d
More attempts at source map for requirejs
by Matt Godbolt
· 8 years ago
a0722cd
Add a versioned subdirectory with an infinite cache length. Partially addresses #178
by Matt Godbolt
· 8 years ago
1268739
Trust any proxies
by Matt Godbolt
· 8 years ago
4ea8389
Cheesey solution to no tooltip
by Matt Godbolt
· 8 years ago
b3b9b7a
Use a uniquified main.js name to help with caching issues
by Matt Godbolt
· 8 years ago
cbb1ec1
Lighten up the background colours used for better contrast with the code. Hopefully addresses #170
by Matt Godbolt
· 8 years ago
ff5360e
Revert "Attempt at embedded"
by Matt Godbolt
· 8 years ago
e3c57a7
Attempt at embedded
by Matt Godbolt
· 8 years ago
a8d5469
Always update state after initialising to ensure defaults etc are populated in the state
by Matt Godbolt
· 8 years ago
20ae6c4
Fix ups for missing options on readonly
by Matt Godbolt
· 8 years ago
a17a2ec
Fix short urls
by Matt Godbolt
· 8 years ago
caf8a5e
Move links into a share button
by Matt Godbolt
· 8 years ago
92ec829
Remove donation
by Matt Godbolt
· 8 years ago
376e472
Another stdout/stderr fix attempt
by Matt Godbolt
· 8 years ago
ad40e5c
Improvements to embedding
by Matt Godbolt
· 8 years ago
5a6de74
Use winston for logging
by Matt Godbolt
· 8 years ago
e3d2253
Fix up embedded link
by Matt Godbolt
· 8 years ago
0ff9cb2
Fix up several issues with compiler info handling. Fixes #158
by Matt Godbolt
· 8 years ago
0cda1b8
Work in progress on embeddable CEs
by Matt Godbolt
· 8 years ago
a5c268c
Fix issue with postprocessing files twice. Fixes #158
by Matt Godbolt
· 8 years ago
a5b2ced
Merge pull request #167 from Sahnvour/master
by Matt Godbolt
· 8 years ago
cda82ad
New most prioritary properties files : `*.local.properties` used for local instances of compiler explorer.
by Sahnvour
· 8 years ago
58f4d8b
Newer ARM from the Embedded Toolchain
by Matt Godbolt
· 8 years ago
8a8c9d2
Merge remote-tracking branch 'origin/msvc-spike'
by Matt Godbolt
· 8 years ago
39aafe2
Merge pull request #166 from Sahnvour/msvc-spike
by Matt Godbolt
· 8 years ago
e80d622
Better handling of command line arguments when invoking compiler.
by Sahnvour
· 8 years ago
ce82847
Fix up AVR line processing. Fixes #164
by Matt Godbolt
· 8 years ago
114ebc7
Fix up concat of undefined stdout/stderr. Hopefully addresses #163
by Matt Godbolt
· 8 years ago
19e1e11
Better parsing of error messages
by Matt Godbolt
· 8 years ago
b778026
Re-enable msp430
by Matt Godbolt
· 8 years ago
8c9d6ed
Add msp
by Matt Godbolt
· 8 years ago
540e7b9
Temporarily pick exactly 5.19 for codemirror
by Matt Godbolt
· 8 years ago
1db7ffe
Ensure document is fully ready before initialising
by Matt Godbolt
· 8 years ago
a0be851
Parse stdout/stderr on the server side
by Matt Godbolt
· 8 years ago
444d751
Remove redundant variable
by Matt Godbolt
· 8 years ago
ae0a716
Merge pull request #161 from JohanEngelen/fixDMDbuild
by Matt Godbolt
· 8 years ago
616b6b6
Merge pull request #162 from JohanEngelen/fixUndef
by Matt Godbolt
· 8 years ago
db7e7dd
Merge pull request #159 from JohanEngelen/fixmatch
by Matt Godbolt
· 8 years ago
c857752
use lowercase output.s
by Matt Godbolt
· 8 years ago
1d9c8c0
Fix undefined compiler flag issue
by Johan Engelen
· 8 years ago
dbc447c
Fix up D build some more
by Johan Engelen
· 8 years ago
fb9fa78
Fix file match for colorizing
by Johan Engelen
· 8 years ago
5915840
Fix up D build
by Matt Godbolt
· 8 years ago
4fcc34f
Merge pull request #157 from JohanEngelen/addLDC
by Matt Godbolt
· 8 years ago
8f59e35
Make the assembly-output and output-filename flags configurable, and set them correctly for LDC.
by Johan Engelen
· 8 years ago
809b6d8
D: Fix demangling on OS X (double leading underscores).
by Johan Engelen
· 8 years ago
a5edab2
D: also look for DMD environment variable for D support.
by Johan Engelen
· 8 years ago
6b339b3
Merge pull request #156 from JohanEngelen/patch-1
by Matt Godbolt
· 8 years ago
e1bd2ea
Add LDC to Amazon config
by Johan Engelen
· 8 years ago
31e658c
Rename ARM 4.8 compilers...they're now 5.4 compilers.
by Matt Godbolt
· 8 years ago
850ee6f
Fix quadratic CL asm parsing
by Matt Godbolt
· 8 years ago
7f3267a
More IDEA churn
by Matt Godbolt
· 8 years ago
3dd7fd7
Extract some things, remove TODOs
by Matt Godbolt
· 8 years ago
2689775
IDEA churn
by Matt Godbolt
· 8 years ago
Next »