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