Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
1d6418faa349104a70556dae7c0505877054f10e
1d6418f
Make CPPX into its own language for the dropdown
by RabsRincon
· 7 years ago
11ce1e4
Fix NewRelic label
by RabsRincon
· 7 years ago
d7818ae
Merge branch 'master' into unification
by Rubén
· 7 years ago
08d58bc
Appease the linter
by RabsRincon
· 7 years ago
43279a6
Fix various points raised after code reviews
by RabsRincon
· 7 years ago
5b199a1
Extract google short url into a testable (I know!) unit. And test it
by Matt Godbolt
· 7 years ago
1c07501
Make travis build far less chatty
by Matt Godbolt
· 7 years ago
030cfff
Increase the style points of our filtering
by RabsRincon
· 7 years ago
740e88d
New relic support
by Matt Godbolt
· 7 years ago
27c7677
Final changes to #670
by RabsRincon
· 7 years ago
f212acd
Merge pull request #670 from dkm/fix-638
by Rubén
· 7 years ago
68ec2d0
Merge pull request #677 from badeip/master
by Rubén
· 7 years ago
b3cf00a
Decrease cache size to hopefully prevent OOM issues
by Matt Godbolt
· 7 years ago
76665e4
gccdump: disable view when invalid compiler selected
by Marc Poulhiès
· 7 years ago
c5ecb6f
Changes according to feedback from: RabsRincon
by Petter Wahlman
· 7 years ago
e80366d
Improve compiler/execution/program output
by Petter Wahlman
· 7 years ago
1901462
Merge pull request #676 from partouf/patch-2
by jaredwy
· 7 years ago
a67e9f6
slack channelname fix
by Patrick Quist
· 7 years ago
a6ea8c2
More thanks
by Matt Godbolt
· 7 years ago
d3705af
Fix #671
by RabsRincon
· 7 years ago
9aed176
Fix build
by Matt Godbolt
· 7 years ago
864538b
Fix case with empty compiler group
by Matt Godbolt
· 7 years ago
ea31e8d
Derive compile filename from the extensions
by Matt Godbolt
· 7 years ago
af34fba
Remove --language in Makefile
by Matt Godbolt
· 7 years ago
f2bb96c
Handle empty strings in cascading properties
by Matt Godbolt
· 7 years ago
5119cf5
Ensure compiler IDs are distinct across languages
by Matt Godbolt
· 7 years ago
3099f4e
Remove unused imports
by RabsRincon
· 7 years ago
785120b
Upgrade Hub
by RabsRincon
· 7 years ago
f2a75ac
Fix arcane reference to 6g on matt's laptop
by Matt Godbolt
· 7 years ago
db23591
Merge branch 'master' of github.com:mattgodbolt/compiler-explorer
by Matt Godbolt
· 7 years ago
c42961a
Make languages.js the only definition needed
by RabsRincon
· 7 years ago
a8faae2
Remove unused logger
by RabsRincon
· 7 years ago
31aea03
Unify Pascal compilers
by RabsRincon
· 7 years ago
91f9590
Merge branch 'master' into unification
by RabsRincon
· 7 years ago
1da95fb
Learn how to markdown
by RabsRincon
· 7 years ago
1912541
Add proper credits to the documentation
by RabsRincon
· 7 years ago
e34b365
Update documentation
by RabsRincon
· 7 years ago
fbbb4c9
Fix Editor losing code on language switch
by RabsRincon
· 7 years ago
14e0e71
Merge pull request #665 from ibuclaw/dmode
by Rubén
· 7 years ago
a8763c3
Fix lingering issues. Now you can at least compile!
by RabsRincon
· 7 years ago
89c8ca6
Add language configuration to d-mode.js
by Iain Buclaw
· 7 years ago
d52fc22
Properly support nesting block comments in d-mode.js
by Iain Buclaw
· 7 years ago
ba78c87
Add WYSIWYG string literal highlight to d-mode.js
by Iain Buclaw
· 7 years ago
63ed0e7
Change enough stuff as to get it running
by RabsRincon
· 7 years ago
c1ff139
Change first step in getting compilers
by RabsRincon
· 7 years ago
697f3f2
Update code style format for newer IDEA 2017.3
by RabsRincon
· 7 years ago
4aba6bd
Include forgotten changed lines
by RabsRincon
· 7 years ago
ed18abc
Delete compilerPropsLT, as it's not needed
by RabsRincon
· 7 years ago
74a4f4e
Allow aws properties to be used from config if not found from aws itself (for local testing)
by Matt Godbolt
· 7 years ago
70d02f7
Update meta descriptions
by RabsRincon
· 7 years ago
d4d28cd
Change order of transform params so lang is opt
by RabsRincon
· 7 years ago
0101884
Merge pull request #664 from partouf/fpclinkresfix
by Matt Godbolt
· 7 years ago
77251de
set the output directory so link.res won't be created in the CWD
by partouf
· 7 years ago
87ac248
Fix 'undefined' name (CC @samkellett - I missed this on the review, sorry)
by Matt Godbolt
· 7 years ago
35bf691
Merge pull request #663 from samkellett/master
by Matt Godbolt
· 7 years ago
944f202
Added cppcoro library
by Sam Kellett
· 7 years ago
4e76ebd
Merge pull request #662 from partouf/patch-1
by Matt Godbolt
· 7 years ago
aaa9013
Update pascal.amazon.properties
by Patrick Quist
· 7 years ago
e64a0fe
Change enough of app.js for it not to crash
by RabsRincon
· 7 years ago
556c41a
Merge pull request #632 from partouf/fpcdemangle
by Rubén
· 7 years ago
24ed1ca
Add contact us heading section
by RabsRincon
· 7 years ago
de3a699
Add basic UI support
by RabsRincon
· 7 years ago
2446ea5
separate demangler into support library
by partouf
· 7 years ago
a0c8635
collect labels to demangle when asm is processed through the binary path (and thus was not passed into preProcessLines)
by partouf
· 7 years ago
ce20f18
revert incorrect change
by partouf
· 7 years ago
ef9ed6d
if binaryHideFuncRe doesnt have a value, assume everything is a userfunction
by partouf
· 7 years ago
fe63adc
seperated pascal demangler from pascal compiler, added unit tests and bugfixed some demangling
by partouf
· 7 years ago
50580b3
Merge pull request #653 from richardthe3rd/patch-1
by Matt Godbolt
· 7 years ago
72e333f
Update AddingALibrary.md
by richardthe3rd
· 7 years ago
6cc06cc
Merge pull request #652 from honggyukim/doc/color-for-js
by Matt Godbolt
· 7 years ago
b36dc96
doc: Add syntax highlighting for JavaScript in README
by Honggyu Kim
· 7 years ago
6fcec8d
Merge pull request #651 from honggyukim/build/node-version-check-v2
by Rubén
· 7 years ago
bc28b43
Revert incorrect Regex fix in asm filtering
by RabsRincon
· 7 years ago
15d5e0b
build: Add an warning when node version is higher than tested version
by Honggyu Kim
· 7 years ago
7a184ee
Add code tracking for Go
by RabsRincon
· 7 years ago
79a6e18
Remove unused swift compiler
by RabsRincon
· 7 years ago
9a00c9b
Apply beta through config. Closes #647
by Matt Godbolt
· 7 years ago
13ab1db
Enqueue compiler version requests to not swamp startup. Addresses #648
by Matt Godbolt
· 7 years ago
4071012
Minor formatting changes
by Matt Godbolt
· 7 years ago
fd79594
Ahem. Pascal=pascal. Not Pascal=fortran
by Matt Godbolt
· 7 years ago
3ae8f4b
Rename fpc->fortran in the links
by Matt Godbolt
· 7 years ago
bb8641e
Changelog
by Matt Godbolt
· 7 years ago
55fd993
Merge pull request #645 from honggyukim/build/node-version-check
by Rubén
· 7 years ago
8fffcfa
Avoid unnecessary type coercion check
by RabsRincon
· 7 years ago
e72c874
Finalize Go implemenation
by RabsRincon
· 7 years ago
5d80e83
Allow older Go versions to run better!
by RabsRincon
· 7 years ago
befef98
build: Fix node version check to v8 or higher
by Honggyu Kim
· 7 years ago
b6beea0
bugfix
by partouf
· 7 years ago
b2279db
bug/lintfix
by partouf
· 7 years ago
a952aeb
rename fpc to pascal
by partouf
· 7 years ago
2acdaaf
rename fpc to pascal
by partouf
· 7 years ago
58706d8
config changes
by partouf
· 7 years ago
ae0abfd
added objdump preprocessor to remove non-user code, added preprocesser for asm to add .file, .loc and .cfi_endproc tags
by partouf
· 7 years ago
59a561d
rename pascal views and webjs
by partouf
· 7 years ago
4acad7e
pascal rename
by partouf
· 7 years ago
ab05526
extra functionality needed for non-standard assembly outputs
by partouf
· 7 years ago
491f645
linter fixes
by partouf
· 7 years ago
f28670a
refactoring of variables and functions, added different binary compilation and enabled execution
by partouf
· 7 years ago
3f74777
set demangler setting to a value so we can check/uncheck demangling in the UI
by partouf
· 7 years ago
4549287
use startsWith instead of indexOf
by partouf
· 7 years ago
Next »