| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-02 | Clean up .kconfig tests | Ulf Magnusson | |
| Kinda silly to test if they're separate since a long time, but can do that easily too with some reorganization. | |||
| 2017-11-02 | Always save user values if they're valid | Ulf Magnusson | |
| Can just skip the invalidation for promptless symbols. Makes things less magic and more intuitive while still being fast. Means no docs need to be rewritten too. Now the warning gets printed for unset_value() as well. | |||
| 2017-11-02 | Do not invalidate everything when loading .configs | Ulf Magnusson | |
| In replace mode, only unset symbols that didn't get set. Get rid of _set_value_no_invalidate() and just do a normal set_value() with invalidation. It's speedy with the new invalidation algorithm, and simpler. Not a big performance boost (but a small one), but means that invalidation must be even more rock solid for the test suite to pass (no global invalidations to hide behind), which is nice. Also make y assignments to choice symbol update just the choice user value. Gives nicer behavior when the choice mode is changed. | |||
| 2017-10-24 | Kconfiglib 2 backup | Ulf Magnusson | |
| WIP | |||
| 2015-03-12 | Add Symbol.is_allnoconfig_y() | Philip Craig | |
| 2012-12-14 | Add selftests for various minor APIs. | Ulf Magnusson | |
| 2012-12-13 | Add selftests for get_config(). | Ulf Magnusson | |
| 2012-12-11 | Add selftests for get_user_value(). | Ulf Magnusson | |
| 2012-12-11 | Add selftests for is_optional(). | Ulf Magnusson | |
