You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src
Witold Baryluk 558b8eb093 Properly initialize file pointers to null
If in `init_cpu_power_data_k10temp` we fail to initialize all paths,
and fail initialization, then in the destructor, we will most likely
pass invalid value to the `fclose`.
3 years ago
..
gl Add missing add_blacklist for OpenGl apps 3 years ago
loaders [OpenGL] Just "refcount" by glXCreate/DestroyContext calls; recreate "lost" objects 4 years ago
mesa Use std::unordered_map and std::mutex instead for object mapping and related cleanups 4 years ago
win Win32 d3d11 make sure we don't update hud unnecessarily 4 years ago
blacklist.cpp Check if item exits before adding to blacklist 3 years ago
blacklist.h Allow users to add a new item to the blacklist from config file 3 years ago
config.cpp Added graphs 4 years ago
config.h Changed output_file to output_folder 4 years ago
cpu.cpp Improve initialization logic for cpu.cpp 3 years ago
cpu.h Properly initialize file pointers to null 3 years ago
cpu_win32.cpp Win32 cpu usage 4 years ago
dbus.cpp Fix dbus for GCC 5 4 years ago
dbus_helpers.hpp Fix auto-switching bug 4 years ago
dbus_info.h [dbus] Don't clear metadata when reloading config file 4 years ago
elfhacks.cpp Add __ELF_NATIVE_CLASS to musl systems 4 years ago
file_utils.cpp Fix `readlink` overloading for fortified musl 4 years ago
file_utils.h General cleanup (#272) 4 years ago
file_utils_win32.cpp win32 file_utils 4 years ago
font.cpp Resize fonts 3 years ago
font_default.h General cleanup (#272) 4 years ago
font_unispace.c [editorconfig] Apply whitespace rules 4 years ago
gpu.cpp Collect total vram for Nvidia 4 years ago
gpu.h Add `checkNvidia` for nvml/xnvctrl/nvapi checks, for header cleanup 4 years ago
hook_dlsym.cpp Make find_*_ptr function pointers static 4 years ago
hud_elements.cpp Make sure graphs have data without enabling elems 3 years ago
hud_elements.h Change order of cpu/gpu load colors and data 3 years ago
iostats.cpp Changed pthreads to std::thread 4 years ago
iostats.h General cleanup (#272) 4 years ago
keybinds.cpp Rename `last_f3_press` to more generic `toggle_fps_limit_press` 4 years ago
keybinds.h Rename `last_f3_press` to more generic `toggle_fps_limit_press` 4 years ago
logging.cpp Add autostart_log param 3 years ago
logging.h No need to convert cpu_load 3 years ago
mangohud.json.in simplify cross arch preloading 4 years ago
mangohud.version Try to limit exported symbols with --version-script 4 years ago
memory.cpp [editorconfig] Apply whitespace rules 4 years ago
memory.h General cleanup (#272) 4 years ago
meson.build Meson option to have absolute paths in LD_PRELOAD 3 years ago
notify.cpp Re-add config file watch in case of IN_DELETE_SELF 4 years ago
notify.h General cleanup (#272) 4 years ago
nvapi.cpp win32: load correct NVAPI dll by checking _WIN64 4 years ago
nvctrl.cpp Load libnvidia-ml and libXNVCtrl on demand 4 years ago
nvctrl.h General cleanup (#272) 4 years ago
nvidia_info.h General cleanup (#272) 4 years ago
nvml.cpp [NVML] Only get pci info once 4 years ago
overlay.cpp Make sure graphs have data without enabling elems 3 years ago
overlay.frag Use 1-channel font textures; glyph ranges support; vulkan image descriptors and "helper" functions 4 years ago
overlay.h Resize fonts 3 years ago
overlay.vert MangoHud Standalone 4 years ago
overlay_params.cpp Escape spaces in file names for `wordexp` v2 but just append to stringstream 3 years ago
overlay_params.h Add autostart_log param 3 years ago
pci_ids.cpp Also check for pci.ids in /usr/share/misc/ 4 years ago
pci_ids.h General cleanup (#272) 4 years ago
real_dlsym.cpp Add utility lib with dlsym hooking 4 years ago
real_dlsym.h General cleanup (#272) 4 years ago
shared_x11.cpp Fix `init_x11` return value and X11/XNVCtrl logic checks 4 years ago
shared_x11.h General cleanup (#272) 4 years ago
string_utils.h Use str_tokenize for multiple delimiters 3 years ago
timing.hpp General cleanup (#272) 4 years ago
vulkan.cpp Resize fonts 3 years ago