aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Utils: reimplement instruo with libbashMu Qiao2011-05-081-82/+2
| | | | | | With the help of instruo from Paludis, we can setup variables to bash env needed for metadata generation. In the meanwhile, we can compare the original instruo utility with our implementation.
* Builtin: implement inherit builtinMu Qiao2011-04-281-11/+29
| | | | | metadata_generator is improved to make use of the information added by inherit builtin.
* Utility: improve the output format of metadata_generatorMu Qiao2011-04-261-1/+16
| | | | | The metadata_generator now generates the same format as what Portage does.
* Core: support DEFINED_PHASES for metadata generationMu Qiao2011-04-261-5/+42
| | | | | | We need to retrieve names of defined functions in order to generate DEFINED_PHASES. The public API is modified a bit to support it. A custom test is added for metadata generation.
* Utility: implement a simple metadata generatorMu Qiao2011-04-201-0/+56
Use static linking to avoid confusion with libtool while benchmark.