Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
7b6a42a621d69de58fd6f6f11c5c2945900f6ad5
7b6a42a
Upgrade to codemirror 2.34
by Matt Godbolt
· 12 years ago
b8a2edc
Fix up intel filters
by Matt Godbolt
· 12 years ago
f4b7e95
Merge remote-tracking branch 'origin/master'
by Matt Godbolt
· 12 years ago
498930d
Prevent redundant sending of filter changes that happen only on the client
by Matt Godbolt
· 12 years ago
1ad4c26
Remove accidentally-added npm-updated file
by Matt Godbolt
· 12 years ago
0358c68
Add gcc4.8.0 (well, gcc snapshot) to amazon
by Matt Godbolt
· 12 years ago
35156ff
Save multiple compiler states. Try and be backward compatible
by Matt Godbolt
· 12 years ago
42945b4
Tweaks
by Matt Godbolt
· 12 years ago
8fb8a8c
Merge branch 'master' into refactor
by Matt Godbolt
· 12 years ago
8c34809
Include zero-based initializers in the static data list
by Matt Godbolt
· 12 years ago
be03e30
Use an image map to isolate just the ribbon part of the 'Fork me on Github' so you can click the filter buttons even on a small screen
by Matt Godbolt
· 12 years ago
da98a1e
Big fix up of asm filtering. Adds a bunch of tests too.
by Matt Godbolt
· 12 years ago
a719d60
Make the subshell buffer size configurable. Default to 8MB to let big template code get through
by Matt Godbolt
· 12 years ago
ad3803a
Merge branch 'refactor' of github.com:mattgodbolt/gcc-explorer into refactor
by Matt Godbolt
· 12 years ago
7700691
Work in progress on refactoring
by Matt Godbolt
· 12 years ago
186cabb
More tidyups and fixes
by Matt Godbolt
· 12 years ago
5be6268
Part two of tidying up. Still hugely messy
by Matt Godbolt
· 12 years ago
2c54686
First pass at trying to extract some kind of object out of the compiler mass, in preparation for diffing
by Matt Godbolt
· 12 years ago
c560ee5
Allow ARM include paths on Amazon. Slightly increase the timeout
by Matt Godbolt
· 12 years ago
50173d8
Work in progress on refactoring
by Matt Godbolt
· 12 years ago
cd52e15
More tidyups and fixes
by Matt Godbolt
· 12 years ago
6180120
Part two of tidying up. Still hugely messy
by Matt Godbolt
· 12 years ago
1114bdee
First pass at trying to extract some kind of object out of the compiler mass, in preparation for diffing
by Matt Godbolt
· 12 years ago
5693262
Only show intel option if it is available
by Matt Godbolt
· 12 years ago
4772a09
Only apply -masm= if supported by compiler
by Matt Godbolt
· 12 years ago
f43a975
Merge pull request #24 from rraf/intel_syntax
by Matt Godbolt
· 12 years ago
3ec3d6c
Merge pull request #23 from rraf/literal_constant
by Matt Godbolt
· 12 years ago
8f32cbf
Add option to view assembly using intel syntax
by Alin Rus
· 12 years ago
0a5acad
Show literal constants
by Alin Rus
· 12 years ago
c6940ac
Spot negative constant numbers
by Matt Godbolt
· 12 years ago
beeaca6
Fix sorting. I shouldn't be allowed to code before my third cup of coffee in the morning
by Matt Godbolt
· 12 years ago
eae7d30
Sort compilers alphabetically in compiler list
by Matt Godbolt
· 12 years ago
aab404e
Use gutter to mark error/warn messages which then plays nicer with the colouration.
by Matt Godbolt
· 12 years ago
8d95560
Enable ARM compiler on Matt's laptop
by Matt Godbolt
· 12 years ago
20073e3
Add gcc4.6 for ARM
by Matt Godbolt
· 12 years ago
349d84b
Don't update the assembly display if the C code only changes. Not quite sure why I thought that was necessary, was slowing down the whole thing.
by Matt Godbolt
· 12 years ago
77681e4
Fix issue with clicking permalink loses colours
by Matt Godbolt
· 12 years ago
cb15683
Slightly improve comment filtering
by Matt Godbolt
· 12 years ago
b5cfbde
Set some better default filters.
by Matt Godbolt
· 12 years ago
3d37bfc
Don't count labels as used if they're used only by directives and we're filtering them out
by Matt Godbolt
· 12 years ago
32614e1
Add basic colouration
by Matt Godbolt
· 12 years ago
62772f7
Parse out debug information
by Matt Godbolt
· 12 years ago
3789fce
Prevent enter in the options from clicking the filter buttons
by Matt Godbolt
· 12 years ago
c1dea56
Allow reading the spec files for msp430
by Matt Godbolt
· 12 years ago
5740e02
Msp430 support
by Matt Godbolt
· 12 years ago
bae1cfd
Fix loss of compiler choice from permalinks
by Matt Godbolt
· 12 years ago
626380a
Fix bug with persistent storage of filters
by Matt Godbolt
· 12 years ago
854ec64
Added a bunch of filters to the assembly output
by Matt Godbolt
· 12 years ago
1f690d7
Add avr-g++
by Matt Godbolt
· 12 years ago
e9eb04b
Stop being so chatty
by Matt Godbolt
· 12 years ago
b1f70e0
Use the compiler wrapper on Amazon
by Matt Godbolt
· 12 years ago
7b75bd1
Fix up amazon make issue
by Matt Godbolt
· 12 years ago
5d44ae5
Add a config for my laptop
by Matt Godbolt
· 12 years ago
b070d15
Fix for running npm all the time unnecessarily
by Matt Godbolt
· 12 years ago
be99382
Try and separate amazon settings from general development settings
by Matt Godbolt
· 12 years ago
540ebdb
Make a compiler-wrapper script
by Matt Godbolt
· 12 years ago
46bb780
First attempt at an arguably naive LD_PRELOAD library to try and restrict file access
by Matt Godbolt
· 12 years ago
39f3689
Add clang
by Matt Godbolt
· 12 years ago
f80be0a
Add permalink functionality
by Matt Godbolt
· 12 years ago
fc15e95
Prevent form submission
by Matt Godbolt
· 12 years ago
b35f618
Add gcc4.7 to the list of available compilers
by Matt Godbolt
· 12 years ago
63e9fef
Add a processing timeout. Set to 200ms for now; we'll see how that goes
by Matt Godbolt
· 13 years ago
358438e
Updated README with the demo site - again
by Matt Godbolt
· 13 years ago
94da31c
Updated README with the demo site
by Matt Godbolt
· 13 years ago
649cb8a
ARM compiler in the defaults
by Matt Godbolt
· 13 years ago
b40fec8
Possibly fix up orphaned gcc processes; maybe there was a race with the end and the exit() call
by Matt Godbolt
· 13 years ago
a1809bd
Slightly improve the options filter
by Matt Godbolt
· 13 years ago
cf3fd6f
Treat #include_next the same as #include
by Matt Godbolt
· 13 years ago
b962a92
Filter for absolute or dotdot relative includes
by Matt Godbolt
· 13 years ago
36ad68e
Implement options black- and white-listing. Defaults catch a few exploits
by Matt Godbolt
· 13 years ago
936615a
Tidy up /tmp
by Matt Godbolt
· 13 years ago
bc8acdd
"Fork me on github" sash added
by Matt Godbolt
· 13 years ago
b316213
Tidy up of bootstrap; add sharing buttons
by Matt Godbolt
· 13 years ago
2771e6f
Incrementally better layout
by Matt Godbolt
· 13 years ago
45e290d
Fix another idiot typo
by Matt Godbolt
· 13 years ago
7f6f1fe
More up-to-date packages
by Matt Godbolt
· 13 years ago
1224ec1
Less confusing installation options
by Matt Godbolt
· 13 years ago
60304e4
So who finds this useful?
by Matt Godbolt
· 13 years ago
ff2a38f
Fix up a warning if you do not have node
by Matt Godbolt
· 13 years ago
f8efccb
At least mitigate security issue
by Matt Godbolt
· 13 years ago
15ea5e1
Initial import of GCC-Explorer
by Matt Godbolt
· 13 years ago