1. 6a63add Revert Monaco updgrade, let Jared do it by RabsRincon · 7 years ago
  2. f4f699d Update dependencies by RabsRincon · 7 years ago
  3. c81c783 Allow node versions >= 8 by Rubén · 7 years ago
  4. a0c4b28 Merge pull request #817 from mattgodbolt/install_yarn by Matt Godbolt · 7 years ago
  5. 670afd8 Move to ESLint by RabsRincon · 7 years ago
  6. f8468e5 Use a local-installed yarn. Refactor all the 'find node' stuff out of the Makefile by Matt Godbolt · 7 years ago
  7. 8720896 Adding in uglify for our last push to prod by jaredwy · 7 years ago
  8. b647cc0 Using the html loader instead of copying the files in by jaredwy · 7 years ago
  9. 942a00f Some final clean up and bug fixing before we roll this out to beta by jaredwy · 7 years ago
  10. 8652eca Fixing a few bugs: by jaredwy · 7 years ago
  11. 4db0746 faking a require in pug for now, until we can refactor enough to run webpack over our pug files by jaredwy · 7 years ago
  12. 796e023 WIP by jaredwy · 7 years ago
  13. 8be70d1 Adding a make entry for a dev mode. Cleaning up some unused variables, moving some vars to be vars so i can move paths easier by jaredwy · 7 years ago
  14. b545b33 bower be gone by jaredwy · 7 years ago
  15. 70556a6 first pass at using webpack/yarn rather than bower and require.js by jaredwy · 7 years ago
  16. c280da5 Update libs (non-major) versions by RabsRincon · 7 years ago
  17. 7f5b167 Take out new relic support. by Matt Godbolt · 7 years ago
  18. c931e68 Upgrade to newer version of Express by partouf · 7 years ago
  19. 3ccb8b0 Remove unnecessary Promise requirements in server code, switch to separate denodeify by Matt Godbolt · 7 years ago
  20. a47b512 Correctly run tests for coverage. Exclude the auto-generated asm-docs.js by Matt Godbolt · 7 years ago
  21. adcfbb6 Add local coverage support. by RabsRincon · 7 years ago
  22. 9e6739e Make code coverage recursive too by RabsRincon · 7 years ago
  23. 33096bc Execute tests on subfolders by RabsRincon · 7 years ago
  24. 1c3e94d Start extracting handlers into their own testable bits by Matt Godbolt · 7 years ago
  25. 668ce4a Make a `npm run coverage` command to just report on coverage by Matt Godbolt · 7 years ago
  26. aa0b3e6 Update AWS. Add tests by Matt Godbolt · 7 years ago
  27. 948820e Maybe add code coverage? by Matt Godbolt · 7 years ago
  28. 5b199a1 Extract google short url into a testable (I know!) unit. And test it by Matt Godbolt · 7 years ago
  29. 740e88d New relic support by Matt Godbolt · 7 years ago
  30. e55b913 Add separate jshint configs for client and server. Make them much more strict, and fix up the issues brought up by Matt Godbolt · 7 years ago
  31. cf407a8 Add some config parameters that come from AWS itself. Use it to configure raven (sentry.io) on the server by Matt Godbolt · 7 years ago
  32. 43c16a1 Bump minimum node to v8 by Matt Godbolt · 7 years ago
  33. 0260e0e Update Monaco to latest version by Rubén · 7 years ago
  34. 7c9f6af Bump lru-cache version. by Rubén · 7 years ago
  35. 58c821f Remove all traces of clang-format by Rubén · 7 years ago
  36. 81419b1 Add clang-format to our workflow. by Rubén · 7 years ago
  37. ac97b12 Upgrade promise-queue in the hope of placating #525 by Matt Godbolt · 7 years ago
  38. bc862cb Upgrade to Monaco 0.10.0 by Matt Godbolt · 7 years ago
  39. d549b7f Merge branch 'master' into jw/args-parser by Rubén · 7 years ago
  40. f88a92e Upgrade to Monaco 0.9.0. Closes #464 by Matt Godbolt · 7 years ago
  41. 13cd0fd Made some changes to the way we parse arguments as a stab at a start of a meta data gatherer by jaredwy · 7 years ago
  42. 3cc634c Bump the package version. opt-info now targets es5 by Jared Wyles · 7 years ago
  43. cf882a5 First pass at adding a opt view mode for compiler explorer by Jared Wyles · 7 years ago
  44. 14199f4 Latest monaco by Matt Godbolt · 8 years ago
  45. ef975bd Move to using pug templates to assemble both main view and embedded view. Means a reduction in code duplication between embedded and non-embedded; and saves a round-trip getting the options. by Matt Godbolt · 8 years ago
  46. 4c77876 Roll to latest monaco by Matt Godbolt · 8 years ago
  47. df111e2 Revert "Go back to using the bower package (thanks @michal-golfi)" by Matt Godbolt · 8 years ago
  48. 23efc05 New RESTful API by Matt Godbolt · 8 years ago
  49. 25f49f9 Kill entire process tree of a child when the timeout is reached. Fixes #232 by Matt Godbolt · 8 years ago
  50. 1b02040 s/gcc-explorer/compiler-explorer/g by Matt Godbolt · 8 years ago
  51. bc5848f Adding more tests; beginnings of a refactor to make compilers more configurable by Matt Godbolt · 8 years ago
  52. a0722cd Add a versioned subdirectory with an infinite cache length. Partially addresses #178 by Matt Godbolt · 8 years ago
  53. 5a6de74 Use winston for logging by Matt Godbolt · 8 years ago
  54. 8a8c9d2 Merge remote-tracking branch 'origin/msvc-spike' by Matt Godbolt · 8 years ago
  55. e80d622 Better handling of command line arguments when invoking compiler. by Sahnvour · 8 years ago
  56. 6fc5c16 Lint fixes by Matt Godbolt · 8 years ago
  57. d11fb2c Merge branch 'master' into msvc-spike by Matt Godbolt · 8 years ago
  58. 5f070ad Use floating supervisor version by Matt Godbolt · 8 years ago
  59. 461e611 Fix unused label issues by Matt Godbolt · 8 years ago
  60. 49e1ad9 Early support for r.js by Matt Godbolt · 8 years ago
  61. 3600d7a First move towards rewrite by Matt Godbolt · 8 years ago
  62. 65e7678 Fetch AWS resources (land of primitive service discovery) by Matt Godbolt · 8 years ago
  63. 9b9e187 Hopeful fix for connect-restreamer by Matt Godbolt · 9 years ago
  64. cab75f7 Kill memwatch by Matt Godbolt · 9 years ago
  65. 58cc214 Remove unused heapdump by Matt Godbolt · 9 years ago
  66. a70b354 Travis fixes by Matt Godbolt · 9 years ago
  67. 1caca9d Bump versions of everything by Matt Godbolt · 9 years ago
  68. bc45984 Switch to memwatch-next by Lorenz Hübschle-Schneider · 9 years ago
  69. 73069de Re-add memwatch by Matt Godbolt · 9 years ago
  70. d4aef9b Add heapsnapshot by Matt Godbolt · 9 years ago
  71. d6bce41 Revert "Revert "Add some (belated) memory watching"" by Matt Godbolt · 10 years ago
  72. eafe0fa Revert "Add some (belated) memory watching" by Matt Godbolt · 10 years ago
  73. 2170910 Add some (belated) memory watching by Matt Godbolt · 10 years ago
  74. 2e88d33 First attempt at proxying remote compilers by Matt Godbolt · 10 years ago
  75. 1fba6ae Compress output by Matt Godbolt · 10 years ago
  76. 71dda61 Much cleaner promise design by Matt Godbolt · 10 years ago
  77. 9223f04 Use promises, move to express, combine lots of endpoints into client-options.js by Matt Godbolt · 10 years ago
  78. 4a88110 Freshen up of package.json by Matt Godbolt · 10 years ago
  79. c60cad2 Add IDEA files. by Matt Godbolt · 10 years ago
  80. 217c41d Skin based on language. Add latest codemirror and modes for each lang by Matt Godbolt · 10 years ago
  81. 8acef79 Freshen packages, use fs-extra to delete temp dir by Matt Godbolt · 11 years ago
  82. 03b54de Bump required ffi version to 1.2.x by Ali Utku Selen · 11 years ago
  83. 914ea38 Tweak to use latest node, and detached child process which hopefully will prevent process killing issues by Matt Godbolt · 11 years ago
  84. f70cd17 Add LRU caching by Matt Godbolt · 12 years ago
  85. 0358c68 Add gcc4.8.0 (well, gcc snapshot) to amazon by Matt Godbolt · 12 years ago
  86. 7f6f1fe More up-to-date packages by Matt Godbolt · 12 years ago
  87. 15ea5e1 Initial import of GCC-Explorer by Matt Godbolt · 12 years ago