aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorLines
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
2025-03-21Add some checks to environment variables.Calvin Rose-2/+14
2025-03-20Add quickbin.Calvin Rose-5/+38
2025-03-20Add support for custom module trees in janet-pmCalvin Rose-21/+46
2025-03-19Add option to specify number of parallel workers.Calvin Rose-10/+27
2025-03-19Update READMECalvin Rose-4/+10
2025-03-19More work on declare-cc for windows+msvc.Calvin Rose-4/+22
2025-03-19Correctly handle path/basename on windows.Calvin Rose-1/+1
2025-03-19Add line buffering to compiler output.Calvin Rose-12/+32
2025-03-18janet-format over all spork modules.Calvin Rose-187/+183
2025-03-17Add support for JANET_PKGLIST.Calvin Rose-0/+5
2025-03-17Add JANET_TOOLCHAIN option to override compiler setup.Calvin Rose-8/+43
2025-03-17Add more wrapper commands for janet-pmCalvin Rose-29/+70
2025-03-16More precisely track overlapping bundles.Calvin Rose-49/+64
2025-03-16Remove rule commands from janet-pmCalvin Rose-71/+62
2025-03-16Move away from using rules to define all bundle hooks.Calvin Rose-47/+52
2025-03-16Deal with janet bundle quirks in a backwards and forwards compatibleCalvin Rose-13/+30
2025-03-16Make build rules correctly depend on creation of build directories.Calvin Rose-15/+17
2025-03-16Add new project scaffolds.Calvin Rose-2/+248
2025-03-16Add support for lockfiles.Calvin Rose-26/+92
2025-03-10fix header field overwriting within http/{send-response,read-request}Constantin Panaitescu-16/+22
2025-03-10expand test/suite-http to cover duplicate headers scenariosConstantin Panaitescu-0/+11
2025-03-10Add option to do more package testing with pm-install.Calvin Rose-4/+73
2025-03-09Begin adding more commands to janet-pm.Calvin Rose-13/+29
2025-03-09More work on the test bundle.Calvin Rose-48/+51
2025-03-09Merge pull request #213 from rwtolbert/fix_spork_on_windows_armCalvin Rose-1/+3
2025-03-09More improvements to declare-ccCalvin Rose-9/+7