Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6003 | Kartik Agaram | 2020-02-09 | 1 | -4/+15 |
| | |||||
* | 6002 | Kartik Agaram | 2020-02-09 | 1 | -3/+4 |
| | |||||
* | 5910 | Kartik Agaram | 2020-01-20 | 1 | -2/+1 |
| | | | | | Trace browser: Don't let the background color get too light, and cycle back to darker shades so I'm not squinting at low depths. | ||||
* | 5900 | Kartik Agaram | 2020-01-19 | 1 | -0/+16 |
| | |||||
* | 5899 | Kartik Agaram | 2020-01-19 | 2 | -4/+11 |
| | |||||
* | 5897 - rename comparison instructions | Kartik Agaram | 2020-01-16 | 1 | -16/+0 |
| | | | | | | | Signed and unsigned don't quite capture the essence of what the different combinations of x86 flags are doing for SubX. The crucial distinction is that one set of comparison operators is for integers and the second is for addresses. | ||||
* | 5891 | Kartik Agaram | 2020-01-14 | 1 | -0/+20 |
| | |||||
* | 5884 | Kartik Agaram | 2020-01-12 | 1 | -0/+7 |
| | |||||
* | 5881 | Kartik Agaram | 2020-01-10 | 1 | -7/+0 |
| | |||||
* | 5875 | Kartik Agaram | 2020-01-02 | 1 | -7/+7 |
| | |||||
* | 5870 | Kartik Agaram | 2020-01-02 | 1 | -0/+3 |
| | |||||
* | 5868 | Kartik Agaram | 2020-01-02 | 1 | -0/+0 |
| | | | | | Follow stupid GNU convention, because why not: https://www.gnu.org/prep/standards/html_node/Releases.html | ||||
* | 5859 | Kartik Agaram | 2020-01-01 | 2 | -0/+67 |
| | | | | Move script to create a Linux-based boot image into a sub-directory. | ||||
* | 5858 | Kartik Agaram | 2020-01-01 | 95 | -0/+32627 |
| | | | | | | Move script to create a Soso boot image into a sub-directory. I'm trying to streamline newcomer attention to just a couple of use cases. | ||||
* | 5837 - better colors for trace browser | Kartik Agaram | 2019-12-28 | 1 | -10/+25 |
| | |||||
* | 5819 | Kartik Agaram | 2019-12-22 | 1 | -1/+1 |
| | | | | Minor tweaks to stop wasting horizontal space in the trace. | ||||
* | 5816 - browse_trace bug fixed | Kartik Agaram | 2019-12-21 | 1 | -0/+1 |
| | |||||
* | 5815 | Kartik Agaram | 2019-12-21 | 1 | -4/+4 |
| | |||||
* | 5814 | Kartik Agaram | 2019-12-21 | 1 | -25/+25 |
| | |||||
* | 5813 | Kartik Agaram | 2019-12-21 | 1 | -2/+1 |
| | |||||
* | 5812 - debugging an ancient niggle in browse_trace | Kartik Agaram | 2019-12-21 | 1 | -6/+5 |
| | | | | | | | | The problem: when I hit 'G' to go to the bottom of the trace, if the bottom is visible on screen, the screen scrolls so the bottom of the trace is the bottom-most line on screen. But the cursor moves to where the trace used to end rather than the new location of the bottom of the trace (the bottom of the screen). | ||||
* | 5805 | Kartik Agaram | 2019-12-08 | 1 | -0/+12 |
| | |||||
* | 5801 - move `tangle` to `tools/` dir | Kartik Agaram | 2019-12-07 | 2 | -0/+1189 |
| | |||||
* | 5800 - move `browse_trace` to `tools/` dir | Kartik Agaram | 2019-12-07 | 12 | -0/+1927 |
| | |||||
* | 5799 - move html-generation to `tools/` directory | Kartik Agaram | 2019-12-07 | 3 | -1/+344 |
| | |||||
* | 5797 - move `enumerate/` to `tools/` directory | Kartik Agaram | 2019-12-07 | 2 | -0/+34 |
| | |||||
* | 5796 - move treeshake to a new tools/ directory | Kartik Agaram | 2019-12-07 | 5 | -0/+239 |