1. bbf5943 catch trunk is now v3 (so has to be built) by partouf · 4 years, 2 months ago
  2. e437bea Merge branch 'master' of https://github.com/compiler-explorer/compiler-explorer by partouf · 4 years, 2 months ago
  3. a561a0c Add EWARM compiler type and documentation (#2267) by JesusKrists · 4 years, 2 months ago
  4. 235eba5 Catch2 v3 preview 3 by Patrick Quist · 4 years, 2 months ago
  5. 101cee1 Merge branch 'master' of https://github.com/compiler-explorer/compiler-explorer by partouf · 4 years, 2 months ago
  6. e1ab9d1 Enable debugging info for Nim by default (#2266) by Danil Yarantsev · 4 years, 2 months ago
  7. 62902dd Add more Nim examples (#2265) by Danil Yarantsev · 4 years, 2 months ago
  8. d1ddfcf Make Nim example actually work (#2264) by Danil Yarantsev · 4 years, 2 months ago
  9. 99d575b IntelliJ churn by Matt Godbolt · 4 years, 2 months ago
  10. b61f0bd Add another thank-you by Matt Godbolt · 4 years, 2 months ago
  11. 924dd02 add initial unicode asm test by partouf · 4 years, 2 months ago
  12. d78ad0a Merge branch 'master' of https://github.com/compiler-explorer/compiler-explorer by partouf · 4 years, 2 months ago
  13. 9b51556 remove obsolete links prop in asm json by partouf · 4 years, 2 months ago
  14. 89547ec September thanks by Matt Godbolt · 4 years, 2 months ago
  15. 28f0137 add some basic binary objdump parsing testcases by partouf · 4 years, 2 months ago
  16. f9ac4d0 Update descriptions for Thrust/CUB CUDA libraries. (#2257) by Allison Vacanti · 4 years, 2 months ago
  17. 1ecfa68 Update Zig to use the new CLI (#2254) by Alexandros Naskos · 4 years, 2 months ago
  18. a659ad6 minimum width added to history modal (#2253) by Artem · 4 years, 2 months ago
  19. 8a6ddee Update the CUDA Thrust/CUB libraries. (#2255) by Allison Vacanti · 4 years, 2 months ago
  20. d080c7a also darken permalink input and execution+tool stdin textarea by partouf · 4 years, 2 months ago
  21. 7e645f4 Dark mode compiler arguments input text-color fix (#2252) by Artem · 4 years, 2 months ago
  22. f98fddd re-add spdlog by Patrick Quist · 4 years, 2 months ago
  23. cf2cf00 Hello darkness my old friend by Austin Morton · 4 years, 2 months ago
  24. 4b653e6 Increase sentrySlowRequestMs to 30s by Austin Morton · 4 years, 2 months ago
  25. 91f1166 Update dependencies (#2248) by Austin Morton · 4 years, 2 months ago
  26. 8c130ed Disable webpack development middleware statistic logging (#2247) by Austin Morton · 4 years, 2 months ago
  27. f8826fd Refactor theme system to apply them earlier in page load (#2249) by Austin Morton · 4 years, 2 months ago
  28. 1eebac3 guard examples code when not defined by partouf · 4 years, 2 months ago
  29. 412cc5c disable spdlog for now by Patrick Quist · 4 years, 2 months ago
  30. 0664a9a Update WSL.properties by Patrick Quist · 4 years, 2 months ago
  31. 8f7dccc Update cppx_blue.default.properties by Patrick Quist · 4 years, 2 months ago
  32. b99f835 missing compiler props by Patrick Quist · 4 years, 2 months ago
  33. a3e4a52 Update cppx_gold.defaults.properties by Patrick Quist · 4 years, 2 months ago
  34. 468209b Update CONTRIBUTING.md by Patrick Quist · 4 years, 2 months ago
  35. 4819aa4 fix slack links by Patrick Quist · 4 years, 2 months ago
  36. bdad1fd Sometimes folders weren't cleaned up after compilation/execution (#2237) by Patrick Quist · 4 years, 2 months ago
  37. 3689985 Fix #2241 by Patrick Quist · 4 years, 2 months ago
  38. aee3a91 fix liblink spdlog by Patrick Quist · 4 years, 2 months ago
  39. b04bbe9 Add spdlog (see #2210) (#2212) by Matt Godbolt · 4 years, 2 months ago
  40. 57da75d Organize .gitignore (#2235) by Austin Morton · 4 years, 2 months ago
  41. de85aec Normalize and enforce license disclaimer headers (#2234) by Austin Morton · 4 years, 2 months ago
  42. 4a158e1 Library widget revamp (#2223) by Patrick Quist · 4 years, 2 months ago
  43. 9dcd208 Fix lint warning by Austin Morton · 4 years, 2 months ago
  44. f68198a Reassign copyright to Compiler Explorer Authors (#2233) by Matt Godbolt · 4 years, 2 months ago
  45. a2eed58 Transfer copyright to compiler explorer authors (#2232) by Patrick Quist · 4 years, 2 months ago
  46. 044dcfb Use ES6 Modules (#2132) by Austin Morton · 4 years, 2 months ago
  47. bac07fe Eliminate all dynamic require statements (#2230) by Austin Morton · 4 years, 2 months ago
  48. 697c8e9 support library options to be passed on to the compiler (#2215) by Patrick Quist · 4 years, 2 months ago
  49. 82faf7b Added cppitertools (#2227) by niekbouman · 4 years, 2 months ago
  50. 28df4b3 After discussion with @jhemstad we're going to undo all the includes and wait to see what trouble it causes...It should unlock replacement of the C++ libraries for CUDA, e.g. libcxxcuda and Thrust and CUB by Matt Godbolt · 4 years, 2 months ago
  51. 378d525 Remove explicit paths from 10.2 by Matt Godbolt · 4 years, 2 months ago
  52. eaf1444 Proper semvers for CUDA by Matt Godbolt · 4 years, 2 months ago
  53. 6e9a4d4 CUDA tweaks to dovetail in with new installation type...hopefully by Matt Godbolt · 4 years, 2 months ago
  54. b8da4ea Add CUDA 11 and 11 Update 1 (#2219) by Jake Hemstad · 4 years, 2 months ago
  55. a1b4ec4 Do not attempt to import the demangler class if demanglerType is not set by Austin Morton · 4 years, 2 months ago
  56. a49c052 Refactor shortener implementation in preparation for es6 modules by Austin Morton · 4 years, 2 months ago
  57. 638c7ce Add libcudacxx CUDA library (#2220) by Jake Hemstad · 4 years, 2 months ago
  58. 3c4aa76 Replace demanglerClassFile with demanglerType (#2225) by Austin Morton · 4 years, 2 months ago
  59. d007a32 Why I still push directly to master is beyond me at this point by Austin Morton · 4 years, 2 months ago
  60. dde5ef0 Move some files in preparation for es6 modules by Austin Morton · 4 years, 2 months ago
  61. ca437e1 Consolidate eslint configuration (#2224) by Austin Morton · 4 years, 2 months ago
  62. 9052568 Fix incorrect usage of Promise/async in test suite by Austin Morton · 4 years, 2 months ago
  63. 68e33d1 static lib linking in wrong order by Patrick Quist · 4 years, 2 months ago
  64. 60abd00 Swift executions (#2216) by Patrick Quist · 4 years, 2 months ago
  65. 8283a16 icc bugfix for conan libraries by partouf · 4 years, 2 months ago
  66. 271ff8b add cnl v1 and path fixes by partouf · 4 years, 2 months ago
  67. 3417041 Add Enoki library (#2209) by Robin Christ · 4 years, 2 months ago
  68. 83ef3c2 Bump default timeout to 20s by Matt Godbolt · 4 years, 2 months ago
  69. 33bb996 Partially address #2201 by Matt Godbolt · 4 years, 2 months ago
  70. 8c06f7e New Intel compilers (#2208) by Patrick Quist · 4 years, 2 months ago
  71. bd3d280 Ping #2154 we really need to fix this by Patrick Quist · 4 years, 2 months ago
  72. 78c13cc add strings tool (#2206) by Patrick Quist · 4 years, 2 months ago
  73. 9e16c3c Add Swift 5.3 (#2205) by Alejandro Alonso · 4 years, 2 months ago
  74. 67c7233 mp-units 0.6.0 support added (#2200) by Mateusz Pusz · 4 years, 2 months ago
  75. 9d1eb3e Bump node-fetch from 2.6.0 to 2.6.1 (#2198) by dependabot[bot] · 4 years, 2 months ago
  76. 737ce20 use main by partouf · 4 years, 2 months ago
  77. 4b1fe74 add immer library by partouf · 4 years, 2 months ago
  78. 8e78864 remove tc range, doesnt work by partouf · 4 years, 2 months ago
  79. 1df5104 add tc range, bugfix libs widget by partouf · 4 years, 2 months ago
  80. 7c34365 add urls for the last few libs by partouf · 4 years, 2 months ago
  81. 4aa530a add libunifex trunk (#2193) by Patrick Quist · 4 years, 2 months ago
  82. eb368a5 Update AddingLinkableLibrary.md by Patrick Quist · 4 years, 3 months ago
  83. afb55d0 Update AddingLinkableLibrary.md by Patrick Quist · 4 years, 3 months ago
  84. 138a7ad to be refactored into a usable public doc by Patrick Quist · 4 years, 3 months ago
  85. 2d0c42f Update AddingALibrary.md by Patrick Quist · 4 years, 3 months ago
  86. 6c41040 Remove a duplicate sponsor by Matt Godbolt · 4 years, 3 months ago
  87. 41e49b8 Latest thanks! by Matt Godbolt · 4 years, 3 months ago
  88. 356e87f .inst as an opcode (#2190) by Patrick Quist · 4 years, 3 months ago
  89. 3c6d1c7 add wasm variants for GO (#2187) by Patrick Quist · 4 years, 3 months ago
  90. 3a5420f remove unused code by partouf · 4 years, 3 months ago
  91. 2f8fafe Update c.amazon.properties by Austin Morton · 4 years, 3 months ago
  92. 91d3a18 Merge branch 'master' of https://github.com/compiler-explorer/compiler-explorer by partouf · 4 years, 3 months ago
  93. 3aa1e0d use gcc trunk as clang trunk gcctoolchain by partouf · 4 years, 3 months ago
  94. d6a8619 Copy compiler arguments for 'Executor from this' (#2191) by Patrick Quist · 4 years, 3 months ago
  95. ee3000f Noscript default compiler (#2189) by Patrick Quist · 4 years, 3 months ago
  96. af729bc leave out fortran compilers that we dont have by partouf · 4 years, 3 months ago
  97. d8f5d3a Ranges-v3 0.11.0 support added + mp-units depends also on GSL now (#2188) by Mateusz Pusz · 4 years, 3 months ago
  98. a57da71 Add FPC 3.2.0 (#2185) by Patrick Quist · 4 years, 3 months ago
  99. 0f01b99 Fix curl API (#2184) by Patrick Quist · 4 years, 3 months ago
  100. 837fc3c Filter compilers in execution panel (#2181) by Patrick Quist · 4 years, 3 months ago