This website requires JavaScript.
Explore
Help
Register
Sign In
Llewellyn
/
conky
Watch
1
Star
0
Fork
0
You've already forked conky
mirror of
https://github.com/Llewellynvdm/conky.git
synced
2025-01-16 20:18:07 +00:00
Code
Issues
Releases
Activity
495c1c38b2
conky
/
3rdparty
/
toluapp
/
.gitignore
5 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Merge commit 'f0eb4a34776fa30d0033a5f89aa7d7de5525ff7e' into fix-build-with-warnings-enabled
2018-12-22 20:27:08 +00:00
build/
Cleanup build flags, global namespace and includes (#1841) - Separated displays so they don't have to all be included in build even when the features are disabled. - Removed weird linker magic for display init and replaced it with straightforward (and faster) template functions that behave the same. - Replaced `disabled_display_output` classes with log messages. - Add explicit compiler errors when feature dependent headers get included where they shouldn't (wl, x11). - Switch BUILD_MOUSE_EVENTS dependency from OWN_WINDOW to BUILD_X11. - Other minor improvements to some existing code which shouldn't affect behavior. - Improve documentation. - Remove X11 from unrelated headers. - This reaches 0% unneeded X11 polution in the sources. - Reenabled parts of window_type which would work in Wayland. - Remove unneeded guards. - Display files are now no longer compiled if their features are disabled. Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
2024-04-23 21:15:37 +00:00
# ignore generated Makefile; keep stub
Makefile
Copy Permalink