Commit Graph

63 Commits (43a2173b384636c3cd9e565c258bab0f20c7f55c)

Author SHA1 Message Date
Matt Godbolt 0f8721c5fc Fix up redundant re-requesting logic that was broken when GA code was added. Oops 10 years ago
Malcolm Rowe fe8a6e37ab Make the cursor used for the permalink a text cursor.
The default cursor value assigned by Bootstrap for readonly text fields
is "not-allowed", which is rendered as a pointer on Chrome (which isn't
great), but as an "unavailable" icon on Internet Explorer, which is
pretty terrible.

This switches to "text" (i.e. an I-beam), which makes it much more
obvious that the text is selectable anyway.
10 years ago
Matt Godbolt 926e662848 Add goo.gl permalink shortening courtesy of Malcolm Rowe. Thanks Malcolm 10 years ago
sudheesh001 467e0f6e8e Minor Fix 10 years ago
Ali Utku Selen dfc333cfaf Fix onCompilerChange when there is no compilers
If compilersByExe is undefined trying to access compiler.supportedOpts
throws an exception. This happens when gcc-explorer can't find available
compilers.
10 years ago
Ali Utku Selen 6816c58503 Compress source for permalink
Use lz-string (http://pieroxy.net/blog/pages/lz-string/index.html) to
compress source code for permalink usage.
10 years ago
Matt Godbolt 083ecf1cc9 Don't use march=native by default 10 years ago
Matt Godbolt fb616215b9 oops 11 years ago
Matt Godbolt 14c3198e90 Don't consider the time of the request to be part of the hash that we check locally before posting for a new compile 11 years ago
Matt Godbolt c9cbcd9770 Fix up event tracking 11 years ago
Matt Godbolt 9b873178c7 Dynamic page layout & minor fixups 11 years ago
Matt Godbolt 6dd6168009 Support warnings, notes and errors with different styling 11 years ago
Matt Godbolt b10029cb31 Event tracking 11 years ago
Matt Godbolt cc62e717d6 Use CodeMirror's batch api 11 years ago
Matt Godbolt 71722d6850 Go back to height 600 11 years ago
Matt Godbolt 7d9aa2cae0 Note assembler is processing while waiting callback from web 11 years ago
Matt Godbolt 43231b8452 Alternative error display 11 years ago
Matt Godbolt 6867872aea Size tweakages 11 years ago
Matt Godbolt 091bf37762 Move to latest codemirror (3.02) 11 years ago
Matt Godbolt 3075f966d1 Use ColorBrewer colours 11 years ago
Matt Godbolt d1921256b0 Better 11 years ago
Matt Godbolt 335d6879de Google linkage 11 years ago
Matt Godbolt 3f05562218 Fix ups for release of D 11 years ago
Matt Godbolt b212c58819 Add support for the D programming language 11 years ago
Matt Godbolt 7b6a42a621 Upgrade to codemirror 2.34 11 years ago
Matt Godbolt 498930d03f Prevent redundant sending of filter changes that happen only on the client 11 years ago
Matt Godbolt 35156ffe4f Save multiple compiler states. Try and be backward compatible 11 years ago
Matt Godbolt 42945b4bb3 Tweaks 11 years ago
Matt Godbolt 8fb8a8ca24 Merge branch 'master' into refactor 11 years ago
Matt Godbolt 8c348096ff Include zero-based initializers in the static data list 11 years ago
Matt Godbolt be03e30008 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 11 years ago
Matt Godbolt da98a1e24f Big fix up of asm filtering. Adds a bunch of tests too. 11 years ago
Matt Godbolt 770069192d Work in progress on refactoring 11 years ago
Matt Godbolt 186cabb021 More tidyups and fixes 11 years ago
Matt Godbolt 5be6268561 Part two of tidying up. Still hugely messy 11 years ago
Matt Godbolt 2c5468656c First pass at trying to extract some kind of object out of the compiler mass, in preparation for diffing 11 years ago
Matt Godbolt 5693262580 Only show intel option if it is available 11 years ago
Matt Godbolt f43a975cdd Merge pull request #24 from rraf/intel_syntax
Add option to view assembly using intel syntax
11 years ago
Matt Godbolt 3ec3d6ca23 Merge pull request #23 from rraf/literal_constant
Show literal constants
11 years ago
Alin Rus 8f32cbf56d Add option to view assembly using intel syntax 11 years ago
Alin Rus 0a5acadace Show literal constants 11 years ago
Matt Godbolt c6940acf0b Spot negative constant numbers 11 years ago
Matt Godbolt aab404e1eb Use gutter to mark error/warn messages which then plays nicer with the colouration. 11 years ago
Matt Godbolt 349d84b57f 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. 11 years ago
Matt Godbolt 77681e4ea6 Fix issue with clicking permalink loses colours 11 years ago
Matt Godbolt cb15683639 Slightly improve comment filtering 11 years ago
Matt Godbolt b5cfbde5d8 Set some better default filters. 11 years ago
Matt Godbolt 3d37bfc291 Don't count labels as used if they're used only by directives and we're filtering them out 11 years ago
Matt Godbolt 32614e1130 Add basic colouration 11 years ago
Matt Godbolt 62772f7f97 Parse out debug information 11 years ago