summaryrefslogtreecommitdiff
path: root/src/buildtool/build_engine/expression/configuration.hpp
AgeCommit message (Collapse)Author
2022-07-04Drop copy constructor from linked mapsOliver Reiche
2022-06-29Use a more meaningful abbreviation of expression valuesKlaus Aehlig
... in error messages. The outer structure is usually more important than the the details of the first element.
2022-02-22Initial self-hosting commitKlaus Aehlig
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com>