Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4682 - subx: start testing all layers of 'library' | Kartik Agaram | 2018-10-10 | 1 | -0/+10 |
| | |||||
* | 4679 | Kartik Agaram | 2018-10-10 | 1 | -1/+1 |
| | |||||
* | 4647 - support 64-bit Linux in CI | Kartik Agaram | 2018-10-01 | 1 | -16/+0 |
| | | | | | | Generated 32-bit binaries are different on 64-bit. So let's compare them only on a 32-bit platform. And let's start also verifying their run-time behavior on Linux. | ||||
* | 4638 - extract some common libraries from apps | Kartik Agaram | 2018-10-01 | 1 | -1/+8 |
| | | | | | | | I'm still trying to figure out what the defaults should be. At the moment you have to explicitly pass in every file you want loaded into the output binary. Maybe that control is a good thing. The examples need no libraries so far. | ||||
* | 4625 | Kartik Agaram | 2018-09-30 | 1 | -2/+1 |
| | |||||
* | 4624 | Kartik Agaram | 2018-09-30 | 1 | -1/+1 |
| | | | | | | | | Start requiring a '-o' flag to designate the output binary when translating. Things currently get funky if you pass in multiple inputs, but that's ok. This is the first step to supporting multiple input files for a single output binary. | ||||
* | 4530 - create an apps/ directory | Kartik Agaram | 2018-09-01 | 1 | -1/+1 |
| | |||||
* | 4529 - move examples to a sub-directory | Kartik Agaram | 2018-09-01 | 1 | -1/+1 |
| | |||||
* | 4515 | Kartik Agaram | 2018-08-13 | 1 | -1/+1 |
| | | | | Fix CI. | ||||
* | 4510 - check manual examples in CI | Kartik Agaram | 2018-08-12 | 1 | -0/+12 |
| | |||||
* | 4024 - attempt to get CI working for SubX | Kartik K. Agaram | 2017-10-11 | 1 | -0/+1 |
| | |||||
* | 4016 - include subx/ tests in CI | Kartik K. Agaram | 2017-10-11 | 1 | -0/+8 |