aboutsummaryrefslogtreecommitdiff
path: root/programs
Commit message (Collapse)AuthorAge
* Change definition to standard pointer arithmeticKarel Kočí2015-03-26
|
* remove unneeded gitignore file in programs folderKarel Kočí2015-03-22
|
* kconfig_parser repair errorKarel Kočí2015-03-22
| | | | Wrong rule output for reverse dependency when expression is reduced.
* kconfig_parser raise debug verbose level to 3 and add id print to ↵Karel Kočí2015-03-22
| | | | "working.." message
* kconfig_parser: Fix rev_dep and implement verbose level outputKarel Kočí2015-03-22
| | | | | | | | After this fix, generated dependency should be all right. Verbose output implementation is only temporally. It needs better implementation. And command line arguments should be parsed with argp.
* Remove rest of old implementation from kconfig_parserKarel Kočí2015-03-22
|
* kconfig_parser rewritten and now supports revers dependencyKarel Kočí2015-03-22
| | | | | Most of the kconfig_parser is changed. Now dependency are not copied before transfer to CNF and CNF expression is direcly extracted from kconfíg parsed output structures.
* Change symbol_map file divider from space to colonKarel Kočí2015-02-03
| | | | Also some other tweaks in kconfigp_parser. Mostly irrelevant.
* Output folder added to kconfig_parserKarel Kočí2015-01-14
| | | | Also kconfig folder in programs/src is renamed to kconfig_parser
* Add kconfig_parserKarel Kočí2014-12-14
kconfig_parser is placed to new folder tree. In folder "programs" will be all programs. Files in folder programs/src/kconfig/kconfig are taken from kernel v3.18-rc3. In future, they should be updated if new changes will be added to kernel.