| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-28 | Remove old bundle files. | -97/+0 | ||
| These were used to build spork before declare-cc.janet | ||||
| 2025-03-22 | Expose :build environment variable when running declare-executable. | -12/+3 | ||
| In the case where a bundle creates both shared objects and an executable that imports those shared objects, the executable needs a way to reference built artifacts without installing them (build comes before install). We expose :build in declare-executable to make this easier. | ||||
| 2025-03-22 | Fix test harness to not try to be clever with setting syspath. | -2/+1 | ||
| 2025-03-22 | Update build directory for test. | -1/+1 | ||
| 2025-03-16 | Remove rule commands from janet-pm | -1/+1 | ||
| 2025-03-16 | Move away from using rules to define all bundle hooks. | -9/+1 | ||
| 2025-03-10 | Add option to do more package testing with pm-install. | -1/+1 | ||
| 2025-03-09 | Begin adding more commands to janet-pm. | -2/+1 | ||
| 2025-03-07 | Add project.janet shims. | -15/+3 | ||
| 2025-03-07 | Use declare-cc for bundle building with original project.janet | -18/+41 | ||
| Also add metadata for static libraries on install. | ||||
| 2025-03-02 | Work on declare-cc. | -0/+5 | ||
| 2024-10-19 | Add auto detection code for C toolchain. | -18/+23 | ||
| Allows using non-msvc on windows via overrides. | ||||
| 2024-10-05 | Split bundle hooks into separate files. | -67/+86 | ||
| Allow `janet bundle/build.janet`, `janet bundle/clean.janet`, etc. to run things. | ||||
| 2024-09-27 | Working build in normal command prompt on windows.msvc-detect | -1/+1 | ||
| 2024-09-27 | Trigger CI change. | -0/+2 | ||
| 2024-09-25 | . | -1/+1 | ||
| 2024-09-25 | Type problem. | -1/+1 | ||
| 2024-09-24 | Add test callback in bundle. | -0/+11 | ||
| Lets us more easily test spork without JPM. | ||||
| 2024-09-24 | Start adding more windows testing. | -0/+3 | ||
| 2024-08-10 | Use bundle/add-bin if available. | -0/+3 | ||
| 2024-07-11 | Fix #188 | -0/+1 | ||
| 2024-06-16 | Add default bundle name. | -0/+1 | ||
| 2024-06-16 | Update for latest bundle-tools branch of janet | -4/+1 | ||
| 2024-06-16 | More work on bundle hooks, new format. | -0/+61 | ||
