Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make do-link executable from /usr/bin/env | Tomasz Kramkowski | 2021-08-06 | 1 | -1/+2 |
| | | | | | | | On openbsd the script interpreter of an interpreter script can't be an interpreter script (script(7)) so do-link must be ran with /usr/bin/env which means the type parameter needs to be a variable set in the do file. | ||||
* | implement do-link to simplify linking .do files | Tomasz Kramkowski | 2021-08-06 | 1 | -5/+1 |
| | |||||
* | Implement compile_commands.json generation | Tomasz Kramkowski | 2021-08-06 | 1 | -0/+1 |
| | |||||
* | Cross compilation support | Tomasz Kramkowski | 2021-08-05 | 1 | -2/+2 |
| | |||||
* | Change to #!/usr/bin/env bash for openbsd portability | Tomasz Kramkowski | 2021-08-05 | 1 | -1/+2 |
| | | | | any flags are now passed with set -e | ||||
* | Move ieee754b functions to their own file | Tomasz Kramkowski | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | Update redo scripts to work with jdebp redo | Tomasz Kramkowski | 2021-07-14 | 1 | -0/+0 |
| | |||||
* | Update build system to the latest luiml version | Tomasz Kramkowski | 2021-05-31 | 1 | -3/+4 |
| | |||||
* | test.do: Sort dependencies alphabetically | Tomasz Kramkowski | 2020-09-12 | 1 | -1/+1 |
| | |||||
* | Implement a basic pack function | Tomasz Kramkowski | 2020-09-12 | 1 | -1/+1 |
| | |||||
* | unpack_test: Rename to a more generic name | Tomasz Kramkowski | 2020-09-12 | 1 | -0/+3 |