| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-11 | Add choice/menu/comment test coverage for get_referenced_symbols(). | Ulf Magnusson | |
| 2012-12-11 | Add note about running examples. | Ulf Magnusson | |
| 2012-12-11 | Add a grep'ing example. | Ulf Magnusson | |
| 2012-12-11 | Make it possible to pass an argument via scriptconfig. | Ulf Magnusson | |
| 2012-12-11 | Improve output formatting for test suite. | Ulf Magnusson | |
| 2012-12-11 | Display arch names as they are loaded in test suite. | Ulf Magnusson | |
| 2012-12-11 | Only invalidate if the user value actually changes. | Ulf Magnusson | |
| 2012-12-11 | Expand set_value() documentation. | Ulf Magnusson | |
| 2012-12-11 | Include allnoconfig_simpler.py in test suite. | Ulf Magnusson | |
| Also update some comments to reflect optimizations. | |||
| 2012-12-11 | Air out selftests a bit. | Ulf Magnusson | |
| 2012-12-11 | Use verify() instead of if + fail() in more locations. | Ulf Magnusson | |
| Also be clearer about test results. | |||
| 2012-12-11 | Remove redundant backslashes. | Ulf Magnusson | |
| 2012-12-11 | Make location query selftests more comprehensive. | Ulf Magnusson | |
| Also sneak in testing of env. variable expansion, named choices, and 'base_dir'. | |||
| 2012-12-11 | Make 'source' error message more informative. | Ulf Magnusson | |
| 2012-12-11 | Update _get_dependent() documentation. | Ulf Magnusson | |
| Returns a set, not a list. | |||
| 2012-12-10 | Update testsuite description - obsessive tests faster now. | Ulf Magnusson | |
| 2012-12-10 | Spell nit. | Ulf Magnusson | |
| 2012-12-10 | Update kconfigtest.py description. | Ulf Magnusson | |
| 2012-12-10 | Remove some semicolons. | Ulf Magnusson | |
| 2012-12-10 | Add some is_modifiable() consistency checks. | Ulf Magnusson | |
| 2012-12-10 | Get some menuconfig coverage. | Ulf Magnusson | |
| 2012-12-10 | Misc. test clarification. | Ulf Magnusson | |
| 2012-12-10 | Misc. test clarification. | Ulf Magnusson | |
| 2012-12-10 | Add one more is_modifiable() test. | Ulf Magnusson | |
| 2012-12-10 | Remove _Feed.is_at_end(). | Ulf Magnusson | |
| Unused. | |||
| 2012-12-10 | Clean up object relations selftest a bit. | Ulf Magnusson | |
| 2012-12-10 | Clarify get_lower/upper_bound() test. | Ulf Magnusson | |
| 2012-12-10 | Simplify is_modifiable() test. | Ulf Magnusson | |
| 2012-12-10 | Add get_referenced_symbols() selftests for !. | Ulf Magnusson | |
| 2012-12-10 | Add dependency selftests for =/!=. | Ulf Magnusson | |
| Also add tests for misc. other forms. | |||
| 2012-12-10 | Add get_referenced_symbols() selftests for =/!=. | Ulf Magnusson | |
| 2012-12-10 | Register refs. for symbols on the RHS of =/!=. | Ulf Magnusson | |
| Omission. | |||
| 2012-12-10 | Copy less when searching for symbols. | Ulf Magnusson | |
| 2012-12-10 | Do less copying of _Blocks. | Ulf Magnusson | |
| Make _parse_block/file() take an optional parameter that is a _Block to to add items to. This also cleans up the code a bit. | |||
| 2012-12-10 | Fix outdated comment. | Ulf Magnusson | |
| 2012-12-10 | Update references to old Linux versions. | Ulf Magnusson | |
| 2012-12-10 | Put _make_and/or() globally. | Ulf Magnusson | |
| Preparation for later clean-up. | |||
| 2012-12-10 | Put _get_expr_syms() globally. | Ulf Magnusson | |
| Preparation for later clean-up. | |||
| 2012-12-10 | Simplify dependency generation and improve caching. | Ulf Magnusson | |
| - Get rid of Config.dep. Store direct dependencies in Symbol.dep instead. - Use recursive _get_dependent() calls in _get_dependent() to make best use of caching. This roughly doubles the speed of allnoconfig_simpler.py. | |||
| 2012-12-09 | Clarify purpose of _build_dep(). | Ulf Magnusson | |
| 2012-12-09 | Remove get_sibling_items/symbols() from test suite too. | Ulf Magnusson | |
| Ops! | |||
| 2012-12-09 | Avoid registering symbols for junk after a T_HELP token. | Ulf Magnusson | |
| 2012-12-09 | Add note about internals. | Ulf Magnusson | |
| 2012-12-09 | Remove get_sibling_symbols/items(). | Ulf Magnusson | |
| Can easily be had with Choice.get_items(), Menu.get_symbols/items(), and get_top_level_items(), and the interface is getting a bit cluttered. Scream if you were using this. :) | |||
| 2012-12-09 | Small formatting fix. | Ulf Magnusson | |
| 2012-12-09 | Rename various assert_* functions to verify_*. | Ulf Magnusson | |
| 2012-12-09 | Rename assert_true() to verify(). | Ulf Magnusson | |
| 2012-12-09 | Add selftests for get_selected_symbols(). | Ulf Magnusson | |
| Also add the missing tests/Kref. | |||
| 2012-12-09 | Add selftests for get_referenced_symbols(). | Ulf Magnusson | |
| 2012-12-09 | Make get_referenced_symbols() include symbols from ranges. | Ulf Magnusson | |
| Previously only included symbols from the condition for ranges. | |||
