1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-16 04:02:15 +00:00
conky/tests
Tóth János 47ec9f911c
Fix OpenBSD build (#2080)
- Fix unclosed OBJ in core.cc when target is OpenBSD
- `to_real_path` changes:
  - Canonicalize result to mimic `realpath` behavior
  - Partially implement `to_real_path` for OpenBSD
  - Add more tests for `to_real_path`.
- Build system improvements:
  - Use same i18n include/link logic for all platforms
  - Replace `HAVE_SOME_SOUNDCARD_H` and `HAVE_LINUX_SOUNDCARD_H` with `HAVE_SOUNDCARD_H`
    and use other defines (__linux__) to guard include
  - Replace `<XXX>_LIBRARIES` with `<XXX>_LINK_LIBRARIES` for linking.
    - Libraries weren't in default linker search path on OpenBSD
- OpenBSD specific:
  - Fix bsdapm.cc
  - Remove diskio stats stubs
  - Stub get_battery_short_status
  - Remove `-stdlib=libc++` build flag on OpenBSD

Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
Co-authored-by: gmb <gmb@openbsd76.my.domain>
Co-authored-by: Tin Švagelj <tin.svagelj@live.com>
2024-11-22 23:45:11 +00:00
..
catch2 refactor gradients to use config value instead of hard-coded option 2022-10-12 21:35:35 -04:00
dockerfiles Add archlinux & alpine builds. 2021-03-03 15:39:02 -05:00
CMakeLists.txt Add algebra unit tests 2024-10-31 08:06:06 -04:00
llvm-gcov.sh Fix these colour tests, refactor gcov script. 2023-02-25 14:22:43 -05:00
test-algebra.cc Fix test cases 2024-10-31 08:06:06 -04:00
test-colours.cc Don't test colour names without map 2024-05-28 14:16:23 -04:00
test-common.cc Fix OpenBSD build (#2080) 2024-11-22 23:45:11 +00:00
test-conky.cc Update copyright 2024-02-22 08:53:35 -05:00
test-core.cc Update copyright 2024-02-22 08:53:35 -05:00
test-darwin.cc Update copyright 2024-02-22 08:53:35 -05:00
test-diskio.cc Update copyright 2024-02-22 08:53:35 -05:00
test-fs.cc Update copyright 2024-02-22 08:53:35 -05:00
test-gradient.cc Update copyright 2024-02-22 08:53:35 -05:00
test-graph.cc Made upspeedgraph and downspeed graph scale on a common axis 2024-07-21 08:08:10 -04:00
test-linux.cc Update copyright 2024-02-22 08:53:35 -05:00