- b647cc0 Using the html loader instead of copying the files in by jaredwy · 7 years ago
- 38ad394 Move the html pages into the dist bundle, so they get served. I hope by jaredwy · 7 years ago
- 9372ad9 Instead of dynamically adding a path, serve everything from relative this requires a change to the extract text plugin or you end up with dist/dist requested by jaredwy · 7 years ago
- e16e8e9 Removing the publicPath and setting it inside base-path to get beta working by jaredwy · 7 years ago
- 71fdfdb Forgot to add the new base-pug file by jaredwy · 7 years ago
- 00b042f Making jslint happy with the new global variable by jaredwy · 7 years ago
- 8a937fa To make beta work it needs to serve assets from a base path of 'beta' so this just hacks a quick solution to that by jaredwy · 7 years ago
- 61c9c8c Copy the directory to vs not to vs/vs by jaredwy · 7 years ago
- cebb880 Serving loader from a relative location by jaredwy · 7 years ago
- 95d4f4e requoting the env paths or it tries to execute the paths, fixing up a misssed variable change from a merge by jaredwy · 7 years ago
- c4e8b91 removing any reference to versions as we don't use them anymore, instead rely on the hash in webpack by jaredwy · 7 years ago
- cd41770 Fix bad merge by RabsRincon · 7 years ago
- 4fbcdaa Merge branch 'master' into jw/webpack by Rubén · 7 years ago
- b9ee2e9 Format app.js to reduce merge conflicts by RabsRincon · 7 years ago
- cd4a21a Fix tests by RabsRincon · 7 years ago
- 5bf7e6b Address PR reviews by RabsRincon · 7 years ago
- 147ee66 Fix (hopefully) for dist by Matt Godbolt · 7 years ago
- 4601420 Look for yarn in /opt too, and if found there, invoke it via the picked node version (and not just whatever version of node is on the PATH) by Matt Godbolt · 7 years ago
- bdf7358 moving things about to get the makefile working with travis-dist mostly just copying the vs folder in so it can load from the static dir, and then getting the faveicon copied into the dist folder so we can serve everything from in there by jaredwy · 7 years ago
- 6a9f475 Upadting the makefile to only package up what is needed now by jaredwy · 7 years ago
- 942a00f Some final clean up and bug fixing before we roll this out to beta by jaredwy · 7 years ago
- 0946543 More thanks by Matt Godbolt · 7 years ago
- 2e612c4 Fixing a sharing bug that was including a url from node modules not static by jaredwy · 7 years ago
- 8652eca Fixing a few bugs: by jaredwy · 7 years ago
- 4fe764a Dev mode back up and running by jaredwy · 7 years ago
- 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
- 796e023 WIP by jaredwy · 7 years ago
- f807986 Making jshint happy adding some missed semi colons, removing the dist files and vs from being checked by jaredwy · 7 years ago
- cc34e74 Include our custom css after the library css, this makes sure we override any defaults with our css by jaredwy · 7 years ago
- 2cd7516 Switching back to yarn after the merge. Some clean up after some extra code snuck in after the merge app.js ended up with a few extra requires by jaredwy · 7 years ago
- 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
- 06827d3 Point vs for require calls at node modules, rather than the copied monaco. It adds some complexity around how we load monaco, but that already exists this is better than the three alternatives. Use post-install to copy the files into static, use a shell script to copy using the webpack shell plugin to copy before monaco runs and finally do it manually by jaredwy · 7 years ago
- 4aa1edd Adding the vs that gets copied by webpack into the gitignore file by jaredwy · 7 years ago
- 1fb351b Adding a path to the right vs by jaredwy · 7 years ago
- b545b33 bower be gone by jaredwy · 7 years ago
- 094e223 moving vs into the static directory instead of the main directory by jaredwy · 7 years ago
- 70556a6 first pass at using webpack/yarn rather than bower and require.js by jaredwy · 7 years ago
- e28ca15 Merge pull request #790 from windelbouwman/master by Rubén · 7 years ago
- 739ea34 Credit javascript coders. by Windel Bouwman · 7 years ago
- 92138f1 Add copyright text and adjusted python3 path by Windel Bouwman · 7 years ago
- ff24389 Merge branch 'master' of https://github.com/windelbouwman/compiler-explorer by Windel Bouwman · 7 years ago
- 3ee339f Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by Windel Bouwman · 7 years ago
- 48bf397 Add GAS 7.3 by RabsRincon · 7 years ago
- 26e6042 Merge pull request #1 from partouf/python by Windel Bouwman · 7 years ago
- 5998445 suggested changes by partouf · 7 years ago
- 9433397 Add check if python exec is required by Windel Bouwman · 7 years ago
- ca15283 Use the exe property as python path and add a group by Windel Bouwman · 7 years ago
- 44b7d90 Update after review comments by Windel Bouwman · 7 years ago
- 1bb78dc Change default C++ compiler to gcc73 by Rubén · 7 years ago
- 01cfbad Support web path aliases (e.g. for /beta nodes by Matt Godbolt · 7 years ago
- 9d8f6a1 Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by Windel Bouwman · 7 years ago
- 3216818 Add ppci compiler type which uses python3 by Windel Bouwman · 7 years ago
- c79d20e Add GCC 5.5 and 7.3. Closes #612 by Matt Godbolt · 7 years ago
- da15294 Allow data: as a script source. Bummer by Rubén · 7 years ago
- 4798a6b Normalize how views close its children by RabsRincon · 7 years ago
- 3ac92b2 Remove leftover file by RabsRincon · 7 years ago
- d681cd0 Update AddingALibrary.md by Rubén · 7 years ago
- 37d5f6e Merge pull request #777 from nilsdeppe/add_brigand by Rubén · 7 years ago
- c3ceacc Add Brigand metaprogramming library by Nils Deppe · 7 years ago
- 9076868 Simplify CSP based on observations by RabsRincon · 7 years ago
- 7c34579 Add ISPC language configuration (C++) by RabsRincon · 7 years ago
- b2203dd Minor Python improvements by RabsRincon · 7 years ago
- 03430f5 Handle MIPS label types (when autodeteted). Fixes #660 by Matt Godbolt · 7 years ago
- c7261be Merge pull request #783 from Ethiraric/master by Matt Godbolt · 7 years ago
- b5ece46 Fix Jcc ASM instruction documentation URL. by Ethiraric · 7 years ago
- 9d37352 Asynchronously load builtin list. by Matt Godbolt · 7 years ago
- 41e067d Typo fix, no functional change by Matt Godbolt · 7 years ago
- be3d734 Let users use Google Themes fonts by RabsRincon · 7 years ago
- 582ba19 USe Monaco's own Swift definition by RabsRincon · 7 years ago
- a778a1b Add missing GCC aliases by RabsRincon · 7 years ago
- 5c7f131 Reorder CSP by RabsRincon · 7 years ago
- 0e46a12 Fix spacing issues by RabsRincon · 7 years ago
- 7accc29 Add some more Google stuff to CSP whitelist by RabsRincon · 7 years ago
- 14343f4 Allow gstatic thru media CSP by RabsRincon · 7 years ago
- 95fa9d2 Allow Twitter thru CSP by RabsRincon · 7 years ago
- ecb4488 Fix Sentry COMPILER-EXPLORER-2VK by RabsRincon · 7 years ago
- c61e1c0 Reenable CSP testing in site by RabsRincon · 7 years ago
- 9af0a55 Merge pull request #782 from mserdarsanli/master by Rubén · 7 years ago
- 5071d10 Fixed typo by Mustafa Serdar Sanli · 7 years ago
- c439c4a Finish csp reports by Rubén · 7 years ago
- 656c0c9 Apply last CSP changes by RabsRincon · 7 years ago
- 368479f Apply more CSP header fixes. Last one, hopefully by RabsRincon · 7 years ago
- d8145da Tweak csp header by RabsRincon · 7 years ago
- 6ea55d1 Revert inline script removal as requested by RabsRincon · 7 years ago
- 8b71a65 Fix CSP implementation by RabsRincon · 7 years ago
- 7bd30b4 Update libs docs by RabsRincon · 7 years ago
- 8900811 Set CSP to Report-Only for a testing period by RabsRincon · 7 years ago
- 2be47e2 Add Boost 1.66 by RabsRincon · 7 years ago
- 3fc0be2 Allow FullStory and GAnalytics in the CSP by RabsRincon · 7 years ago
- 08a6e75 Handle CE magic error documents in CL parser. Fixes #571 by Matt Godbolt · 7 years ago
- ef7db1a Implement CSP by RabsRincon · 7 years ago
- dac5cc3 Stop use of non standard str functions on clients by RabsRincon · 7 years ago
- e3c5686 Point clang versions at appropriate GCC installations. Fixes #493 by Matt Godbolt · 7 years ago
- 88e3e69 More thanks by Matt Godbolt · 7 years ago
- ed8525d ES6ify asm-cl.js by Matt Godbolt · 7 years ago
- 4e5aef0 Take aliases into account when looking for a lang by RabsRincon · 7 years ago
- 6bbca8c Don't update compilersToId piecemeal and asynchronously by Matt Godbolt · 7 years ago
- 31fe0b3 Formatting by Matt Godbolt · 7 years ago
- ce6ccf6 Handle undefined compiler. Fixes #774 by Matt Godbolt · 7 years ago
- b5f0596 Respect aliases when looking for compilers by RabsRincon · 7 years ago