Commit Graph

881 Commits (25f49f9a80447a0365d52881dbcffd8a8df58b6c)
 

Author SHA1 Message Date
Matt Godbolt 25f49f9a80 Kill entire process tree of a child when the timeout is reached. Fixes #232 6 years ago
Matt Godbolt 0ee3cf29c1 Bump up timeouts etc 6 years ago
Matt Godbolt 749e3572d9 fix gcc snapshot, clang trunk 6 years ago
Matt Godbolt cbbc70e6a5 new clang, trunk builds 6 years ago
Matt Godbolt dfbf4c729a Attempt at addressing #228 6 years ago
Matt Godbolt b67350d644 Fix alias support 6 years ago
Matt Godbolt 4969c04fea Add aliases for the old (badly spelt) ellcc compilers! 6 years ago
Matt Godbolt ac7a807a5e Merge branch 'master' of github.com:mattgodbolt/compiler-explorer 6 years ago
Matt Godbolt de3dfede86 Merge pull request #224 from androm3da/master
Correct typo elcc => ellcc
6 years ago
Matt Godbolt ca8ca4be28 IDEA churn 6 years ago
Matt Godbolt fda7e2414e Ensure a new compiler state object is created every time.
Fixes #225.
6 years ago
Matt Godbolt a804243b21 gdc fixups in makefile 6 years ago
Brian Cain 353897ada3 typo s/elcc/ellcc/g 7 years ago
Brian Cain 62e5a43d9e typo s/elcc/ellcc/ 7 years ago
Matt Godbolt 45ce2b2a73 Show colourisation immediately once all busy compilers are finished 7 years ago
Matt Godbolt cc27bcd301 Make ctrl-Enter compile straight away; slightly reduce pause 7 years ago
Matt Godbolt d2b6f62919 By default listen on INADDRY_ANY 7 years ago
Matt Godbolt 7135ec2d77 Add a "reset UI" menu option.
Addresses #217
7 years ago
Matt Godbolt 538b4e86f8 Fix tests 7 years ago
Matt Godbolt 9bb8b48789 More renamings (again) 7 years ago
Matt Godbolt 866eb29a61 More renamings 7 years ago
Matt Godbolt b6e9a4658b Another year, another copyright update 7 years ago
Matt Godbolt 1b02040826 s/gcc-explorer/compiler-explorer/g 7 years ago
Matt Godbolt f61825b2be Client-side caching and request changes
Changes to reduce load on the remote site:
* Uses a local LRU cache to store results.
* Has only one pending request outstanding at a time.
* Increase debounce timer to 1.25 seconds.
* After a short time, display '<Compiling>' to user.
* Shows compile time taken at the bottom.
7 years ago
Matt Godbolt d24d6d4461 IDEA churn 7 years ago
Matt Godbolt 3e32a5325c Don't submit compile jobs until the queue process lets us. Prevents OOM issues under heavy compile load. Fixes #219 7 years ago
Matt Godbolt 907e134da0 Use RC version of CL 7 years ago
Matt Godbolt 050f5e3c3c Properly treat MIPS label definitions. Fixes #214 7 years ago
Matt Godbolt c4411ff2a1 Use -C debuglevel=1 to maybe mitigate #79 7 years ago
Matt Godbolt 314c062c3a Add rust demangling - #213 7 years ago
Matt Godbolt 2fefdc98ee More rust work in progress 7 years ago
Matt Godbolt 73880b9033 Hasty sketch at rust demangling (work in progress); c.f #213 7 years ago
Matt Godbolt dadf9c2d85 Default to rust 1.14 7 years ago
Matt Godbolt 9e4c56d3b7 Add rust 1.12 through 1.14. In a separate change, nightly and beta have been updated too. Addresses #208 7 years ago
Matt Godbolt e8a3cd157b Disable binary in d for now 7 years ago
Matt Godbolt dcf1955a09 Allow access to the glibc-compat library 7 years ago
Matt Godbolt 2a4ffc89fc Support optionally serving versioned data from an extra location 7 years ago
Matt Godbolt 506e2e757a Fix intel support in gccs 7 years ago
Matt Godbolt 3679809f15 More 6.3.0 7 years ago
Matt Godbolt f30a34dc82 GCC 6.3.0 7 years ago
Matt Godbolt 0a91ea30a2 Mostly repair the 6g compiler 7 years ago
Matt Godbolt acf81e50f8 Set a compiler that actually exists 7 years ago
Matt Godbolt 4688d8becf Fix 6g 7 years ago
Matt Godbolt c28b792c6b Alternative way of handling spawn 7 years ago
Matt Godbolt ed12b7e932 Filter out more labels that are unreferenced 7 years ago
Matt Godbolt f576bf52e9 No longer pin code mirror version in bower 7 years ago
Matt Godbolt 88897a2813 Fix for ARM 7 years ago
Matt Godbolt a91e1ee6e7 Fix up initial labels/function definitions. 7 years ago
Matt Godbolt 411cb2d156 Huge wild guess as to what's going on with compilers at startup 7 years ago
Matt Godbolt 457888ac8f Maybe fix up 6g 7 years ago