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