Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-29 | New model: reset non-user package configuration to defaults | Boris Kolpackov | 5 | -230/+428 | |
Also, further rework of package skeleton in preparation for negotiation. | |||||
2022-05-27 | Make compilable | Karen Arutyunov | 1 | -1/+1 | |
2022-05-27 | Review | Boris Kolpackov | 1 | -24/+40 | |
2022-05-27 | Review-inspired changes | Karen Arutyunov | 6 | -141/+835 | |
2022-05-25 | Review | Boris Kolpackov | 1 | -56/+51 | |
2022-05-25 | Add postponed positions | Karen Arutyunov | 2 | -29/+435 | |
2022-05-24 | Add missing test packages | Karen Arutyunov | 2 | -0/+0 | |
2022-05-24 | Postponed positions sketch | Boris Kolpackov | 1 | -7/+32 | |
2022-05-24 | Start work on loading configuration variables defaults | Boris Kolpackov | 4 | -197/+300 | |
2022-05-24 | Review (comment changes only) | Boris Kolpackov | 1 | -5/+12 | |
2022-05-24 | Enable remaining configuration cycle tests excluding existing dependent tests | Karen Arutyunov | 2 | -255/+593 | |
2022-05-23 | Treat replacement of existing dependent as version replacement as well | Karen Arutyunov | 2 | -59/+224 | |
2022-05-23 | Rework package skeleton loading code in preparation for defaults extraction | Boris Kolpackov | 2 | -132/+198 | |
2022-05-23 | Review-inspired changes | Karen Arutyunov | 2 | -370/+560 | |
2022-05-20 | Review | Boris Kolpackov | 1 | -19/+52 | |
2022-05-20 | Implement existing dependent re-evaluation | Karen Arutyunov | 1 | -114/+162 | |
2022-05-20 | Extract old user configuration values from config.build (NEEDS TEST) | Boris Kolpackov | 2 | -49/+156 | |
2022-05-19 | Pass config variables sources to skeleton constructor | Karen Arutyunov | 4 | -13/+30 | |
2022-05-19 | Drag configuration sources into package skeleton | Boris Kolpackov | 3 | -65/+166 | |
2022-05-19 | Initial work on existing dependent re-evaluation | Karen Arutyunov | 5 | -356/+651 | |
2022-05-18 | Review | Boris Kolpackov | 1 | -7/+18 | |
2022-05-17 | Add dependency alternatives positions to selected package prerequisites | Karen Arutyunov | 6 | -39/+188 | |
2022-05-17 | Review-inspired changes | Karen Arutyunov | 2 | -346/+815 | |
2022-05-13 | Review | Boris Kolpackov | 1 | -5/+14 | |
2022-05-12 | Review-inspired changes | Karen Arutyunov | 2 | -399/+437 | |
2022-05-12 | Review | Boris Kolpackov | 1 | -32/+55 | |
2022-05-12 | Add shadow dependents and shadow cluster | Karen Arutyunov | 2 | -453/+768 | |
2022-05-06 | Review | Boris Kolpackov | 1 | -32/+169 | |
2022-05-06 | Take 2 | Karen Arutyunov | 1 | -387/+329 | |
2022-05-06 | Take 2 sketch | Boris Kolpackov | 1 | -2/+22 | |
2022-05-06 | Add initial support for negotiating dependency configuration with existing ↵ | Karen Arutyunov | 7 | -135/+1088 | |
dependents | |||||
2022-05-06 | Make collect_drop() to also use replaced_versions map to prevent dependency ↵ | Karen Arutyunov | 5 | -44/+221 | |
overconstraining | |||||
2022-05-06 | Fix collect_order_dependents() not to verify constraints of being dropped ↵ | Karen Arutyunov | 5 | -31/+97 | |
dependent | |||||
2022-05-06 | In pkg-build postpone collecting dependencies with preferred/required ↵ | Boris Kolpackov | 46 | -414/+5992 | |
configuration Also start build collection from scratch on package version replacement. | |||||
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 ↵ | Karen Arutyunov | 7 | -237/+666 | |
dependency selection Also fix the dependency alternative selection so that if the dependency package of a different version is already being built, then make sure that one of them is satisfactory for all the dependents and don't consider this alternative if that's not the case. | |||||
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 ↵ | Karen Arutyunov | 3 | -36/+85 | |
pkg-build | |||||
2022-03-21 | Fix pkg-build to re-evaluate buildfile clauses in dependencies if ↵ | Karen Arutyunov | 4 | -16/+154 | |
configuration variables are specified for dependent | |||||
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 | |