polybar/cmake
Patrick Ziegler 56779a5902
Make the event loop return shared_ptrs (#2842)
* Return shared_ptr from eventloop

* Add -Wdeprecated-copy-dtor warning

Produces a warning if classes don't have explicit copy operations if
they have a user-defined constructor.
This helps us stick to the rule of 5 (kinda, no warnings for missing
move operators).

* Clean up eventloop

* Fix compiler warnings

* Fix fs_event_handle_t name
2022-10-15 23:21:40 +02:00
..
common Create default config (#2511) 2021-10-05 13:07:19 +02:00
modules cmake: Fix FindLibUV 2021-09-21 20:36:23 +02:00
templates Create default config (#2511) 2021-10-05 13:07:19 +02:00
01-core.cmake Documentation update for 3.6 2022-03-02 14:58:49 +01:00
02-opts.cmake feat(temperature): Add `zone-type` setting (#2752) 2022-08-21 19:25:42 +02:00
04-targets.cmake build: Create clangformat(-dryrun) build targets 2022-09-28 22:00:33 +02:00
05-summary.cmake Documentation update for 3.6 2022-03-02 14:58:49 +01:00
cxx.cmake Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
libpoly.cmake Use libuv >= 1.3.0 2021-09-21 20:36:23 +02:00