Commit Graph

493 Commits (cba7508a322763de416e2409f619c18da0d4f659)

Author SHA1 Message Date
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 687cf2839b Move asm-docs into server directory 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 78ffa19e16 Fix semicolon 6 years ago
Rubén Rincón a9009978a9 Asm docs are now served by the application, using promises 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
Matt Godbolt 9e174f7591 Fix up tweets; remove google+ 6 years ago
Rubén Rincón a7b0c71832 Renamed params. Hopefuly logic is ok. Compiler now uses params 6 years ago
Rubén Rincón 03d1a6de32 Fixed logical error 6 years ago
Rubén Rincón 07f7a4643f Learning to spell 6 years ago
Rubén Rincón fa332141e5 Alert now stacks and is removed if one of same group is issued 6 years ago
Rubén c6f6ab6351 Merge branch 'master' into asm_doc 6 years ago
Rubén Rincón b14ce4b8e8 Tooltip help on asm is now under a setting checkbox 6 years ago
Rubén Rincón 4ab1050830 Added initial unstackable notification. Used to let the user know we have not found the token they requested help for 6 years ago
Rubén Rincón dc35dece3d More fixes for the tokenizer 6 years ago
Rubén Rincón 49a05282c0 Moved docenizer to scripts folder 6 years ago
Rubén Rincón 0aaf22e47e Semicolons... 6 years ago
Rubén Rincón 3d9c0a9727 Moved docenizer to static folder. Improved it with args. Added onCLose to alert. 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 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
Rubén Rincón bfd877a2de Found how to get the word of the context menu. THis simplifies editor token logic a lot 6 years ago
Rubén Rincón 1014bcee98 Merge branch 'asm_doc' of github.com:RabsRincon/compiler-explorer into asm_doc 6 years ago