Age | Commit message (Expand) | Author | Files | Lines |
2022-07-28 | Release version 0.15.0v0.15.0 | Boris Kolpackov | 2 | -7/+7 |
2022-07-27 | Documentation fixes | Boris Kolpackov | 2 | -24/+32 |
2022-07-26 | Update dependency version constraints | Boris Kolpackov | 1 | -2/+2 |
2022-07-25 | Proofreading changes in manual | Boris Kolpackov | 1 | -13/+13 |
2022-07-25 | Update NEWS file | Boris Kolpackov | 1 | -0/+88 |
2022-07-20 | Fix test to properly work with MinGW runtime | Karen Arutyunov | 1 | -1/+1 |
2022-07-20 | Add --all and --all-pattern options to pkg-drop command | Karen Arutyunov | 4 | -28/+170 |
2022-07-18 | Fix typos in manual | Karen Arutyunov | 1 | -7/+7 |
2022-07-18 | Select next dependency alternative on dependency configuration negotiation fa... | Karen Arutyunov | 9 | -87/+837 |
2022-07-18 | Document new depends value format and functionality | Boris Kolpackov | 1 | -62/+821 |
2022-07-14 | Invent reused-only dependency alternative selection mode | Karen Arutyunov | 2 | -52/+157 |
2022-07-14 | Fail if dependency repository is broken rather than skip dependency alternative | Karen Arutyunov | 1 | -48/+52 |
2022-07-13 | Add support for build-file package manifest value | Karen Arutyunov | 8 | -108/+247 |
2022-07-12 | Switch to new manifest multi-line mode in repository signing documentation | Karen Arutyunov | 1 | -2/+4 |
2022-07-11 | Switch to new manifest multi-line mode in manual | Boris Kolpackov | 1 | -31/+31 |
2022-07-11 | Fix use of old productions style in manual | Boris Kolpackov | 1 | -4/+4 |
2022-07-11 | Replace uses of term (package) prerequisite with dependency in manual | Boris Kolpackov | 1 | -7/+7 |
2022-07-11 | Move details on $ translation to Package Version Constraint section in manual | Boris Kolpackov | 1 | -81/+92 |
2022-07-08 | Fix some tests to match canned command line semantics | Karen Arutyunov | 4 | -4/+4 |
2022-07-07 | Use [cmdline] type for canned commands in testscripts | Karen Arutyunov | 12 | -40/+41 |
2022-06-28 | Don't explicitly update user-selected dependency packages in pkg-build | Karen Arutyunov | 2 | -77/+12 |
2022-06-28 | Print dependents for newly built user-selected dependencies in pkg-build's plan | Karen Arutyunov | 2 | -33/+61 |
2022-06-28 | Fix pkg-build to update re-evaluated dependents if requested | Karen Arutyunov | 2 | -8/+87 |
2022-06-28 | Adjust to build2 interface change | Boris Kolpackov | 1 | -1/+1 |
2022-06-23 | Document new multi-line manifest value with comment semantics | Boris Kolpackov | 1 | -0/+29 |
2022-06-23 | Add support for additional *-build package manifest values and alternative bu... | Karen Arutyunov | 18 | -155/+523 |
2022-06-20 | Drop old implementation of package_skeleton::evaluate_reflect() | Boris Kolpackov | 1 | -351/+0 |
2022-06-20 | Implement dependency configuration negotiation | Boris Kolpackov | 179 | -1093/+17434 |
2022-06-07 | Verify symlinks in git repository worktree | Karen Arutyunov | 3 | -24/+141 |
2022-06-07 | Add --keep-temp common option | Karen Arutyunov | 8 | -23/+51 |
2022-05-31 | Reorder tar options in tests | Boris Kolpackov | 1 | -4/+4 |
2022-05-30 | Explicitly pass -z during .tar.gz extraction in tests for OpenBSD tar | Boris Kolpackov | 2 | -5/+5 |
2022-05-27 | Use bsdtar or gtar on OpenBSD for -O|--to-stdout support | Boris Kolpackov | 1 | -5/+24 |
2022-05-06 | Don't use posix_string() where path can be absolute | Boris Kolpackov | 1 | -2/+2 |
2022-04-25 | Adjust to renaming of build2 cmdline to b_cmdline, and options to b_options | Boris Kolpackov | 1 | -8/+8 |
2022-04-21 | Work around bogus -Wrestrict in GCC 12 (GCC bug #105329) | Boris Kolpackov | 2 | -2/+2 |
2022-03-28 | In pkg-build make sure that reconfiguring dependent doesn't change current de... | Karen Arutyunov | 7 | -237/+666 |
2022-03-28 | Fix reconfiguring dependents in pkg-build | Karen Arutyunov | 1 | -6/+20 |
2022-03-23 | Add configuration variable sources to selected packages | Karen Arutyunov | 11 | -40/+330 |
2022-03-23 | Fix pkg-disfigure | Karen Arutyunov | 1 | -0/+2 |
2022-03-21 | Improve search for available package corresponding to selected package in pkg... | Karen Arutyunov | 3 | -36/+85 |
2022-03-21 | Fix pkg-build to re-evaluate buildfile clauses in dependencies if configurati... | Karen Arutyunov | 4 | -16/+154 |
2022-03-18 | Minor optimization of generating JSON output for pkg-status | Karen Arutyunov | 1 | -2/+2 |
2022-03-04 | Add support for --stdout-format to pkg-status command | Karen Arutyunov | 10 | -260/+719 |
2022-03-02 | Fix pkg-status documentation | Karen Arutyunov | 1 | -20/+21 |
2022-02-22 | Increment version iteration for external packages on buildfiles change | Karen Arutyunov | 13 | -129/+511 |
2022-02-21 | Call build2::init_process() for process-wide initialization | Boris Kolpackov | 1 | -37/+8 |
2022-02-21 | Do lazy build system initialization only if/when actually needed | Boris Kolpackov | 5 | -158/+171 |
2022-02-21 | Complete build system command line parsing/processing | Boris Kolpackov | 3 | -54/+96 |
2022-02-17 | Start parallel build system scheduler pre-tuned to serial | Boris Kolpackov | 1 | -6/+27 |