Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | parse_kconfig adding proper visibility dependency | Karel Kočí | 2015-05-04 |
| | | | | For unknown reasons, output rules with generated default solution are not satisfiable. | ||
* | parse_kconfig fix problems with generated rules to be UNSAT | Karel Kočí | 2015-05-02 |
| | |||
* | Fix parse_kconfig symlist_el variables type | Karel Kočí | 2015-05-01 |
| | |||
* | Fix parse_kconfig symbol_map ids | Karel Kočí | 2015-05-01 |
| | |||
* | parse_kconfig rewriten | Karel Kočí | 2015-05-01 |
| | | | | | parse_kconfig should now generate full dependency. It is not transforming whole expression to CNF, but only pairs. | ||
* | parse_kconfig changes before more changes come | Karel Kočí | 2015-04-30 |
| | | | | This is commit that breaks parse_kconfig program... | ||
* | Add prompt variable to parse_kconfig | Karel Kočí | 2015-04-29 |
| | |||
* | parse_kconfig fix wrong behaviour for non prompt symbols | Karel Kočí | 2015-04-24 |
| | | | | | Non prompt symbols should be selected always as their dependencies are satisfied. This changes adds generation of relevant rules. | ||
* | parse_kconfig change default size of array | Karel Kočí | 2015-04-13 |
| | | | | This is only cosmetic. | ||
* | parse_kconfig fix some warnings | Karel Kočí | 2015-04-12 |
| | |||
* | Add TODO information to code that there should be faster implementation | Karel Kočí | 2015-04-12 |
| | |||
* | Kconfig_parser renamed to parse_kconfig | Karel Kočí | 2015-04-11 |