Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
6f1866b3fa40e2bce00881e288c884352244d07d
/
shared
/
config-parser.c
a1d214b
config-parser: Export weston_config_next_section
by Emmanuel Gil Peyrot
· 8 years ago
96c6a79
config-parser: Drop debug text
by Bryce Harrington
· 9 years ago
25a2bdd
Switch to use safe_strtoint instead of strtol
by Bryce Harrington
· 9 years ago
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
d0716f4
Re-apply "config-parser: Catch negative numbers assigned to unsigned config values"
by Bryce Harrington
· 9 years ago
e776f2a
config-parser: Add weston_config_section_get_color
by Bryce Harrington
· 9 years ago
03793e3
Revert "config-parser: Catch negative numbers assigned to unsigned config values"
by Bryce Harrington
· 9 years ago
375759e
Require base-10 for strtol() calls
by Bryce Harrington
· 9 years ago
6351fb0
config-parser: Catch negative numbers assigned to unsigned config values
by Bryce Harrington
· 9 years ago
cbc0537
config-parser: Improve error checks for strtol/strtoul calls
by Bryce Harrington
· 9 years ago
3f2062c
config-parser: Check malloc and strdup returns
by Bryce Harrington
· 9 years ago
867d50e
Unified multiple definitions of container_of() macro.
by Jon Cruz
· 10 years ago
6c6164c
shared: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
6c71aae
Pass config file from compositor to everything
by Pekka Paalanen
· 10 years ago
49f6d62
shared: fail reading a directory as a config file
by Pekka Paalanen
· 10 years ago
c721043
tests: allow running make check without make install
by Derek Foreman
· 11 years ago
5f42930
config: Don't crash if we don't have a config file
by Alexandru DAMIAN
· 12 years ago
eeefc9e
compositor: Log the full path of the config file we're using
by Kristian Høgsberg
· 12 years ago
1abe048
config-parser: Make weston_config_parse() tkae a file name
by Kristian Høgsberg
· 12 years ago
81c2c2e
shared: Remove no longer used parse_config_file()
by Kristian Høgsberg
· 12 years ago
b502f90
evdev-touchpad: Set some options using weston.ini
by Armin K
· 12 years ago
6e2c124
shared: Export configuration functions
by Quentin Glidic
· 12 years ago
c228e23
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
by Daniel Stone
· 12 years ago
7732540
config-parser: Avoid null dereference when exiting. (case: weston starts without config file.)
by Mun Gwan-gyeong
· 12 years ago
151a528
config-parser: Avoid null dereference when handling config-parser ( when weston starts without config file. )
by Mun Gwan-gyeong
· 12 years ago
f73f316
config-parser: Add section iterator API
by Kristian Høgsberg
· 12 years ago
72a3ab7
config-parser: Avoid null dereference when handling config-parser
by Mun Gwan-gyeong
· 12 years ago
7327471
Add new config parser
by Kristian Høgsberg
· 12 years ago
a50e6e4
config-parser: Honor XDG_CONFIG_DIRS
by Ossama Othman
· 12 years ago
3d89049
config-parser: Handle lines that don't end in \n
by Kristian Høgsberg
· 13 years ago
4ea4d1b
config-parser: add missing return for an error case
by Pekka Paalanen
· 13 years ago
fa1de69
Implement CONFIG_KEY_UNSIGNED_INTEGER
by Scott Moreau
· 13 years ago
9b935c8
Use '-' to separate words in file names
by Kristian Høgsberg
· 14 years ago
[Renamed (99%) from shared/configparser.c]
28a2070
configparser: rename BOOL, document types
by Pekka Paalanen
· 14 years ago
c1765c6
move config parser to a convenience library
by Pekka Paalanen
· 14 years ago
[Renamed (98%) from clients/config.c]
50719bc
Fix inconsistent #include style
by Pekka Paalanen
· 14 years ago
09d65d0
config: fix boolean parsing
by Pekka Paalanen
· 14 years ago
fc32c39
config: Don't print warning when XDG_CONFIG_HOME isn't set
by Kristian Høgsberg
· 14 years ago
668dd56
window: add a helper for config file paths
by Pekka Paalanen
· 14 years ago
ac3a59a
window: Add a cheesy parser for ini-files, use it in desktop-shell
by Kristian Høgsberg
· 14 years ago