Matt Godbolt
|
73c51c7f38
|
Allow acces to /proc/cpuinfo
|
6 years ago |
Matt Godbolt
|
d0391b2bf5
|
Fix missing semicolon
|
6 years ago |
Matt Godbolt
|
c8ca5b8230
|
Merge branch 'master' of github.com:mattgodbolt/compiler-explorer
|
6 years ago |
Matt Godbolt
|
983c6bd868
|
New version of docenizer (requires BeautifulSoup); fixes #362 and #365
|
6 years ago |
Rubén Rincón
|
bc33ca7493
|
That semicolon was not needed
|
6 years ago |
Rubén Rincón
|
335b5707bc
|
Fix for "Cannot read property 'address' of undefined".
If there is no assembly for the current line, return instead of trying to access undefined
|
6 years ago |
Rubén Rincón
|
a241b2d893
|
Safari fix. Closes #371
|
6 years ago |
Rubén Rincón
|
cba7508a32
|
Surname
|
6 years ago |
Matt Godbolt
|
1767af8caa
|
Credit Kalray for their lending of Gabriel
|
6 years ago |
Matt Godbolt
|
f6134e3699
|
Normalise formatting, hopefully in a way that means we won't fight reformatting :)
|
6 years ago |
Rubén Rincón
|
fd9d4619f0
|
Fixed doc popup
|
6 years ago |
Matt Godbolt
|
516310761f
|
Fix caching of asm opcodes
|
6 years ago |
Matt Godbolt
|
abd52845d8
|
Fix silly mistake
|
6 years ago |
Matt Godbolt
|
4d6e95c6f3
|
Don't send 404s for unknown opcodes (makes things messier in js console and caching). Use client-side caching to prevent unnecessary fetches.
|
6 years ago |
Matt Godbolt
|
07926d72e2
|
Revert "Only send GET request for ASM docs if we are not already displaying the same opcode"
This reverts commit 0d8b7ac8cc .
|
6 years ago |
Rubén Rincón
|
9da4ccb9b7
|
Fix merge issue
|
6 years ago |
Rubén Rincón
|
fc18bec06c
|
Merge branch 'master' of github.com:mattgodbolt/compiler-explorer
|
6 years ago |
Rubén Rincón
|
0d8b7ac8cc
|
Only send GET request for ASM docs if we are not already displaying the same opcode
|
6 years ago |
Matt Godbolt
|
0d38dfa2fd
|
Set caching headers on asm API requests
|
6 years ago |
Matt Godbolt
|
ca75d5a7ea
|
Fix exception when handling unknown opcodes
|
6 years ago |
Matt Godbolt
|
687cf2839b
|
Move asm-docs into server directory
|
6 years ago |
Rubén
|
315920a3d1
|
Merge pull request #370 from mattgodbolt/docs_from_server
Docs from server
|
6 years ago |
Rubén Rincón
|
e8cd1a0e55
|
Forgot about docenizer
|
6 years ago |
Rubén Rincón
|
13faf7d7ed
|
Final touch ups
|
6 years ago |
Rubén Rincón
|
fd29c93132
|
Fixed semicolons
|
6 years ago |
Rubén Rincón
|
6523b5dbbb
|
Moved doc api handler to new file. Endpoint is now GET
|
6 years ago |
Rubén Rincón
|
1f9afe3840
|
Improved formatting on ASM help popup
|
6 years ago |
Rubén Rincón
|
31252d29e8
|
Fix semicolon
|
6 years ago |
Rubén Rincón
|
78ffa19e16
|
Fix semicolon
|
6 years ago |
Rubén Rincón
|
e5fb91f60f
|
Moved prefix definition
|
6 years ago |
Rubén Rincón
|
41587fa769
|
Merge branch 'master' of github.com:mattgodbolt/compiler-explorer into docs_from_server
|
6 years ago |
Rubén Rincón
|
a9009978a9
|
Asm docs are now served by the application, using promises
|
6 years ago |
Matt Godbolt
|
060151db13
|
Enable CORS (for @cppchedy)
|
6 years ago |
Matt Godbolt
|
2955533c80
|
Merge pull request #368 from jaredadobe/patch-1
|
6 years ago |
Jared Wyles
|
de7455028e
|
Update post api documentation
the post endpoint was wrong. This one is confirmed to work.
|
6 years ago |
Matt Godbolt
|
f9ef836096
|
Disable quick suggestions. They're pretty annoying. Ctrl-space still brings up the completions. See #359
|
6 years ago |
Matt Godbolt
|
7a4ac487c8
|
Use fixedOverflowWidgets to apparently solve #364
|
6 years ago |
Matt Godbolt
|
ab5ed21fb5
|
More x86 registers. Closes #302
|
6 years ago |
Matt Godbolt
|
aac0b56b82
|
Remove unused asset
|
6 years ago |
Rubén Rincón
|
4d93c0f887
|
Fixed "opens in new window"
|
6 years ago |
Matt Godbolt
|
c42243f80f
|
Cheesey hack to support AT&T syntax
|
6 years ago |
Rubén Rincón
|
44580790bb
|
Fixed undefined max() function...
|
6 years ago |
Rubén Rincón
|
3a41af0f55
|
Url Too Long to be shortened (How ironic...) Alert is now a notification.
|
6 years ago |
Rubén Rincón
|
21170a2aa8
|
Renamed few paramateters (Now they are named positively). Documentation!
|
6 years ago |
Rubén
|
123f9761f9
|
Merge pull request #333 from RabsRincon/asm_doc
My firts merge! Yay!
|
6 years ago |
Rubén Rincón
|
41b8863a49
|
Not found message extended
|
6 years ago |
Rubén Rincón
|
47afedc2df
|
Improvements based on Matt's notes
|
6 years ago |
Matt Godbolt
|
7fc5b23caa
|
Thanks and credits
|
6 years ago |
Rubén Rincón
|
a253eb3792
|
Merge branch 'master' of github.com:mattgodbolt/compiler-explorer into asm_doc
|
6 years ago |
Matt Godbolt
|
445a17c967
|
Embedded tweaks
|
6 years ago |