index
:
linux-conf-perf
master
Tool for automatic performance analysis of Linux
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
parse_kconfig
Commit message (
Collapse
)
Author
Age
*
parse_kconfig fix wrong behaviour for non prompt symbols
Karel Kočí
2015-04-24
|
|
|
|
|
Non prompt symbols should be selected always as their dependencies are satisfied. This changes adds generation of relevant rules.
*
parse_kconfig: fix SIGSEGV caused by uninitialized memory
Karel Kočí
2015-04-23
|
*
parse_kconfig: fix SIGSEGV caused by wrong approach to expression negation
Karel Kočí
2015-04-23
|
*
Rename parser.c to parse.c
Karel Kočí
2015-04-21
|
*
write_config writing loaded configuration
Karel Kočí
2015-04-19
|
*
parse_kconfig change default size of array
Karel Kočí
2015-04-13
|
|
|
|
This is only cosmetic.
*
parse_kconfig symlist.h move includes to begining of file
Karel Kočí
2015-04-12
|
*
parse_kconfig fix some warnings
Karel Kočí
2015-04-12
|
*
Add TODO information to code that there should be faster implementation
Karel Kočí
2015-04-12
|
*
Extract file name definitions out from parse_kconfig to shared
Karel Kočí
2015-04-12
|
*
parse_kconfig change error message to more informative
Karel Kočí
2015-04-12
|
*
parse_kconfig: complete simple argument parser and formate parse.c
Karel Kočí
2015-04-12
|
*
parse_kconfig clean include in parse.c
Karel Kočí
2015-04-12
|
*
Fix parse_kconfig .gitignore and makefile
Karel Kočí
2015-04-12
|
*
parse_kconfig make builds *.o files
Karel Kočí
2015-04-12
|
|
|
|
Until now *.o files were not created.
*
macros.h moved to shared folder
Karel Kočí
2015-04-11
|
*
parse_kconfig output executable name changed from parser to parse
Karel Kočí
2015-04-11
|
*
Kconfig_parser renamed to parse_kconfig
Karel Kočí
2015-04-11