Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
06827d349c658e0313cab43adf0f3d40a9f0d563
06827d3
Point vs for require calls at node modules, rather than the copied monaco. It adds some complexity around how we load monaco, but that already exists this is better than the three alternatives. Use post-install to copy the files into static, use a shell script to copy using the webpack shell plugin to copy before monaco runs and finally do it manually
by jaredwy
· 8 years ago
4aa1edd
Adding the vs that gets copied by webpack into the gitignore file
by jaredwy
· 8 years ago
1fb351b
Adding a path to the right vs
by jaredwy
· 8 years ago
b545b33
bower be gone
by jaredwy
· 8 years ago
094e223
moving vs into the static directory instead of the main directory
by jaredwy
· 8 years ago
70556a6
first pass at using webpack/yarn rather than bower and require.js
by jaredwy
· 8 years ago
da15294
Allow data: as a script source. Bummer
by Rubén
· 7 years ago
4798a6b
Normalize how views close its children
by RabsRincon
· 7 years ago
3ac92b2
Remove leftover file
by RabsRincon
· 7 years ago
d681cd0
Update AddingALibrary.md
by Rubén
· 7 years ago
37d5f6e
Merge pull request #777 from nilsdeppe/add_brigand
by Rubén
· 7 years ago
c3ceacc
Add Brigand metaprogramming library
by Nils Deppe
· 8 years ago
9076868
Simplify CSP based on observations
by RabsRincon
· 8 years ago
7c34579
Add ISPC language configuration (C++)
by RabsRincon
· 8 years ago
b2203dd
Minor Python improvements
by RabsRincon
· 8 years ago
03430f5
Handle MIPS label types (when autodeteted). Fixes #660
by Matt Godbolt
· 8 years ago
c7261be
Merge pull request #783 from Ethiraric/master
by Matt Godbolt
· 8 years ago
b5ece46
Fix Jcc ASM instruction documentation URL.
by Ethiraric
· 8 years ago
9d37352
Asynchronously load builtin list.
by Matt Godbolt
· 8 years ago
41e067d
Typo fix, no functional change
by Matt Godbolt
· 8 years ago
be3d734
Let users use Google Themes fonts
by RabsRincon
· 8 years ago
582ba19
USe Monaco's own Swift definition
by RabsRincon
· 8 years ago
a778a1b
Add missing GCC aliases
by RabsRincon
· 8 years ago
5c7f131
Reorder CSP
by RabsRincon
· 8 years ago
0e46a12
Fix spacing issues
by RabsRincon
· 8 years ago
7accc29
Add some more Google stuff to CSP whitelist
by RabsRincon
· 8 years ago
14343f4
Allow gstatic thru media CSP
by RabsRincon
· 8 years ago
95fa9d2
Allow Twitter thru CSP
by RabsRincon
· 8 years ago
ecb4488
Fix Sentry COMPILER-EXPLORER-2VK
by RabsRincon
· 8 years ago
c61e1c0
Reenable CSP testing in site
by RabsRincon
· 8 years ago
9af0a55
Merge pull request #782 from mserdarsanli/master
by Rubén
· 8 years ago
5071d10
Fixed typo
by Mustafa Serdar Sanli
· 8 years ago
c439c4a
Finish csp reports
by Rubén
· 8 years ago
656c0c9
Apply last CSP changes
by RabsRincon
· 8 years ago
368479f
Apply more CSP header fixes. Last one, hopefully
by RabsRincon
· 8 years ago
d8145da
Tweak csp header
by RabsRincon
· 8 years ago
6ea55d1
Revert inline script removal as requested
by RabsRincon
· 8 years ago
8b71a65
Fix CSP implementation
by RabsRincon
· 8 years ago
7bd30b4
Update libs docs
by RabsRincon
· 8 years ago
8900811
Set CSP to Report-Only for a testing period
by RabsRincon
· 8 years ago
2be47e2
Add Boost 1.66
by RabsRincon
· 8 years ago
3fc0be2
Allow FullStory and GAnalytics in the CSP
by RabsRincon
· 8 years ago
08a6e75
Handle CE magic error documents in CL parser. Fixes #571
by Matt Godbolt
· 8 years ago
ef7db1a
Implement CSP
by RabsRincon
· 8 years ago
dac5cc3
Stop use of non standard str functions on clients
by RabsRincon
· 8 years ago
e3c5686
Point clang versions at appropriate GCC installations. Fixes #493
by Matt Godbolt
· 8 years ago
88e3e69
More thanks
by Matt Godbolt
· 8 years ago
ed8525d
ES6ify asm-cl.js
by Matt Godbolt
· 8 years ago
4e5aef0
Take aliases into account when looking for a lang
by RabsRincon
· 8 years ago
6bbca8c
Don't update compilersToId piecemeal and asynchronously
by Matt Godbolt
· 8 years ago
31fe0b3
Formatting
by Matt Godbolt
· 8 years ago
ce6ccf6
Handle undefined compiler. Fixes #774
by Matt Godbolt
· 8 years ago
b5f0596
Respect aliases when looking for compilers
by RabsRincon
· 8 years ago
f416df1
Allow llvm-mc to be version parsed
by RabsRincon
· 8 years ago
09cc682
ES6ify asm.js
by Matt Godbolt
· 8 years ago
d5271e9
Remove block-style C comments. Fixes #348
by Matt Godbolt
· 8 years ago
39b8bbe
Reorder unsubscribing to be consistent + Logging
by RabsRincon
· 8 years ago
b632915
Treat ; as a line comment
by Matt Godbolt
· 8 years ago
a212ba7
Use raven to catch missing compiler ids to hopefully debug
by Matt Godbolt
· 8 years ago
db7251f
Create jsLibraryMappings.xml
by Rubén
· 8 years ago
f32c953
Remove unused imports
by RabsRincon
· 8 years ago
e47025e
Add warnings around 404s
by Matt Godbolt
· 8 years ago
90f4878
Bump up upload size to 16mb (for Thomas D, c.f. emails)
by Matt Godbolt
· 8 years ago
80a7313
Improve CFG implementation
by RabsRincon
· 8 years ago
3ca912e
Stop deleting languages, just hide them
by RabsRincon
· 8 years ago
2e61f67
Simplify removal of 0-compilers languages
by RabsRincon
· 8 years ago
b64059b
Merge pull request #769 from cppchedy/detectedLang
by cppchedy
· 8 years ago
76c62d0
make it pass the test
by cppchedy
· 8 years ago
f690e10
Filter Languages based on available compiler in the current machine
by cppchedy
· 8 years ago
9dbf62c
Ensure language is changed when errors happen
by RabsRincon
· 8 years ago
7a4e184
Ensure binary button is always visible
by RabsRincon
· 8 years ago
ad367ae
Broadcast editor on new compiler to new one only
by RabsRincon
· 8 years ago
c73efc6
Ensure every pane is closed when its owner does
by RabsRincon
· 8 years ago
c1a5c6f
Improve pane dropdowns based on feedback
by RabsRincon
· 8 years ago
1bca37a
Guard against having a gapi client but no URL shortener client. Hopefully fixes #272.
by Matt Godbolt
· 8 years ago
0d02d10
Ensure `--` and `-` prefixes work for blacklisted options. Closes #767
by Matt Godbolt
· 8 years ago
c07a5c5
Update GCC versions for some outdated commands
by RabsRincon
· 8 years ago
b44c27a
Eneable C support
by RabsRincon
· 8 years ago
d69ec1e
Group compilers by group in dropdown
by RabsRincon
· 8 years ago
561d0df
Update explorer.css
by Rubén
· 8 years ago
99e6c47
Add text to some of the UI components
by RabsRincon
· 8 years ago
ab42cc2
Fix #672 by checking for compilerId beforehand
by RabsRincon
· 8 years ago
c0718f4
Document EXTRA_ARGS='--language X'
by Rubén
· 8 years ago
20919bd
Compare state source against undefined
by RabsRincon
· 8 years ago
b7e3209
Add filtering for userOptions
by RabsRincon
· 8 years ago
3baa58d
Merge pull request #763 from partouf/asm
by Matt Godbolt
· 8 years ago
ace5ee6
bugfix
by partouf
· 8 years ago
3f2fe08
Fix default config compiler language
by RabsRincon
· 8 years ago
e8bf56b
Merge pull request #758 from partouf/asm
by Patrick Quist
· 8 years ago
6b01b25
supportsBinary causes filter button issues, but it doesn't have to be on for things to work
by partouf
· 8 years ago
fa208b3
Merge pull request #757 from partouf/asm
by Patrick Quist
· 8 years ago
fd55589
use llvm-mc
by partouf
· 8 years ago
c280da5
Update libs (non-major) versions
by RabsRincon
· 8 years ago
b5f8393
Merge pull request #756 from partouf/asm
by Patrick Quist
· 8 years ago
7ce7594
wrong match
by partouf
· 8 years ago
b20401b
-g fails on linux llvm-as
by partouf
· 8 years ago
88b141d
support gcc objdump notation of labels
by partouf
· 8 years ago
132a26f
Merge pull request #755 from partouf/asm
by Matt Godbolt
· 8 years ago
7043312
fix clang version regex
by partouf
· 8 years ago
24c9bd7
make compile-wrapper always work no matter where the cwd is
by partouf
· 8 years ago
Next »