aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-18WIPdep-docBoris Kolpackov1-32/+77
2022-07-15WIPBoris Kolpackov1-11/+161
2022-07-14WIPBoris Kolpackov1-3/+229
2022-07-13WIPBoris Kolpackov1-18/+156
2022-07-13WIPBoris Kolpackov1-24/+176
2022-07-13Add new depends productionsBoris Kolpackov1-5/+58
2022-07-13Add support for build-file package manifest valueKaren Arutyunov8-108/+247
2022-07-12Switch to new manifest multi-line mode in repository signing documentationKaren Arutyunov1-2/+4
2022-07-11Switch to new manifest multi-line mode in manualBoris Kolpackov1-31/+31
2022-07-11Fix use of old productions style in manualBoris Kolpackov1-4/+4
2022-07-11Replace uses of term (package) prerequisite with dependency in manualBoris Kolpackov1-7/+7
2022-07-11Move details on $ translation to Package Version Constraint section in manualBoris Kolpackov1-81/+92
2022-07-08Fix some tests to match canned command line semanticsKaren Arutyunov4-4/+4
2022-07-07Use [cmdline] type for canned commands in testscriptsKaren Arutyunov12-40/+41
2022-06-28Don't explicitly update user-selected dependency packages in pkg-buildKaren Arutyunov2-77/+12
2022-06-28Print dependents for newly built user-selected dependencies in pkg-build's planKaren Arutyunov2-33/+61
2022-06-28Fix pkg-build to update re-evaluated dependents if requestedKaren Arutyunov2-8/+87
2022-06-28Adjust to build2 interface changeBoris Kolpackov1-1/+1
2022-06-23Document new multi-line manifest value with comment semanticsBoris Kolpackov1-0/+29
2022-06-23Add support for additional *-build package manifest values and alternative bu...Karen Arutyunov18-155/+523
2022-06-20Drop old implementation of package_skeleton::evaluate_reflect()Boris Kolpackov1-351/+0
2022-06-20Implement dependency configuration negotiationBoris Kolpackov179-1093/+17434
2022-06-07Verify symlinks in git repository worktreeKaren Arutyunov3-24/+141
2022-06-07Add --keep-temp common optionKaren Arutyunov8-23/+51
2022-05-31Reorder tar options in testsBoris Kolpackov1-4/+4
2022-05-30Explicitly pass -z during .tar.gz extraction in tests for OpenBSD tarBoris Kolpackov2-5/+5
2022-05-27Use bsdtar or gtar on OpenBSD for -O|--to-stdout supportBoris Kolpackov1-5/+24
2022-05-06Don't use posix_string() where path can be absoluteBoris Kolpackov1-2/+2
2022-04-25Adjust to renaming of build2 cmdline to b_cmdline, and options to b_optionsBoris Kolpackov1-8/+8
2022-04-21Work around bogus -Wrestrict in GCC 12 (GCC bug #105329)Boris Kolpackov2-2/+2
2022-03-28In pkg-build make sure that reconfiguring dependent doesn't change current de...Karen Arutyunov7-237/+666
2022-03-28Fix reconfiguring dependents in pkg-buildKaren Arutyunov1-6/+20
2022-03-23Add configuration variable sources to selected packagesKaren Arutyunov11-40/+330
2022-03-23Fix pkg-disfigureKaren Arutyunov1-0/+2
2022-03-21Improve search for available package corresponding to selected package in pkg...Karen Arutyunov3-36/+85
2022-03-21Fix pkg-build to re-evaluate buildfile clauses in dependencies if configurati...Karen Arutyunov4-16/+154
2022-03-18Minor optimization of generating JSON output for pkg-statusKaren Arutyunov1-2/+2
2022-03-04Add support for --stdout-format to pkg-status commandKaren Arutyunov10-260/+719
2022-03-02Fix pkg-status documentationKaren Arutyunov1-20/+21
2022-02-22Increment version iteration for external packages on buildfiles changeKaren Arutyunov13-129/+511
2022-02-21Call build2::init_process() for process-wide initializationBoris Kolpackov1-37/+8
2022-02-21Do lazy build system initialization only if/when actually neededBoris Kolpackov5-158/+171
2022-02-21Complete build system command line parsing/processingBoris Kolpackov3-54/+96
2022-02-17Start parallel build system scheduler pre-tuned to serialBoris Kolpackov1-6/+27
2022-02-17Set build.mode=skeleton during package skeleton loadBoris Kolpackov1-1/+3
2022-02-17Implement package skeleton loading and enable and reflect clauses evaluationBoris Kolpackov11-201/+1037
2022-02-17Optimize normalize() overloadsKaren Arutyunov1-2/+4
2022-02-17Fix selected_package::external() to check for system package from imaginary r...Karen Arutyunov1-1/+4
2022-02-14Add support for reflect clause in tests package manifest valueKaren Arutyunov9-2/+99
2022-02-14Add tests for building package with diamond dependency graphKaren Arutyunov7-7/+356