Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
bf23550d9e7ebf288c3400ff55ce46c2e1e5dcbd
bf23550
Allow caching of compiler version and argument information to improve startup time
by Austin Morton
· 5 years ago
90aafb7
fix ellcc 2017 ldpath for execution
by Partouf
· 5 years ago
2314ad0
Added an ldPath for every compiler (defaults to sensible relative locations), and pass this when running executables. Should address #1399
by Matt Godbolt
· 5 years ago
f212420
Allow /etc/ld.so.conf* files so that linking finds system libraries. See #1398
by Matt Godbolt
· 5 years ago
387a749
Minor logging fix
by Matt Godbolt
· 5 years ago
5f60a5b
Add mailto to privacy policy email
by RabsRincon
· 5 years ago
ffeea22
* Support code execution
by Matt Godbolt
· 5 years ago
2f83c47
Updates to privacy policy
by Matt Godbolt
· 5 years ago
389c53a
Clarify comment in sandbox profile
by Matt Godbolt
· 5 years ago
0b7773c
Merge pull request #1316 from mattgodbolt/policy-dating
by Matt Godbolt
· 5 years ago
60c89e9
Merge pull request #1404 from AMS21/patch-2
by Matt Godbolt
· 5 years ago
d7bb476
Blacklist everything I can think of in /run. CC @apmorton for any thoughts!
by Matt Godbolt
· 5 years ago
008756f
* Updated Catch2 library to version 2.8.0
by AMS21
· 5 years ago
6482b29
Increase virtual RAM availability for compilation.
by Matt Godbolt
· 5 years ago
e35f555
Create FUNDING.yml
by Matt Godbolt
· 5 years ago
4e251dd
Leave `/tmp` writable for WINE
by Matt Godbolt
· 6 years ago
c98dee6
Remote `--timeout` from firejail: it adds >1s per invocation! Should help with #1394
by Matt Godbolt
· 6 years ago
88672ea
Fix log message
by Matt Godbolt
· 6 years ago
691c56b
More tweaks to blacklisting (thanks again @apmorton)
by Matt Godbolt
· 6 years ago
a713fc1
More blacklisting
by Matt Godbolt
· 6 years ago
77b0805
Another @apmorton discovery: syslog() escaped the jail!
by Matt Godbolt
· 6 years ago
fc579cf
Fix @apmorton's sandbox escape (nice work Austin)
by Matt Godbolt
· 6 years ago
c44a88b
Add address space limitations and timeouts. Use for compiler and sandbox limits. Should fix #1393 and helps #429
by Matt Godbolt
· 6 years ago
241b0f3
Merge pull request #1388 from andjo403/rust_llvm_ir_view
by Rubén Rincón Blanco
· 6 years ago
5c9c8dc
Merge branch 'master' into rust_llvm_ir_view
by Rubén Rincón Blanco
· 6 years ago
37e923b
Merge pull request #1381 from sbc100/wasm_clang
by Rubén Rincón Blanco
· 6 years ago
dfd2681
Make linked text more readable in dark mode
by RabsRincon
· 6 years ago
9fdde1d
Use default Monaco color for dark text highlights
by RabsRincon
· 6 years ago
9ba7b43
Merge pull request #1315 from mattgodbolt/betterinterlinking
by Rubén Rincón Blanco
· 6 years ago
0d4f6d6
Set dark theme as default if the user ask for it
by RabsRincon
· 6 years ago
cea11b0
Arg terrible config files
by Matt Godbolt
· 6 years ago
b08b1bb
First wave of environment variable removals
by Matt Godbolt
· 6 years ago
5b4338a
Enable execution in beta environment!
by Matt Godbolt
· 6 years ago
2dc15a9
Minor logging fixes; use new command line flags for sandbox
by Matt Godbolt
· 6 years ago
12bd66d
Workaround for now until we have another firejail patch
by Matt Godbolt
· 6 years ago
d516ef4
Assume a patched CE-specific version of firejail to get a private cwd, and ensure proper cleanup and exit code
by Matt Godbolt
· 6 years ago
491adcd
Use demanglers stored on /opt/compiler-explorer instead of local ones, to work around firejail issues on Amazon
by Matt Godbolt
· 6 years ago
4b0f8e6
Fix for post processing in DMD under firejail. Closes #1386
by Matt Godbolt
· 6 years ago
99b5884
Minor logging tweaks
by Matt Godbolt
· 6 years ago
3b9e566
Add LLVM IR view for Rust
by Andreas Jonson
· 6 years ago
1114f6e
Fix up handling of error indicators. Fixes #1384
by Matt Godbolt
· 6 years ago
b93c84f
Update WindowsNative.md
by Patrick Quist
· 6 years ago
d631e29
improved responsiveness of mouseover highlighting
by Partouf
· 6 years ago
b0326ca
Use https for fmt lib url
by Rubén Rincón Blanco
· 6 years ago
dbea59a
Add WebAssembly clang target
by Sam Clegg
· 6 years ago
0e8bcf8
Run wine processes in a single, shared, sandbox. Keep a single long-lived CMD around which also implicitly creates the wineserver. Re-isolate ipc
by Matt Godbolt
· 6 years ago
95b935d
Very unlikely possible fix for WINE
by Matt Godbolt
· 6 years ago
5bee837
Fix log message
by Matt Godbolt
· 6 years ago
0f58f16
Use a different wine
by Matt Godbolt
· 6 years ago
e1795ca
Fix sentry logging; formatting
by Matt Godbolt
· 6 years ago
3bb8360
Whoops; bit of a nasty parenthesis mistake
by Matt Godbolt
· 6 years ago
1f6e4c8
Log updates; lots of logging was missing since we moved to the new logger
by Matt Godbolt
· 6 years ago
bebd447
Misc tidyups in exec
by Matt Godbolt
· 6 years ago
4bcffc9
Make output available to/from wine server and log exit
by Matt Godbolt
· 6 years ago
52c40df
Make fonts available to wine to shut it up. Give WINE runs a private home dir (seems to prevent an occasional hang...)
by Matt Godbolt
· 6 years ago
65d9d7b
Remove c-preload compiler wrapper in favour of firejail. See #429
by Matt Godbolt
· 6 years ago
c327df8
Fix equals
by Matt Godbolt
· 6 years ago
090ac38
Ignore dotfiles in the asm output directory (as it may be running in /home/matthew under firejail and thus find .bashrc et al
by Matt Godbolt
· 6 years ago
31404db
Fix pascal to use customCwd appropriately
by Matt Godbolt
· 6 years ago
6a2a914
Tidy up log message
by Matt Godbolt
· 6 years ago
fc97769
Reduce amount of blacklisting required
by Matt Godbolt
· 6 years ago
8807b6a
Ensure objdump runs in the right directory
by Matt Godbolt
· 6 years ago
ef26016
Configurable in-app logging
by Matt Godbolt
· 6 years ago
7eb3af3
Add zig 040 to the list
by Matt Godbolt
· 6 years ago
fd4c5c5
Blacklist the /compiler-explorer-image dir
by Matt Godbolt
· 6 years ago
4a1db6c
Run firejail in quiet mode
by Matt Godbolt
· 6 years ago
5517dac
More changes for beta
by Matt Godbolt
· 6 years ago
9c0cd14
Config changes for new wine, and beta
by Matt Godbolt
· 6 years ago
3f138b1
Culmination of several days' worth of work towards running WINE under firejail. See #429
by Matt Godbolt
· 6 years ago
0db213e
Fixes Bootstrap 4.3.1 problems with Share button
by RabsRincon
· 6 years ago
546a692
Fix dev overlay not being displayed
by RabsRincon
· 6 years ago
0eedd0a
Merge pull request #1366 from mattgodbolt/libffixes
by Patrick Quist
· 6 years ago
bc4e0e8
Merge pull request #1374 from Quuxplusone/g0
by Rubén Rincón Blanco
· 6 years ago
4128fcc
Add "-g0" to the P1144 compiler's command line, until I figure out what's wrong with DWARF.
by Arthur O'Dwyer
· 6 years ago
bf61974
Tweak to get more compilers working in firejail. They love to use mmap, and like to make it executable. That's probably ok
by Matt Godbolt
· 6 years ago
26984ce
Move all execution to optionally run in firejail (disabled by default)
by Matt Godbolt
· 6 years ago
55ec58e
Minor reformatting and error handling tweak
by Matt Godbolt
· 6 years ago
fe84d58
Update bootstrap
by Matt Godbolt
· 6 years ago
c7c6f21
Support staging environment
by Matt Godbolt
· 6 years ago
4639fbe
First sketching of firejail support in mainline (woo). See #429
by Matt Godbolt
· 6 years ago
24ba449
Merge pull request #1370 from AMS21/patch-1
by Rubén Rincón Blanco
· 6 years ago
2446ade
IDEA config churn (rust)
by Matt Godbolt
· 6 years ago
1452f32
* Updated doctest library to version 2.3.2
by AMS21
· 6 years ago
078c4df
Change the way we report MOTD issues. See #1057
by Matt Godbolt
· 6 years ago
5e23566
Whoops, typed junk into a json file
by Matt Godbolt
· 6 years ago
8686731
Lock selectize to 0.12.4; see https://github.com/selectize/selectize.js/issues/1466 - Fixes #1367
by Matt Godbolt
· 6 years ago
cb0f2d1
Add GCC 9.1
by Matt Godbolt
· 6 years ago
8b6d0d8
Random misc change...er..
by Matt Godbolt
· 6 years ago
8a670dd
Remove yarn in favour of the new npm features. See #1343
by Matt Godbolt
· 6 years ago
8c9f6e7
Latest thanks
by Matt Godbolt
· 6 years ago
6023245
Add some help (thanks to @benrady)
by Matt Godbolt
· 6 years ago
6ec2b28
added test to verify a bit more
by Partouf
· 6 years ago
2f34d05
add another testcase for #1285
by Partouf
· 6 years ago
eed2c68
add second testcase described in #1285
by Partouf
· 6 years ago
f69855a
test for #1307
by Partouf
· 6 years ago
9b89389
fixes #1285
by Partouf
· 6 years ago
7dee084
library popup needs some more height space
by Partouf
· 6 years ago
d995fe6
Add PEGTL (see mattgodbolt/compiler-explorer-image#197)
by Matt Godbolt
· 6 years ago
430143a
Merge pull request #1356 from mattgodbolt/pascaleditorcomments
by Matt Godbolt
· 6 years ago
17e73e4
Merge pull request #1363 from AMS21/patch-1
by Matt Godbolt
· 6 years ago
Next »