Matt Godbolt
d11fb2c206
Merge branch 'master' into msvc-spike
...
Conflicts:
app.js
etc/config/gcc-explorer.lud-ldnmg01.properties
lib/asm.js
lib/compile.js
package.json
static/asm-mode.js
static/compiler.js
test/test.js
6 years ago
Matt Godbolt
96cf346469
Configure raven
6 years ago
Matt Godbolt
02b3e0d996
Clarify readme
6 years ago
Matt Godbolt
5f070ad749
Use floating supervisor version
6 years ago
Matt Godbolt
3e0c8d0c00
Use jquery's ready state to prepare the sharing button. Hopefully addresses #146
6 years ago
Matt Godbolt
e4cd9cce90
Use underscore each function
6 years ago
Matt Godbolt
baa831a919
Intellij churn
6 years ago
Matt Godbolt
3e318e4a78
Only serve items from out/dist on demand; use @import in CSS instead of lots of includes; configure r.js to optimize CSS too
6 years ago
Matt Godbolt
e760b140eb
Handle missing options
6 years ago
Matt Godbolt
ae306d304f
Widen address area. Fixes #144
6 years ago
Matt Godbolt
05e997fdca
Style tweaks
6 years ago
Matt Godbolt
eff06a99a9
Stop logging cleanup stats
6 years ago
Matt Godbolt
fbfb4bdc42
New sentry.io key
6 years ago
Matt Godbolt
c9b8f5aad3
Tidy up some jshint warnings in the server
6 years ago
Matt Godbolt
d43a2a8e81
Update readme, credit @voxelf for the hard work in multi compiler and diff view (not yet exposed)
6 years ago
Matt Godbolt
33dba6757b
Tidying up of some old stuff
6 years ago
Matt Godbolt
e875455964
Merge fallout
6 years ago
Matt Godbolt
15eba4c641
Merge branch 'goldenlayout'
...
Conflicts:
etc/config/c++.amazon.properties
static-old/gcc.css
static/compiler.js
static/index.html
6 years ago
Matt Godbolt
1ce080601b
Merge branch 'staging'
...
Conflicts:
etc/config/c++.amazon.properties
etc/config/c++.amazon1204.properties
static/gcc.css
6 years ago
Matt Godbolt
26198b636a
Extract some functions; note a TODO
6 years ago
Matt Godbolt
52f65d8812
jshint fixes
6 years ago
Matt Godbolt
281e84da50
Make warning icon a button; make it draggable
6 years ago
Matt Godbolt
ced7933260
Add a compiler clone button
6 years ago
Matt Godbolt
9b03547bfe
Fix up issues around handling errors during layout creation
6 years ago
Matt Godbolt
8eb4a71c52
Latest golden-layout
6 years ago
Matt Godbolt
07314271b4
Add raven-js/Sentry support
6 years ago
Matt Godbolt
3fe4e1844a
Add initial sketch at output window
6 years ago
Matt Godbolt
f923635cd1
Merge branch 'staging' into goldenlayout
6 years ago
Matt Godbolt
d83379978d
Allow access to '.' to fix up the way icc works
6 years ago
Matt Godbolt
99e57cbe9e
Merge branch 'staging' into goldenlayout
6 years ago
Matt Godbolt
70626cb73f
Intel 17
6 years ago
Matt Godbolt
73bc1db1ed
Merge branch 'staging' of github.com:mattgodbolt/gcc-explorer into staging
6 years ago
Matt Godbolt
5fbb22501f
Merge branch 'goldenlayout' of github.com:mattgodbolt/gcc-explorer into goldenlayout
6 years ago
Matt Godbolt
77f7f3856f
Merge branch 'staging' into goldenlayout
6 years ago
Matt Godbolt
86a3b02a01
Intel 16 compiler
6 years ago
Matt Godbolt
1f979c046b
Minor formatting changes; hopefully fixes issue reported by @unsigned void
6 years ago
Matt Godbolt
f7003d88fa
Fix issue with editor and compiler tabs that were hidden during updates
6 years ago
Matt Godbolt
2eddd82d6d
Remove commented-out old line
6 years ago
Matt Godbolt
b490087db8
Thin out the drag handles
6 years ago
Matt Godbolt
f9ed9035f6
Separate styling from compiler dropdown. Fixes overwide compiler names in warnings/errors
6 years ago
Matt Godbolt
833483e4bd
More IDEA churn
6 years ago
Matt Godbolt
712d255d20
Latest GoldenLayout with numerous bug fixes
6 years ago
Matt Godbolt
7c35539aa5
Further increase the compiler dropdown width
6 years ago
Matt Godbolt
fa4406b186
Fix unused label issues
...
Treat labels which are used only by directives in other labels as used
if the other label itself is used by an opcode: that is, propagate the
transitive usage of labels.
Fixes #35
6 years ago
Matt Godbolt
461e6110ef
Fix unused label issues
...
Treat labels which are used only by directives in other labels as used
if the other label itself is used by an opcode: that is, propagate the
transitive usage of labels.
Fixes #35
6 years ago
Matt Godbolt
69bfef015f
IDEA stuff
6 years ago
Matt Godbolt
1c41d2cfb3
Fix typo
6 years ago
Matt Godbolt
3ff0732372
Make a click on the add button just add a compiler in-place
6 years ago
Matt Godbolt
8165cd456d
Support both the global post-process and the per-compiler post-process
6 years ago
Matt Godbolt
a395eef44a
Merge pull request #143 from lefticus/goldenlayout
...
Support config of postProcess tool
6 years ago