Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4677 | Kartik Agaram | 2018-10-10 | 1 | -2/+2 |
| | |||||
* | 4667 | Kartik Agaram | 2018-10-05 | 1 | -11/+11 |
| | | | | | Standardize on hyphens in all names. And we'll use colons for namespacing labels in functions. | ||||
* | 4664 - subx: reflect test failures in exit status | Kartik Agaram | 2018-10-05 | 1 | -0/+5 |
| | |||||
* | 4662 | Kartik Agaram | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | 4644 | Kartik Agaram | 2018-10-01 | 1 | -3/+3 |
| | |||||
* | 4642 | Kartik Agaram | 2018-10-01 | 1 | -0/+6 |
| | |||||
* | 4638 - extract some common libraries from apps | Kartik Agaram | 2018-10-01 | 1 | -0/+59 |
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. |