aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile (follow)
AgeCommit message (Expand)AuthorLines
2021-03-20Prepare the .tar distribution with folder layoutDamien Ready-2/+12
2021-02-27Fix makefile to attach build identifier.Calvin Rose-1/+1
2021-02-08Get ready for 1.15.0 release.Calvin Rose-1/+1
2021-01-31Update Makefile and build_win for better builds.Calvin Rose-8/+8
2021-01-16Update versions to indicate 14.1Calvin Rose-1/+1
2021-01-05Revert makefile.Calvin Rose-1/+1
2021-01-05Address #547 - don't drop references.Calvin Rose-1/+1
2021-01-03Allow iterating over fibers with each and similar.Calvin Rose-2/+2
2021-01-03Don't print to stderr in Makefile to detect version. Fix #544Calvin Rose-1/+1
2020-12-13Fix build info for 1.13.1v1.13.1Calvin Rose-1/+1
2020-11-17On install, merge janetconf.h into janet.hCalvin Rose-8/+8
2020-10-10Merge branch 'master' into evCalvin Rose-1/+1
2020-10-07Add missing Makefile dependencies for install.Andrew Chambers-1/+1
2020-09-12Merge branch 'master' into evCalvin Rose-1/+1
2020-09-07Prepare 1.12.0 Release.v1.12.0Calvin Rose-1/+1
2020-09-07Merge branch 'master' into evCalvin Rose-1/+2
2020-09-06Fix NaNboxing bug that cause flaky builds.Calvin Rose-1/+1
2020-09-06Add checksum to build/janet.c to check for inconsistent builds.Calvin Rose-0/+1
2020-08-03Add -fPIC to default cflags when building boot image.Calvin Rose-2/+2
2020-08-03Merge branch 'master' into evCalvin Rose-2/+2
2020-08-02Add -fPIC to default cflags when building boot image.Calvin Rose-2/+2
2020-08-01Add preliminary channel implementation.Calvin Rose-1/+5
2020-07-25Merge branch 'master' into evCalvin Rose-1/+0
2020-07-25Don't use x43bot to test install.Calvin Rose-1/+0
2020-07-25Merge branch 'master' into evCalvin Rose-1/+1
2020-07-25Update soname.Calvin Rose-1/+1
2020-07-19Merge branch 'master' into evCalvin Rose-10/+11
2020-07-18Test building binaries with jpm.Calvin Rose-0/+1
2020-07-18Address #394 and #451 - Prepare for 1.11.0Calvin Rose-10/+10
2020-07-03Merge branch 'master' into evCalvin Rose-8/+16
2020-06-27More small changes to help with cross compilationCalvin Rose-8/+16
2020-06-22Merge branch 'master' into evCalvin Rose-3/+7
2020-06-14On nix platforms, patch jpm with path information.Calvin Rose-2/+6
2020-06-14Update for 1.10.0.Calvin Rose-1/+1
2020-05-30Do not explicitly free state machines, instead return a status.Calvin Rose-1/+1
2020-05-28Start with ev module.Calvin Rose-0/+1
2020-05-15Add valtest and debug to Makefile help.Calvin Rose-1/+3
2020-05-15Add make help targetLouisJackman-1/+21
2020-05-09make test-install should be easier to clean.Calvin Rose-4/+6
2020-04-26Merge branch 'net'Calvin Rose-0/+1
2020-04-26Rename auxbin/jpm -> jpm.Calvin Rose-4/+4
2020-04-17Merge branch 'master' into netCalvin Rose-4/+6
2020-04-04Update changelog and bump version to dev version.Calvin Rose-1/+1
2020-04-04Switch to two digit sonames.Calvin Rose-1/+1
2020-04-04Use -Wl,-install_name,... on macos.Calvin Rose-1/+3
2020-04-04Update Makefile for pkg-config issues and soname.Calvin Rose-4/+4
2020-03-05Merge branch 'master' into netCalvin Rose-43/+33
2020-03-03For #240, address case when LDCONFIG is emptyCalvin Rose-2/+2
2020-03-03For #240 - don't run ldconfig for DESTDIR installs.Calvin Rose-2/+2
2020-03-03Address #240 - Support DESTDIR in Makefile.Calvin Rose-26/+26