Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | Fix some clazy warning | Montel Laurent | |
2015-12-29 | Ensure group is unescaped properly in kconf_update. | Matthew Dawson | |
During a kconf_update run, an invalid group name may be treated as correct even though the name failed to unescape. This leads the group name to be a null character, which will fail. If the unescape failed, return that failure status instead. This should have no impact, as the previous result would have been wrong anyways. Now a more useful diagnostic will be returned instead. Update the unit tests to ensure this issue is tested in the future. Found in Coverity issue 258087. REVIEW: 126556 | |||
2015-05-01 | implement todo | David Faure | |
2013-12-18 | Code reformatted using kde-dev-scripts/astyle-kdelibs. | David Faure | |
Use git blame -w 867e7a5 to show authorship as it was before this commit. | |||
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |