Matt Godbolt
9e174f7591
Fix up tweets; remove google+
6 years ago
Matt Godbolt
2e606422df
Fix up thanks. (good spot @RabsRincon)
6 years ago
Matt Godbolt
ba7c1e588b
Add a shortcut to toggle autocompile. Fixes #350 (hopefully this is good for @mknejp)
6 years ago
Matt Godbolt
1049a40e81
Tweaks to settings; separate on/off from delay
6 years ago
Matt Godbolt
2625f4f462
Disable view cache for debugging
6 years ago
Matt Godbolt
45d4db9c0e
Fix up embedded 'edit on' floater
6 years ago
Matt Godbolt
5f4638a240
Defer removal of components.
...
Can't remove components while others are being processed, else GL gets
confused and misses out delivering messages to some. Also disposes
editors, and makes sure output windows are closed when their parent is
closed.
Fixes #347
6 years ago
Matt Godbolt
60e1a86eac
Diff improvements
...
Names compilers, presents nicer diff dropdown.
Fixes #269
Fixes #268
6 years ago
Matt Godbolt
6cfd8a4c41
Fix up indentation (thanks @RabsRincon)
6 years ago
Matt Godbolt
4749e25d18
Restart on pug file changes too
6 years ago
Matt Godbolt
5a6b087ec5
Merge pull request #343 from RabsRincon/font_drop
...
First implementation of Font Size By DropDown
6 years ago
Rubén Rincón
933927756f
Fixed Travis. Function is now createded outside the loop
6 years ago
Rubén Rincón
7edc6b81e1
Fixed explorer.css formatting. Travis still broken
6 years ago
Rubén Rincón
78f666f358
Improved Font Dropdown based on suggestions. Now I'm happy with how it looks! Probably could get few things slighlty improved, but I'm nitpicking
6 years ago
Matt Godbolt
2a240712ad
Fix up wine compilations
6 years ago
Rubén Rincón
2b0d850c25
First implementation of Font Size By DropDown. Probably not mergeable on this state, but feedback is appreciated
6 years ago
Matt Godbolt
4f9c79c075
Disable execution
6 years ago
Matt Godbolt
33b801ee76
Merge branch 'master' into execution
6 years ago
Matt Godbolt
609f8cf760
Merge branch 'master' of github.com:mattgodbolt/compiler-explorer
6 years ago
Matt Godbolt
c62c626c90
Local config changes; typo fix
6 years ago
Matt Godbolt
0d2a9efbd8
Merge branch 'master' of github.com:mattgodbolt/compiler-explorer
6 years ago
Matt Godbolt
9a91ee0af9
Don't `trim()` output lines. Fixes #339 , hopefully doesn't introduce any new issues
6 years ago
Matt Godbolt
8ca3b9b573
Put a dropdown thing on share
6 years ago
Matt Godbolt
411c38aff5
Make compile action more noticeable. Fixes #274
6 years ago
Matt Godbolt
2dcb607480
More fixes pursuant to #302
6 years ago
Matt Godbolt
870c910d99
Rust fixes
6 years ago
Matt Godbolt
633311fd24
Lowercase hierarchy names. Fixes #336
6 years ago
Matt Godbolt
e51fb742db
More highlighting. Fixed #302 again
6 years ago
Matt Godbolt
419b20651e
Doops
6 years ago
Matt Godbolt
cf46a30f8f
Rust 1.16
6 years ago
Matt Godbolt
02991a93ec
Address some more highlighting issues. Fixes #302
6 years ago
Matt Godbolt
cf55ed323a
RTW compilers for CL
6 years ago
Matt Godbolt
5c46064374
Attempt at fixing #228
6 years ago
Matt Godbolt
25ec2a2c0b
Hopefully a fix for travis
6 years ago
Matt Godbolt
e3e04b9353
New way of specifying decorations. Fix up some numeric parsing
6 years ago
Matt Godbolt
8cbce0a20a
More thanks! Thanks Patreons!
6 years ago
Matt Godbolt
f277a166fd
Handle hex properly; extract function. Handle hex style. Throttle mouse moves
6 years ago
Matt Godbolt
1c084ea6f4
IntelliJ autoformat
6 years ago
Matt Godbolt
fb4345e195
Merge pull request #330 from RabsRincon/fix_highlight
...
Fixed typo that prevented code highlighting
6 years ago
Rubén Rincón
bd7d1fc324
Fixed typo that prevented code highlighting. Sorry about that
6 years ago
Rubén Rincón
7d5739c3a8
Fixed typo that prevented code highlighting. Sorry about that
6 years ago
Matt Godbolt
28317c01d0
Merge branch 'master' of github.com:mattgodbolt/compiler-explorer
6 years ago
Matt Godbolt
fe79e33256
Merge pull request #329 from RabsRincon/alert_on_url_too_long
...
An alert is issued when the URL shortener fails
6 years ago
Matt Godbolt
538cee087c
Lose the rc4-ness of clang
6 years ago
Rubén Rincón
7215153b63
Fixes tests. I tought Javascript was ok with that separation. Well, you learn something new every day
6 years ago
Rubén Rincón
6b5d1887ce
An alert is issued when the URL shortener fails, explaining that it's probably because of length limits. This is a temporary solution while Matt creates a local shortener
6 years ago
Matt Godbolt
f0fa7a0111
Merge pull request #328 from RabsRincon/null_fix
...
Fix for #324
6 years ago
Rubén
a557ee59be
Merge branch 'master' into null_fix
6 years ago
Matt Godbolt
f51403f29d
Merge pull request #319 from RabsRincon/numeric_tooltip
...
Adds a numerical constants tooltip conversion
6 years ago
Rubén Rincón
bf11e9f038
We now check if we actually have some assembly to link. Fixes #324
6 years ago