Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: move process.[ch] to u_process.[ch] | Dylan Baker | 2018-08-01 | 1 | -118/+0 |
| | | | | | | | | | | | | | On windows process.h is a system provided header, and it's required in include/c11/threads_win32.h. This header interferes with searching for that header, and results in windows build warnings with scons, but errors in meson which doesn't allow implicit function declarations. Just rename process to u_process, which follows the style of utils anyway. Fixes: 2e1e6511f76370870b5cde10caa9ca3b6d0dc65f ("util: extract get_process_name from xmlconfig.c") Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | Util: fix msvc build | Benedikt Schemmer | 2018-07-05 | 1 | -1/+1 |
| | | | | | | | | The MSVC preprocessor doesnt understand #warning Fixes: 2e1e6511f76 ("util: extract get_process_name from xmlconfig.c") Reviewed-by: Roland Scheidegger <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | gallium/os: use util_get_process_name when possible | Marek Olšák | 2018-07-04 | 1 | -0/+2 |
| | | | | | Reviewed-by: Timothy Arceri <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> | ||||
* | util: extract get_process_name from xmlconfig.c | Marek Olšák | 2018-07-04 | 1 | -0/+116 |
Reviewed-by: Timothy Arceri <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> |