aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorLines
2025-04-04Disable static compilation on macos.mac-debugCalvin Rose-3/+10
2025-04-04Add a flush to output.Calvin Rose-1/+2
2025-04-04Make VERBOSE=1 even more verbose.Calvin Rose-2/+3
2025-04-04Remove library flag to passed to compile in declare-executableCalvin Rose-1/+1
2025-04-04Trigger gh actions.Calvin Rose-1/+1
2025-04-04Add VERBOSE=1 to mac CI.Calvin Rose-1/+1
2025-04-04Don't try to search for libraries when building a static binary.Calvin Rose-1/+2
2025-04-01Improve failure detection when builds fail.Calvin Rose-2/+24
2025-04-01Add code to mark bundles as having scripts installed.Calvin Rose-12/+15
2025-03-28Remove old bundle files.Calvin Rose-102/+10
2025-03-27Move man pages to $syspath/man/man1Calvin Rose-13/+14
2025-03-27Install manpages to man/man1 by default.Calvin Rose-3/+3
2025-03-27Fix missing defCalvin Rose-4/+4
2025-03-27Don't read PATHEXT on non-windows systems.Calvin Rose-2/+4
2025-03-27Add support for PathEXT on windows.Calvin Rose-2/+6
2025-03-26Remove JANET_LIBPATHCalvin Rose-11/+3
2025-03-26Fix powershell deactivation.Calvin Rose-5/+4
2025-03-26Correctly clear the cache on windows.Calvin Rose-4/+16
2025-03-26Even better than pdb files is embedded debug info in object files.Calvin Rose-5/+5
2025-03-26Add a powershell stub for janet-pm virtual envs.Calvin Rose-2/+25
2025-03-26Fix windows debug builds.Calvin Rose-23/+26
2025-03-26Add missing exports to activate and deactivate.Calvin Rose-0/+6
2025-03-25Update virtual env shell scripts.Calvin Rose-9/+10
2025-03-25Improvements to the virtual env functionality.Calvin Rose-16/+37
2025-03-25Add virtual env stubs.Calvin Rose-19/+122
2025-03-24Add separate testing for windows w/ msvc.Calvin Rose-13/+30
2025-03-24Move pathing autodetection to cc.janet.janet-pm-configCalvin Rose-55/+70
2025-03-23Add more features to the simple project in pm.Calvin Rose-4/+30
2025-03-23Config JANET_LIBPATH in the same manner as other environment variables.Calvin Rose-72/+90
2025-03-23Get rid of undocumented flags.Calvin Rose-20/+0
2025-03-23Remove redundant include paths with msvc.Calvin Rose-2/+2
2025-03-22Move polyfill to pm-config from pmCalvin Rose-12/+12
2025-03-22Make declare-executable work with MSVC correctly.Calvin Rose-13/+44
2025-03-22Fix up configuration on windows.Calvin Rose-58/+65
2025-03-22We may have permission issues in higher directories.Calvin Rose-2/+2
2025-03-22Try use sh/create-dirs instead of os/mkdir to create binpath andCalvin Rose-2/+2
2025-03-22Calculate manpath and binpath during initial evaluation.Calvin Rose-7/+7
2025-03-22More workflows, but 1.37.2 -> 1.37.1Calvin Rose-2/+2
2025-03-22More tags.Calvin Rose-1/+1
2025-03-22Expose :build environment variable when running declare-executable.Calvin Rose-20/+14
2025-03-22Add extra directory ./tmp before pm tests.Calvin Rose-0/+2
2025-03-22assertf patch.Calvin Rose-0/+12
2025-03-22Fix test harness to not try to be clever with setting syspath.Calvin Rose-6/+5
2025-03-22Add backport for janet version < 1.36.0Calvin Rose-1/+4
2025-03-22Update build directory for test.Calvin Rose-1/+1
2025-03-22Merge branch 'declare-cc'Calvin Rose-131/+2620
2025-03-22Make lockfile more stable.declare-ccCalvin Rose-1/+2
2025-03-22Add a template for new projects that don't depend on spork.Calvin Rose-1/+37
2025-03-22Add manpage for janet-pmCalvin Rose-1/+191
2025-03-21Don't read environment variables twice.Calvin Rose-23/+23