1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/include/utils
ajakk e7cf47de71
fix(build): Add missing cstdint includes (#3159)
In GCC 15, cstdint is less commonly included in stdlib headers so we
need explicit includes: https://gcc.gnu.org/gcc-15/porting_to.html

See-Also: https://bugs.gentoo.org/937526

Signed-off-by: John Helmert III <ajak@gentoo.org>
2024-09-01 14:28:36 +02:00
..
action_router.hpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
actions.hpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
bspwm.hpp fix(bspwm): Restack against topmost root window. 2023-10-08 21:04:29 +02:00
color.hpp fix(build): Add missing cstdint includes (#3159) 2024-09-01 14:28:36 +02:00
command.hpp fix(script): Receiving multiple lines rapidly only displays first line (#3119) 2024-04-28 21:10:12 +02:00
concurrency.hpp Cleanup use of pointers in util code 2022-03-06 18:28:26 +01:00
env.hpp refactor(file_util): Expand tilde manually 2017-01-25 17:07:55 +01:00
factory.hpp Cleanup use of pointers in util code 2022-03-06 18:28:26 +01:00
file.hpp feat: Support reading config from non-regular files (#2545) 2021-10-24 11:25:05 +02:00
http.hpp Cleanup use of pointers in util code 2022-03-06 18:28:26 +01:00
i3.hpp restack: Make bspwm first try ewmh strategy 2023-05-15 14:44:50 +02:00
inotify.hpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
io.hpp script: Fix concurrency issues (#2518) 2021-10-03 01:27:11 +02:00
math.hpp Replace math_util min and max with std::min and std::max (#2579) 2022-01-23 21:14:55 +01:00
memory.hpp Stop using unique_ptr for on_exit 2022-03-06 18:28:26 +01:00
mixins.hpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
process.hpp Add env parameter to exec_sh() 2021-09-28 22:16:07 +02:00
restack.hpp restack: Make bspwm first try ewmh strategy 2023-05-15 14:44:50 +02:00
scope.hpp Cleanup use of pointers in util code 2022-03-06 18:28:26 +01:00
socket.hpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
string.hpp fix(build): Add missing cstdint includes (#3159) 2024-09-01 14:28:36 +02:00
time.hpp refactor: Move all event handling to the controller 2016-12-20 05:16:04 +01:00
units.hpp fix(builder): ignored offsets 2022-03-14 22:58:01 +01:00