Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
5d2ab34ff42a85cd941196eef8ccf1db8b2f4f16
/
lib
b3a5cf8
Merge branch 'master' into unification
by Rubén
· 8 years ago
f529022
Add eof newline
by RabsRincon
· 8 years ago
7f4649a
Merge pull request #681 from partouf/symbolstorerefactoring
by Rubén
· 8 years ago
1c3e94d
Start extracting handlers into their own testable bits
by Matt Godbolt
· 8 years ago
6d83ccb
Extract health check handler
by Matt Godbolt
· 8 years ago
115d114
bugfix + deprecated fix
by partouf
· 8 years ago
50604ab
refactoring
by partouf
· 8 years ago
6299210
Add execeution tests
by Matt Godbolt
· 8 years ago
def7723
Merge branch 'master' into unification
by Rubén
· 8 years ago
644d337
Move utils tests into the right spot
by Matt Godbolt
· 8 years ago
9d04d38
Improve compile-handler readbility
by RabsRincon
· 8 years ago
41ead3f
Merge branch 'master' into unification
by RabsRincon
· 8 years ago
25a39c3
Add properties tests
by RabsRincon
· 8 years ago
a272ea9
Add utils tests, update filter-tests
by Matt Godbolt
· 8 years ago
aa0b3e6
Update AWS. Add tests
by Matt Godbolt
· 8 years ago
1afc9a8
Add more languages tests
by RabsRincon
· 8 years ago
077ace8
Add language ids-keys equality test
by RabsRincon
· 8 years ago
d7818ae
Merge branch 'master' into unification
by Rubén
· 8 years ago
08d58bc
Appease the linter
by RabsRincon
· 8 years ago
43279a6
Fix various points raised after code reviews
by RabsRincon
· 8 years ago
5b199a1
Extract google short url into a testable (I know!) unit. And test it
by Matt Godbolt
· 8 years ago
76665e4
gccdump: disable view when invalid compiler selected
by Marc Poulhiès
· 8 years ago
ea31e8d
Derive compile filename from the extensions
by Matt Godbolt
· 8 years ago
db23591
Merge branch 'master' of github.com:mattgodbolt/compiler-explorer
by Matt Godbolt
· 8 years ago
c42961a
Make languages.js the only definition needed
by RabsRincon
· 8 years ago
a8faae2
Remove unused logger
by RabsRincon
· 8 years ago
31aea03
Unify Pascal compilers
by RabsRincon
· 8 years ago
91f9590
Merge branch 'master' into unification
by RabsRincon
· 8 years ago
fbbb4c9
Fix Editor losing code on language switch
by RabsRincon
· 8 years ago
a8763c3
Fix lingering issues. Now you can at least compile!
by RabsRincon
· 8 years ago
63ed0e7
Change enough stuff as to get it running
by RabsRincon
· 8 years ago
74a4f4e
Allow aws properties to be used from config if not found from aws itself (for local testing)
by Matt Godbolt
· 8 years ago
0101884
Merge pull request #664 from partouf/fpclinkresfix
by Matt Godbolt
· 8 years ago
77251de
set the output directory so link.res won't be created in the CWD
by partouf
· 8 years ago
556c41a
Merge pull request #632 from partouf/fpcdemangle
by Rubén
· 8 years ago
2446ea5
separate demangler into support library
by partouf
· 8 years ago
a0c8635
collect labels to demangle when asm is processed through the binary path (and thus was not passed into preProcessLines)
by partouf
· 8 years ago
ce20f18
revert incorrect change
by partouf
· 8 years ago
ef9ed6d
if binaryHideFuncRe doesnt have a value, assume everything is a userfunction
by partouf
· 8 years ago
fe63adc
seperated pascal demangler from pascal compiler, added unit tests and bugfixed some demangling
by partouf
· 8 years ago
bc28b43
Revert incorrect Regex fix in asm filtering
by RabsRincon
· 8 years ago
7a184ee
Add code tracking for Go
by RabsRincon
· 8 years ago
13ab1db
Enqueue compiler version requests to not swamp startup. Addresses #648
by Matt Godbolt
· 8 years ago
8fffcfa
Avoid unnecessary type coercion check
by RabsRincon
· 8 years ago
e72c874
Finalize Go implemenation
by RabsRincon
· 8 years ago
5d80e83
Allow older Go versions to run better!
by RabsRincon
· 8 years ago
b6beea0
bugfix
by partouf
· 8 years ago
b2279db
bug/lintfix
by partouf
· 8 years ago
a952aeb
rename fpc to pascal
by partouf
· 8 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
· 8 years ago
ab05526
extra functionality needed for non-standard assembly outputs
by partouf
· 8 years ago
491f645
linter fixes
by partouf
· 8 years ago
f28670a
refactoring of variables and functions, added different binary compilation and enabled execution
by partouf
· 8 years ago
4549287
use startsWith instead of indexOf
by partouf
· 8 years ago
4cbcea2
skip even more debugging prefixes
by partouf
· 8 years ago
9c912be
don't demangle debugging symbols
by partouf
· 8 years ago
ad620f5
fixes lint errors
by partouf
· 8 years ago
21d05b1
don't try to demangle global variables
by partouf
· 8 years ago
5652e22
fpc demangle assembly labels
by partouf
· 8 years ago
0882e6b
fix #629
by cppchedy
· 8 years ago
5199949
Fix unnecessary coercion comparision
by RabsRincon
· 8 years ago
cb0fc7f
Finish off #536
by RabsRincon
· 8 years ago
482537e
Format recently merged files
by RabsRincon
· 8 years ago
4ebc451
gccdump: add basic syntax highlighting
by Marc Poulhiès
· 8 years ago
d77789b
Don't report user-facing errors to Raven (e.g. 'don't include /etc/passwd' type errors)
by Matt Godbolt
· 8 years ago
e55b913
Add separate jshint configs for client and server. Make them much more strict, and fix up the issues brought up
by Matt Godbolt
· 8 years ago
cf407a8
Add some config parameters that come from AWS itself. Use it to configure raven (sentry.io) on the server
by Matt Godbolt
· 8 years ago
fdaddd6
Fix last newgols errors
by RabsRincon
· 8 years ago
97aa04e
Add newer GoLang compilers
by RabsRincon
· 8 years ago
106bc4b
Belt and suspenders fixup maybe for error: TypeError: Cannot read property 'opened' of undefined
by Matt Godbolt
· 8 years ago
1046fed
support both asm output and objdumb output
by partouf
· 8 years ago
3cfde41
gccdump: display message for empty dump files
by Marc Poulhiès
· 8 years ago
07d19b3
use custom fpc.cfg
by partouf
· 8 years ago
9513de0
Mitigate #624
by RabsRincon
· 8 years ago
7d6c120
removed logging
by partouf
· 8 years ago
8d1c520
oops, bugfix
by partouf
· 8 years ago
fe8b126
setting not needed
by partouf
· 8 years ago
b693a46
undo supports binary change
by partouf
· 8 years ago
65ef5df
fixes after codereview
by partouf
· 8 years ago
6bfec26
indentation
by partouf
· 8 years ago
7ace3a7
.
by partouf
· 8 years ago
f2f8d13
bugfix
by partouf
· 8 years ago
c9c62ac
Minimal FPC support
by partouf
· 8 years ago
cfefa37
Initial support for GCC Tree/RTL dumps.
by Marc Poulhiès
· 8 years ago
9784aa5
Better handling of assignments in assembly
by Marc Poulhiès
· 8 years ago
f691aae
Finish up Chedy's PR Mostly formatting issues, but also few minor improvements
by Rubén
· 8 years ago
7cf0eaf
fix of function filter
by cppchedy
· 8 years ago
b804e0b
desactivate Cfg mode when binary filter is set
by cppchedy
· 8 years ago
f8cb1a5
Improve minor things in cfg code
by Rubén
· 8 years ago
13dce4a
Merge pull request #540 from AndrewPardoe/master
by Matt Godbolt
· 8 years ago
895b66d
Fix minor mistakes on asm-tooltip
by Rubén
· 8 years ago
54aa4a5
Generate new-style source annotation in binary mode. Fixes #553
by Matt Godbolt
· 8 years ago
767351f
Fixes #555
by Matt Godbolt
· 8 years ago
83ff138
Better handling of labels in asm.
by Matt Godbolt
· 8 years ago
d193739
Bring every file up-to-format-date
by Rubén
· 8 years ago
3ea1b4e
Addressing feedback from RabsRicon
by apardoe@microsoft.com
· 8 years ago
8aade5f
Merge remote-tracking branch 'godbolt/master'
by Andrew Pardoe
· 8 years ago
7957cef
Add minor changes to Cfg views. (CC @cppchedy)
by Rubén
· 8 years ago
65c6ff7
Finish up Cfg view review concerns
by Rubén
· 8 years ago
f74b3c0
fix bug in basic block generation
by cppchedy
· 8 years ago
Next »