aboutsummaryrefslogtreecommitdiffhomepage
path: root/jpm (unfollow)
AgeCommit message (Expand)AuthorLines
2021-04-25Add declare-headers to jpm.Calvin Rose-0/+12
2021-03-25Allow .cc file extension in jpm declare-nativeLue-21/+23
2021-03-11Require opt-in behavior per script.Calvin Rose-2/+2
2021-03-11Add --auto-shebang option to jpm.Calvin Rose-1/+2
2021-03-11Add auto-shebang functionality.Calvin Rose-5/+9
2021-03-10Fix argument passing to os/realpath in jpmMichael Camilleri-1/+1
2021-02-20Fix #638 - update fiber status in certain cases.Calvin Rose-28/+30
2021-02-10Add missing argument to errorfalligator-1/+1
2021-01-23Address #478 - Disable core in static binaries/Calvin Rose-11/+29
2021-01-23Begin work on allowing small binaries.Calvin Rose-4/+9
2021-01-03Don't fail jpm if os/realpath fails.Calvin Rose-2/+19
2020-09-06Address #470 - hyphen's in native module names.Calvin Rose-3/+12
2020-09-05Add %t formatter to janet.Calvin Rose-8/+8
2020-09-05Change linking process for standalone executables.Calvin Rose-13/+20
2020-09-04Enable exception handling for C++ with MSVC.Calvin Rose-1/+1
2020-09-04For #469 - Add support for C++ and mixed C/C++Calvin Rose-16/+102
2020-08-03Add JANET_HASHSEED environment variable.Calvin Rose-2/+9
2020-08-04Initialize PRF with random data when it is enabled.Andrew Chambers-0/+10
2020-08-03Exit with error code if jpm install fails.Calvin Rose-1/+1
2020-07-21Fix jpm on windows with multiple git binaries.Calvin Rose-1/+1
2020-07-05Update changelog and sort listing.Calvin Rose-7/+16
2020-07-05Add list-pkgs and list-installed to jpm.Calvin Rose-0/+19
2020-06-29Fix recursive post-deps.Calvin Rose-2/+2
2020-06-27Update range checks for 64 bit integers.Calvin Rose-15/+26
2020-06-18Use function for install-pathsMichael Camilleri-4/+4
2020-06-15Update jpm.Calvin Rose-29/+39
2020-06-14Remove extra function on some installs.Calvin Rose-2/+4
2020-06-14On nix platforms, patch jpm with path information.Calvin Rose-5/+13
2020-06-14Add some more bindings for jpm for future proofing.Calvin Rose-21/+31
2020-05-21Replace forward slash in xcopy commands.Calvin Rose-1/+3
2020-05-19More windows shenanigans with jpm.Calvin Rose-3/+4
2020-05-19Quick fix.Calvin Rose-1/+1
2020-05-19Add the clear-manifest command.Calvin Rose-3/+12
2020-05-19Fix jpm.Calvin Rose-3/+1
2020-05-19Add JANET_GIT to jpm.Calvin Rose-5/+18
2020-05-19Fix os/shell usage in jpm on windows.Calvin Rose-1/+1
2020-05-18Format lock files for nicer diffs.Andrew Chambers-2/+9
2020-05-17Add :hardcode-syspath option to declare-binscript.Calvin Rose-4/+20
2020-05-15Rename `jpm repl` to `jpm debug-repl`.Calvin Rose-4/+4
2020-05-121.9.1 release.v1.9.1Calvin Rose-2/+5
2020-05-12Add meson builds to sourcehut CI.Calvin Rose-2/+2
2020-05-09Address #387Calvin Rose-21/+23
2020-05-09Update default path for installed binaries.Calvin Rose-1/+6
2020-05-09Refactor jpm.Calvin Rose-214/+210
2020-05-05Format jpm with spork.Calvin Rose-36/+35
2020-04-30Revert inclusion of dedent.Calvin Rose-60/+58
2020-04-26Use dedent in jpm create-executable.Calvin Rose-85/+89
2020-04-26Rename auxbin/jpm -> jpm.Calvin Rose-0/+0
2020-04-25Update create-dirs to work on windows style paths.Calvin Rose-8/+8
2020-04-23Lockfiles are jdn, not code.Andrew Chambers-4/+4