Age | Commit message (Expand) | Author | Files | Lines |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -2/+2 |
2020-05-27 | Amalgamation cutoff support | Boris Kolpackov | 1 | -4/+2 |
2020-04-27 | Rework tool importation along with cli module | Boris Kolpackov | 1 | -0/+14 |
2020-04-27 | Add utility config::{assign,append}_config() functions | Boris Kolpackov | 1 | -1/+43 |
2020-04-27 | Don't switch projects when switching scopes during bootstrap | Boris Kolpackov | 1 | -1/+4 |
2020-04-08 | Document project-specific configuration support | Boris Kolpackov | 1 | -1/+1 |
2020-04-02 | Fix ~host config to only contain cc and bin modules configuration | Boris Kolpackov | 2 | -3/+7 |
2020-03-31 | Handle duplicate config directives for same variable | Boris Kolpackov | 1 | -1/+2 |
2020-03-31 | Switch to project variable visibility by default | Boris Kolpackov | 1 | -2/+4 |
2020-03-27 | Implement project configuration reporting, similar to build system modules | Boris Kolpackov | 1 | -2/+2 |
2020-03-19 | Tweak lookup_config() semantics some more | Boris Kolpackov | 2 | -6/+36 |
2020-03-18 | Pattern-type config.** variables with global visibility by default | Boris Kolpackov | 2 | -13/+20 |
2020-03-17 | Rename all find*(variable) to lookup*(variable) | Boris Kolpackov | 3 | -9/+9 |
2020-03-17 | Rework config::{omitted,required,optional}() into unified config_lookup() | Boris Kolpackov | 5 | -104/+251 |
2020-03-13 | Cleanup and make config/utility.?xx part of build system core | Boris Kolpackov | 7 | -227/+111 |
2020-03-11 | Minor config variable lookup cleanups | Boris Kolpackov | 5 | -45/+46 |
2020-03-04 | Fix bug in config.config.persist logic | Boris Kolpackov | 2 | -2/+10 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 11 | -11/+0 |
2020-01-29 | Rename module_base to module, redo module boot/init argument passing | Boris Kolpackov | 3 | -26/+11 |
2020-01-28 | Use scope::var_pool() | Boris Kolpackov | 2 | -5/+5 |
2020-01-28 | Use scope::insert_rule() | Boris Kolpackov | 1 | -14/+8 |
2020-01-27 | Improve module loading API | Boris Kolpackov | 2 | -4/+4 |
2020-01-27 | Fix typo | Boris Kolpackov | 1 | -1/+1 |
2019-11-15 | Use path_name_view in location and path_name_value in location_value | Karen Arutyunov | 1 | -1/+1 |
2019-11-15 | Generalize attributes to be comma-separated with arbitrary values | Boris Kolpackov | 1 | -3/+3 |
2019-11-14 | Make use of butl::to_stream(ostream, path, bool) | Karen Arutyunov | 1 | -1/+4 |
2019-11-13 | Implement config.config.persist logic | Boris Kolpackov | 4 | -78/+193 |
2019-11-12 | Infra work for customizable config var persistence (config.config.persist) | Boris Kolpackov | 4 | -40/+74 |
2019-11-12 | Rename config.{import,export} to config.config.{load,save} | Boris Kolpackov | 4 | -47/+51 |
2019-11-12 | Rename config.module to config.config.module | Boris Kolpackov | 2 | -12/+12 |
2019-11-11 | Change default for unused config.import.* variables from drop to keep | Boris Kolpackov | 4 | -34/+94 |
2019-11-11 | Use path_name for `-` to stdin/stdout translation | Karen Arutyunov | 1 | -7/+5 |
2019-11-07 | Add libbuild2/config/.gitignore with host-config.cxx | Boris Kolpackov | 1 | -0/+1 |
2019-11-07 | Initial work on path_name use for `-` to stdin/stdout translation | Boris Kolpackov | 5 | -22/+29 |
2019-11-04 | Add support for ~host special configuration name in config.import | Boris Kolpackov | 2 | -5/+50 |
2019-11-04 | Add $config.export() function | Boris Kolpackov | 7 | -73/+165 |
2019-11-04 | Add support for configuration exporting and importing | Boris Kolpackov | 3 | -130/+244 |
2019-10-29 | Add forward declaration header for build state types | Boris Kolpackov | 1 | -2/+1 |
2019-10-23 | Expand comment | Boris Kolpackov | 1 | -2/+2 |
2019-10-18 | Optimize config::required() to move default value if possible | Boris Kolpackov | 2 | -6/+9 |
2019-08-28 | Add/update some module descriptions | Karen Arutyunov | 1 | -0/+5 |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 6 | -114/+126 |
2019-08-21 | Cleanup context.hxx and its usage | Boris Kolpackov | 1 | -1/+1 |
2019-07-24 | Use CLI-generated classes to parse testscript builtin options | Karen Arutyunov | 2 | -2/+2 |
2019-07-24 | Move in build system module to separate library | Boris Kolpackov | 2 | -5/+11 |
2019-07-05 | Move config, dist, test, and install modules into library | Karen Arutyunov | 9 | -0/+1920 |