projects
/
carl9170fw.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
kconfig: remove meaningless if-conditional in conf_read()
[carl9170fw.git]
/
config
/
2019-09-27
Masahiro Yamada
kconfig: remove meaningless if-conditional in conf_read()
tree
|
commitdiff
2019-09-27
Marco Ammon
kconfig: Fix spelling of sym_is_changable
tree
|
commitdiff
2019-09-27
Mauro Carvalho Chehab
docs: kbuild: convert docs to ReST and rename to *.rst
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kconfig: add static qualifier to expand_string()
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kconfig: require the argument of --defconfig
tree
|
commitdiff
2019-09-27
Alexander Popov
kconfig: Terminate menu blocks with a comment in the...
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kconfig: make conf_get_autoconfig_name() static
tree
|
commitdiff
2019-09-27
Jacob Garber
kconfig: use snprintf for formatting pathnames
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kconfig: remove useless NULL pointer check in conf_writ...
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kconfig: make parent directories for the saved .config...
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kconfig: do not write .config if the content is the...
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kconfig: do not accept a directory for configuration...
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kbuild: move ".config not found!" message from Kconfig...
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kconfig: rename zconf.y to parser.y
tree
|
commitdiff
2019-09-27
Masahiro Yamada
kconfig: rename zconf.l to lexer.l
tree
|
commitdiff
2019-03-04
Christian Lamparter
carl9170 firmware: config: fix missing lkc_proto.h...
tree
|
commitdiff
2019-03-04
Christian Lamparter
carl9170: config: re-add config.cmake
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove unused "file" field of yylval union
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: split the lexer out of zconf.y
tree
|
commitdiff
2019-02-10
Christian Lamparter
carl9170: config: fix patching errors and update CMakeFiles
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: split some C files out of zconf.y
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: convert to SPDX License Identifier
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove keyword lookup table entirely
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: update current_pos in the second lexer
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: switch to ASSIGN_VAL state in the second lexer
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: stop associating kconf_id with yylval
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: refactor end token rules
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: stop supporting '.' and '/' in unquoted words
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: use T_WORD instead of T_VARIABLE for variables
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: use specific tokens instead of T_ASSIGN for...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: refactor scanning and parsing "option" properties
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: use distinct tokens for type and default prope...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove redundant token defines
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: rename depends_list to comment_option_list
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: loosen the order of "visible" and "depends...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove redundant menu_block rule
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove redundant if_block rule
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove grammatically ambiguous option_error
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove grammatically ambiguous "unexpected...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: warn no new line at end of file
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: clean up EOF handling in the lexer
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: fix ambiguous grammar in terms of new lines
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: refactor pattern matching in STRING state
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove unneeded pattern matching to whitespaces
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: require T_EOL to reduce visible statement
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: fix memory leak when EOF is encountered in...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: fix file name and line number of warn_ignored_...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove k_invalid from expr_parse_string()...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove S_OTHER symbol type and correct depende...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: split out code touching a file to conf_touch_dep()
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: rename conf_split_config() to conf_touch_deps()
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove unneeded setsym label in conf_read_simple()
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove oldnoconfig target
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: suppress "configuration written to .config...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: improve the recursive dependency report
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: report recursive dependency involving 'imply'
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: error out when seeing recursive dependency
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove P_ENV property type
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove unused sym_get_env_prop() function
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: fix the rule of mainmenu_stmt symbol
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: allow all config targets to write auto.conf...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: make syncconfig update .config regardless...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: create directories needed for syncconfig by...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: split out useful helpers in confdata.c
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: rename file_write_dep and move it to confdata.c
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: handle format string before calling conf_messa...
tree
|
commitdiff
2019-02-10
Dirk Gouders
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
tree
|
commitdiff
2019-02-10
Jerry James
kconfig: loop boundary condition fix
tree
|
commitdiff
2019-02-10
Dirk Gouders
kconfig: handle P_SYMBOL in print_symbol()
tree
|
commitdiff
2019-02-10
Dirk Gouders
kconfig: fix line numbers for if-entries in menu tree
tree
|
commitdiff
2019-02-10
Nathan Chancellor
kconfig: Avoid format overflow warning from GCC 8.1
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: error out if a recursive variable references...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: add 'filename' and 'lineno' built-in variables
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: add 'info', 'warning-if', and 'error-if' built...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: expand lefthand side of assignment statement
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: support append assignment operator
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: support simply expanded variable
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: support user-defined function and recursively...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: begin PARAM state only when seeing a command...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: add 'shell' built-in function
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: add built-in function support
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: make default prompt of mainmenu less specific
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove sym_expand_string_value()
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove string expansion for mainmenu after...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove string expansion in file_lookup()
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: reference environment variables directly and...
tree
|
commitdiff
2019-02-10
Sam Ravnborg
kconfig: drop localization support
tree
|
commitdiff
2019-02-10
Don Zickus
kconfig: extend output of 'listnewconfig'
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: use yylineno option instead of manual lineno...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: detect recursive inclusion earlier
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove duplicated file name and lineno of...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: make unmet dependency warnings readable
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: warn unmet direct dependency of tristate symbo...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: hide irrelevant sub-menus for oldconfig
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove redundant input_mode test for check_con...
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: remove unneeded input_mode test in conf()
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: do not call check_conf() for olddefconfig
tree
|
commitdiff
2019-02-10
Ulf Magnusson
kconfig: only write '# CONFIG_FOO is not set' for visib...
tree
|
commitdiff
2019-02-10
Eugeniu Rosca
kconfig: Print reverse dependencies in groups
tree
|
commitdiff
2019-02-10
Masahiro Yamada
kconfig: clean-up reverse dependency help implementation
tree
|
commitdiff
next