42 Commits (0cc7369023466eae5b724b8c2528788260485ff0)

Author SHA1 Message Date
Daniel Stone f52231660e tests: Use memstream for config-parser test 2 years ago
Pekka Paalanen 0a38fc7e75 shared: fix WL_EXPORT style in config-parser.c 3 years ago
Pekka Paalanen 49399806a0 config-parser: use zalloc() 4 years ago
Daniel Stone 51d995ad82 config-parser: Make get_bool be bool 5 years ago
Daniel Stone 3ef098fad1 config-parser: Export get_full_path and destroy 5 years ago
Pekka Paalanen 91b1010de9 Rename config-parser.h to libweston/config-parser.h 6 years ago
Michael Olbrich 4c347b8ee0 config-parser: export functions to open a config file 6 years ago
Dima Ryazanov ad0d83bd6f Don't look for weston.ini in the current working directory 6 years ago
Pekka Paalanen c5aaaa7b39 shared: remove weston_config_get_libexec_dir() 6 years ago
Emmanuel Gil Peyrot a1d214bb39 config-parser: Export weston_config_next_section 8 years ago
Bryce Harrington 96c6a798a5
config-parser: Drop debug text 8 years ago
Bryce Harrington 25a2bdd814 Switch to use safe_strtoint instead of strtol 8 years ago
Jussi Kukkonen 649bbce607 include stdint.h for int32_t/uint32_t 8 years ago
Bryce Harrington d0716f4af5 Re-apply "config-parser: Catch negative numbers assigned to unsigned config values" 8 years ago
Bryce Harrington e776f2a4d9 config-parser: Add weston_config_section_get_color 8 years ago
Bryce Harrington 03793e3998 Revert "config-parser: Catch negative numbers assigned to unsigned config values" 8 years ago
Bryce Harrington 375759e636 Require base-10 for strtol() calls 8 years ago
Bryce Harrington 6351fb08c2 config-parser: Catch negative numbers assigned to unsigned config values 8 years ago
Bryce Harrington cbc053781e config-parser: Improve error checks for strtol/strtoul calls 8 years ago
Bryce Harrington 3f2062ccb2 config-parser: Check malloc and strdup returns 9 years ago
Jon Cruz 867d50eea7 Unified multiple definitions of container_of() macro. 9 years ago
Bryce Harrington 6c6164c5ba shared: Update boilerplate from MIT X11 license to MIT Expat license 9 years ago
Pekka Paalanen 6c71aaeec5 Pass config file from compositor to everything 10 years ago
Pekka Paalanen 49f6d62e9d shared: fail reading a directory as a config file 10 years ago
Derek Foreman c7210434d4 tests: allow running make check without make install 10 years ago
Alexandru DAMIAN 5f42930a41 config: Don't crash if we don't have a config file 11 years ago
Kristian Høgsberg eeefc9e311 compositor: Log the full path of the config file we're using 11 years ago
Kristian Høgsberg 1abe0486bb config-parser: Make weston_config_parse() tkae a file name 11 years ago
Kristian Høgsberg 81c2c2eb5e shared: Remove no longer used parse_config_file() 11 years ago
Armin K b502f906db evdev-touchpad: Set some options using weston.ini 11 years ago
Quentin Glidic 6e2c12496b shared: Export configuration functions 11 years ago
Daniel Stone c228e23b05 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS 11 years ago
Mun Gwan-gyeong 7732540f71 config-parser: Avoid null dereference when exiting. (case: weston starts without config file.) 11 years ago
Mun Gwan-gyeong 151a52834e config-parser: Avoid null dereference when handling config-parser ( when weston starts without config file. ) 11 years ago
Kristian Høgsberg f73f316248 config-parser: Add section iterator API 11 years ago
Mun Gwan-gyeong 72a3ab7b85 config-parser: Avoid null dereference when handling config-parser 11 years ago
Kristian Høgsberg 732747114a Add new config parser 11 years ago
Ossama Othman a50e6e4c50 config-parser: Honor XDG_CONFIG_DIRS 12 years ago
Kristian Høgsberg 3d89049546 config-parser: Handle lines that don't end in \n 12 years ago
Pekka Paalanen 4ea4d1bb39 config-parser: add missing return for an error case 13 years ago
Scott Moreau fa1de69203 Implement CONFIG_KEY_UNSIGNED_INTEGER 13 years ago
Kristian Høgsberg 9b935c8239 Use '-' to separate words in file names 13 years ago
Pekka Paalanen 28a20707a2 configparser: rename BOOL, document types 13 years ago
Pekka Paalanen c1765c67b3 move config parser to a convenience library 13 years ago
Pekka Paalanen 50719bce2a Fix inconsistent #include style 13 years ago
Pekka Paalanen 09d65d0e64 config: fix boolean parsing 13 years ago
Kristian Høgsberg fc32c394e7 config: Don't print warning when XDG_CONFIG_HOME isn't set 13 years ago
Pekka Paalanen 668dd56918 window: add a helper for config file paths 13 years ago
Kristian Høgsberg ac3a59a0d1 window: Add a cheesy parser for ini-files, use it in desktop-shell 13 years ago