Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | slack: update instructions for downloading images | Kartik K. Agaram | 2022-01-16 | 1 | -2/+5 |
| | |||||
* | acknowledge current status | Kartik K. Agaram | 2022-01-14 | 1 | -3/+13 |
| | |||||
* | obsolete argument | Kartik K. Agaram | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | fix a regression from 3 commits and 12 days ago :/ | Kartik K. Agaram | 2021-12-24 | 2 | -7/+7 |
| | | | | Thanks Antonio D'Souza for reporting issue #51, which this fixes. | ||||
* | . | Kartik K. Agaram | 2021-12-12 | 2 | -317/+345 |
| | |||||
* | . | Kartik K. Agaram | 2021-12-12 | 1 | -0/+371 |
| | |||||
* | playing with Paul Batchelor's Trikufic tileset | Kartik K. Agaram | 2021-12-12 | 3 | -0/+322 |
| | | | | | https://pbat.ch/wiki/trikuf https://merveilles.town/@akkartik/107432999019092669 | ||||
* | link to the Mu tour | Kartik K. Agaram | 2021-12-07 | 1 | -1/+3 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-29 | 1 | -1/+1 |
| | |||||
* | getting ready to share the guided tour more widely | Kartik K. Agaram | 2021-11-26 | 1 | -1/+3 |
| | |||||
* | tutorial: remove an unnecessary detail | Kartik K. Agaram | 2021-11-16 | 2 | -2/+0 |
| | |||||
* | I'm going to hell for this.. | Kartik K. Agaram | 2021-11-12 | 1 | -1/+1 |
| | | | | | This typo has been around since July 2019 (commit 784e17d487). I swear I've spelt the name correctly scores of times before that. | ||||
* | . | Kartik K. Agaram | 2021-11-11 | 1 | -1/+57 |
| | |||||
* | slack: one more corner case during import | Kartik K. Agaram | 2021-11-09 | 1 | -0/+7 |
| | |||||
* | . | Kartik Agaram | 2021-11-09 | 5 | -2787/+573 |
| | |||||
* | keep 'grapheme-stack' | Kartik Agaram | 2021-11-09 | 12 | -612/+612 |
| | | | | We want to at least document intent there. | ||||
* | . | Kartik Agaram | 2021-11-09 | 236 | -46806/+43651 |
| | |||||
* | . | Kartik Agaram | 2021-11-09 | 1 | -8/+10 |
| | |||||
* | reword the tutorial after dropping 'grapheme' | Kartik K. Agaram | 2021-11-09 | 1 | -11/+12 |
| | |||||
* | rename grapheme to code-point-utf8 | Kartik K. Agaram | 2021-11-09 | 55 | -1408/+1403 |
| | | | | | | Longer name, but it doesn't lie. We have no data structure right now for combining multiple code points. And it makes no sense for the notion of a grapheme to conflate its Unicode encoding. | ||||
* | copy back some error messages from linux/ | Kartik K. Agaram | 2021-11-09 | 2 | -3/+3 |
| | |||||
* | copy back some tests from linux/ | Kartik K. Agaram | 2021-11-09 | 1 | -0/+57 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-09 | 1 | -3/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-09 | 1 | -2/+2 |
| | |||||
* | clean up VSCode extension | Kartik Agaram | 2021-11-09 | 4 | -125/+2 |
| | |||||
* | syntax highlighting for Visual Studio Code | Kartik Agaram | 2021-11-08 | 8 | -0/+275 |
| | |||||
* | syntax highlighting bundle for TextMate | Kartik Agaram | 2021-11-08 | 2 | -0/+112 |
| | |||||
* | task 16: addressing sejo's feedback | Kartik K. Agaram | 2021-11-07 | 2 | -5/+10 |
| | | | | I'm still not quite happy with this.. | ||||
* | tutorial: improve task 14 based on sejo's feedback | Kartik K. Agaram | 2021-11-07 | 4 | -30/+37 |
| | |||||
* | . | Kartik Agaram | 2021-10-31 | 1 | -2/+2 |
| | |||||
* | . | Kartik Agaram | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-31 | 1 | -7/+11 |
| | |||||
* | tutorial: tweaks to task 14 | Kartik K. Agaram | 2021-10-31 | 1 | -5/+12 |
| | | | | Thanks again sejo for your comments. | ||||
* | translate_emulated has gotten _much_ slower | Kartik Agaram | 2021-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I spent some time timing this command: cd ./linux/bootstrap; ./clean; popd; time ./translate_emulated apps/ex2.mu Times at a few commits this year, along with notes on what changed in the linux/ directory: 517a01c95a62a8d6227357d514dc9fff83388153 Feb 17 1:30 time ./translate_mu_baremetal_emulated baremetal/ex2.mu 71e4f3812982dba2efb471283d310224e8db363e Mar 3 1:30 time ./translate_emulated ex2.mu 2df1d1a73046a0a7b6523552b53f407651ed36df May 14 1:53 time ./translate_emulated apps/ex2.mu ff8ec9bcff7577ba923fe7868ea62ecceed55ee7 + patch May 14 2:10 -- start showing stack trace on abort 9831a8cef9cb8f412590ffa6ab9f52b8b51ab9d2 + patch May 19 2:23 8c47da082b63b6aa6aafd45e1f8f7edd4459e555 Jun 18 2:27 -- what changed in the middle here?! b625c6304eca827c04eda719fa6f7927294b80bc Jul 29 3:13 -- seemingly minor change to linux/next-word 52e3ea8a4bec791e4c2d64fb8aca9e26cdf60f25 Aug 15 4:55 ba4a3c5be70d473479e663be0400b798f88c113d Aug 22 4:57 -- one additional compiler check in linux/mu.subx 899cdcc3f3da2be04801ab79b53ec2264e8b1e4c Aug 29 5:44 5:54 975f372d67a5242d3c046712d43ec9f61a920009 Oct 31 5:22 So it's not a single commit :/ Unclear what's going on. | ||||
* | tweak instructions to mention Windows | Kartik Agaram | 2021-10-31 | 1 | -2/+6 |
| | | | | Thanks Maikel van de Lisdonk. | ||||
* | Mac OS build broken since Aug 29 :/ | Kartik Agaram | 2021-10-31 | 1 | -1/+1 |
| | | | | (commit b1dcfb03d00) | ||||
* | . | Kartik K. Agaram | 2021-10-30 | 1 | -1/+3 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-30 | 1 | -0/+1 |
| | |||||
* | more comments from sejo <3 | Kartik K. Agaram | 2021-10-30 | 4 | -13/+325 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-30 | 1 | -1/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-30 | 1 | -0/+5 |
| | |||||
* | clean up treeshaking support for baremetal | Kartik K. Agaram | 2021-10-30 | 4 | -71/+125 |
| | | | | | | | | | Check minified sizes by running: tools/translate_minified _files_ ls -l a.bin qemu-system-i386 code.img What I had before was for the linux/ version. | ||||
* | . | Kartik K. Agaram | 2021-10-30 | 1 | -1/+1 |
| | |||||
* | done with first draft of tutorial | Kartik K. Agaram | 2021-10-30 | 6 | -16/+145 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-30 | 1 | -1/+1 |
| | |||||
* | tutorial: point at vocabulary.md | Kartik K. Agaram | 2021-10-30 | 2 | -1/+19 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-29 | 1 | -2/+1 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-29 | 1 | -9/+10 |
| | |||||
* | task: first graphics | Kartik K. Agaram | 2021-10-27 | 3 | -6/+64 |
| | |||||
* | . | Kartik K. Agaram | 2021-10-27 | 1 | -2/+2 |
| |