aboutsummaryrefslogtreecommitdiffhomepage
path: root/bundle (follow)
AgeCommit message (Collapse)AuthorLines
2025-03-28Remove old bundle files.Calvin Rose-97/+0
These were used to build spork before declare-cc.janet
2025-03-22Expose :build environment variable when running declare-executable.Calvin Rose-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-22Fix test harness to not try to be clever with setting syspath.Calvin Rose-2/+1
2025-03-22Update build directory for test.Calvin Rose-1/+1
2025-03-16Remove rule commands from janet-pmCalvin Rose-1/+1
2025-03-16Move away from using rules to define all bundle hooks.Calvin Rose-9/+1
2025-03-10Add option to do more package testing with pm-install.Calvin Rose-1/+1
2025-03-09Begin adding more commands to janet-pm.Calvin Rose-2/+1
2025-03-07Add project.janet shims.Calvin Rose-15/+3
2025-03-07Use declare-cc for bundle building with original project.janetCalvin Rose-18/+41
Also add metadata for static libraries on install.
2025-03-02Work on declare-cc.Calvin Rose-0/+5
2024-10-19Add auto detection code for C toolchain.Calvin Rose-18/+23
Allows using non-msvc on windows via overrides.
2024-10-05Split bundle hooks into separate files.Calvin Rose-67/+86
Allow `janet bundle/build.janet`, `janet bundle/clean.janet`, etc. to run things.
2024-09-27Working build in normal command prompt on windows.msvc-detectCalvin Rose-1/+1
2024-09-27Trigger CI change.Calvin Rose-0/+2
2024-09-25.Calvin Rose-1/+1
2024-09-25Type problem.Calvin Rose-1/+1
2024-09-24Add test callback in bundle.Calvin Rose-0/+11
Lets us more easily test spork without JPM.
2024-09-24Start adding more windows testing.Calvin Rose-0/+3
2024-08-10Use bundle/add-bin if available.Calvin Rose-0/+3
2024-07-11Fix #188Calvin Rose-0/+1
2024-06-16Add default bundle name.Calvin Rose-0/+1
2024-06-16Update for latest bundle-tools branch of janetCalvin Rose-4/+1
2024-06-16More work on bundle hooks, new format.Calvin Rose-0/+61