annotations.git
2023-06-16 Andrea RighiMerge pull request #2 from corytodd/lint-check-prs v0.1
2023-06-16 Andrea RighiMerge pull request #1 from corytodd/fix-readme--space...
2023-06-16 Cory Toddci: run pylint on pull requests 2/head
2023-06-16 Cory Toddreadme: fix header list delimiter 1/head
2023-06-16 Andrea Righidoc: update documentation and add README.md
2023-06-16 Andrea Righidoc: add LICENSE file
2023-06-16 Andrea Righiannotations: include sanitize-annotations into kconfig
2023-06-16 Andrea Righisnap: add snapcraft.yaml
2023-06-16 Andrea Righideb: update package description
2023-06-16 Andrea Righicreate pylint.yml for github
2023-06-16 Andrea Righiintegrate coding style checks in setup.py
2023-06-16 Andrea Righisetup.py: run coding style checks as part of the build
2023-06-16 Andrea Righifix pylint warnings
2023-06-16 Andrea Righiupdate .gitignore
2023-06-16 Andrea Righiannotations: add command line autocompletion
2023-06-16 Andrea Righipackaging: provide debian packaging info
2023-06-16 Andrea Righipackaging: provide a proper packaging (pip) for the...
2023-06-15 Andrea Righidoc: add some refrences to README.rst
2023-06-15 Andrea Righidoc: rename README.md to README.rst
2023-06-15 Andrea Righisanitize-annotations: move the script to the top folder
2023-06-02 Andrea Righikconfig: fix incompatibility with python < 3.9
2023-05-31 Andrea Righimove sanitize-annotations into tools/
2023-05-31 Andrea Righifix a bunch of pylint warnings
2023-05-25 Andrea Righiannotations: never drop configs that have notes differe...
2023-05-24 Andrea Righiintroduce sanitize-annotations.py
2023-05-23 Andrea Righikconfig/annotations.py: support older way of merging...
2023-05-05 Andrea Righiannotations: use python3 in the shebang
2023-03-28 Andrea Righiannotations: prevent duplicate include lines
2023-03-09 Andrea Righidoc: resync README.md with the one in the main kernel
2023-02-11 Juerg Haefligerkconfig: Fix pylint violations
2023-02-11 Juerg Haefligerannotations: Fix pylint violations
2023-02-11 Juerg Haefligersetup.cfg: Disable some overly conservative pylint...
2023-02-10 Juerg HaefligerAdd 'pylint' target and config section
2023-02-10 Juerg HaefligerFix flake8 violations
2023-02-10 Juerg HaefligerAdd Makefile with initial 'lint' target
2023-02-08 Andrea Righiannotations: Check validity of FLAVOUR_DEP
2023-02-08 Andrea Righiannotations: cleanups + always save configs with note...
2023-02-08 Andrea Righiannotations: support single-line rules
2023-02-03 Andrea Righiannotations: fix _remove_entry() logic
2023-01-31 Andrea Righiannotations: do not drop undefined configs in derivatives
2023-01-30 Andrea Righiannotations: make sure to always drop undefined configs
2023-01-30 Andrea Righiannotations: add CONFIG_GCC_VERSION to the list of...
2023-01-30 Andrea Righiannotations: remove configs that are undefined across...
2023-01-30 Andrea Righiannotations: compact same value across all flavour...
2023-01-30 Andrea Righiannotations: do not add constraints on toolchain
2023-01-30 Andrea Righiannotations: do not enforce toolchain versions
2023-01-30 Masahiro Yamadaannotations: add missing CONFIG_ prefix in main()
2023-01-30 Andrea Righiannotations: introduce --source
2023-01-30 Andrea Righiannotations: add an option to enable config autocomplet...
2023-01-30 Andrea Righiannotations: allow to specify --write and --note at...
2023-01-30 Andrea Righiannotations: prevent python broken pipe errors
2023-01-30 Andrea Righiannotations: prevent generating .pyc files on import
2023-01-30 Andrea Righiannotations: catch syntax errors in annotations
2023-01-30 Andrea Righiannotations: properly support multiple levels of inclusion
2023-01-30 Andrea Righiannotations: clarify error message with --import
2023-01-30 Andrea Righiannotations: accept config options with or without...
2022-12-05 Andrea Righiannotations: properly merge configs with includes
2022-12-04 Andrea Righiannotations: support flavour dependencies (flavour...
2022-12-01 Andrea Righiannotations: allow to query CONFIG_<option> or just...
2022-12-01 Andrea Righiannotations: allow to set notes directly and assume...
2022-11-29 Andrea Righiannotations: set and delete configs from command line
2022-11-28 Andrea Righiannotations: report config failures in alphabetical...
2022-11-18 Andrea Righiannotations: provide --update command
2022-11-16 Andrea Righiannotations: compact more redundant arch and flavours...
2022-11-15 Andrea Righidoc: simplify commands in examples
2022-11-15 Andrea Righiannotations: avoid generating a KeyError exception
2022-11-15 Andrea Righiannotations: allow to import/resync single config option
2022-11-15 Andrea Righidoc: update TODO list
2022-11-15 Andrea Righiannotations: properly handle dropped configs during...
2022-11-14 Andrea Righiannotations: check: catch options that are removed...
2022-11-14 Andrea Righiannotations: make action argument mandatory
2022-11-14 Andrea Righiannotations: avoid converting null results to kconfig...
2022-11-14 Andrea Righiannotations: try to compact annotations before saving it
2022-11-14 Andrea Righiannotations: automatically detect annotations file...
2022-11-14 Andrea Righidoc: add a basic README.md
2022-11-14 Andrea Righiadd a .gitignore
2022-11-14 Andrea Righiinitial version