Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
0776ca3ab9de33e8d654657e403873191a0b2a00
0776ca3
Merge branch 'master' into unification
by Rubén
· 7 years ago
95dbed1
Merge pull request #686 from JohanEngelen/patch-1
by Rubén
· 7 years ago
b15f15f
Add LDC 1.6.0 and make that the D default
by Johan Engelen
· 7 years ago
d1daf0e
Update api paths docs
by Rubén
· 7 years ago
72447f2
Merge pull request #683 from AndrewPardoe/master
by Rubén
· 7 years ago
4af31c3
Ducktape old link support
by RabsRincon
· 7 years ago
1bfbc0b
generalize PATH for spaces in PATH
by Andrew Pardoe
· 7 years ago
e6bd714
Add C & CPPX examples. Add load() builtin tests
by RabsRincon
· 7 years ago
e08faa5
Merge branch 'master' into unification
by RabsRincon
· 7 years ago
adcfbb6
Add local coverage support.
by RabsRincon
· 7 years ago
0323c65
Merge branch 'master' into unification
by RabsRincon
· 7 years ago
f7d2cfe
Disable dropdown on embed
by RabsRincon
· 7 years ago
9e6739e
Make code coverage recursive too
by RabsRincon
· 7 years ago
33096bc
Execute tests on subfolders
by RabsRincon
· 7 years ago
5d2ab34
Fix undefined compiler props
by RabsRincon
· 7 years ago
4de9247
Pull language dropdown to the right
by RabsRincon
· 7 years ago
b3a5cf8
Merge branch 'master' into unification
by Rubén
· 7 years ago
f529022
Add eof newline
by RabsRincon
· 7 years ago
7f4649a
Merge pull request #681 from partouf/symbolstorerefactoring
by Rubén
· 7 years ago
1c3e94d
Start extracting handlers into their own testable bits
by Matt Godbolt
· 7 years ago
6d83ccb
Extract health check handler
by Matt Godbolt
· 7 years ago
bce36b4
this one should take coverage to 100% again
by partouf
· 7 years ago
f39c016
added tests that cover more paths
by partouf
· 7 years ago
115d114
bugfix + deprecated fix
by partouf
· 7 years ago
50604ab
refactoring
by partouf
· 7 years ago
0784799
Fix MakeFile and appease linter
by RabsRincon
· 7 years ago
b6e01b8
Add builtin examples tests releated to languages
by RabsRincon
· 7 years ago
6299210
Add execeution tests
by Matt Godbolt
· 7 years ago
def7723
Merge branch 'master' into unification
by Rubén
· 7 years ago
ebe7445
Allow tests to console log
by Matt Godbolt
· 7 years ago
89efa6f
Extend linting to the tests
by Matt Godbolt
· 7 years ago
644d337
Move utils tests into the right spot
by Matt Godbolt
· 7 years ago
9d04d38
Improve compile-handler readbility
by RabsRincon
· 7 years ago
ef95efc
Further improve pre-commit hook
by RabsRincon
· 7 years ago
ce6d70f
Add a `make install-git-hooks` target to install pre-commit hooks
by Matt Godbolt
· 7 years ago
0e55afb
Add mising properties case.
by RabsRincon
· 7 years ago
d383569
Fix space after check
by RabsRincon
· 7 years ago
a22a1da
Add precommit hook to scriots folder
by RabsRincon
· 7 years ago
41ead3f
Merge branch 'master' into unification
by RabsRincon
· 7 years ago
b935cf0
Update lang tests
by RabsRincon
· 7 years ago
25a39c3
Add properties tests
by RabsRincon
· 7 years ago
a272ea9
Add utils tests, update filter-tests
by Matt Godbolt
· 7 years ago
92fb800
Add rustfill to gitignore
by RabsRincon
· 7 years ago
62489bf
Normalize idea configs
by RabsRincon
· 7 years ago
6452396
Update copyright info
by RabsRincon
· 7 years ago
668ce4a
Make a `npm run coverage` command to just report on coverage
by Matt Godbolt
· 7 years ago
aa0b3e6
Update AWS. Add tests
by Matt Godbolt
· 7 years ago
7a3d3b6
Upgrade Conformance View to support languages
by RabsRincon
· 7 years ago
00a2ce0
Add server scope and var inspection
by RabsRincon
· 7 years ago
4e348c0
Upgrade libs popover
by RabsRincon
· 7 years ago
d70eded
Add codecov badge
by Matt Godbolt
· 7 years ago
1afc9a8
Add more languages tests
by RabsRincon
· 7 years ago
c923117
Add custom pre-commit hook so comits have to be ok
by RabsRincon
· 7 years ago
1b47a0b
Add check target to make
by RabsRincon
· 7 years ago
077ace8
Add language ids-keys equality test
by RabsRincon
· 7 years ago
ee2f249
Merge branch 'master' into unification
by Matt Godbolt
· 7 years ago
82894ce
Include all lib files in code coverage
by Matt Godbolt
· 7 years ago
948820e
Maybe add code coverage?
by Matt Godbolt
· 7 years ago
b684db6
Maybe fix travis cache path
by Matt Godbolt
· 7 years ago
070a00d
Further improve the compile endpoint docs
by RabsRincon
· 7 years ago
fbe010c
Fix #675
by RabsRincon
· 7 years ago
bc57cb9
Merge pull request #675 from jcelerier/patch-1
by Rubén
· 7 years ago
1d6418f
Make CPPX into its own language for the dropdown
by RabsRincon
· 7 years ago
726936f
Don't include travis compilers in tarball
by Matt Godbolt
· 7 years ago
f5ae491
Attempt at speeding up travis by caching compile artifacts
by Matt Godbolt
· 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
90ff5cc
Fix & indent the JSON example in README.md
by Jean-Michaël Celerier
· 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
Next »