Acey

Results 8 issues of Acey

See table below: | Method | DLOG | LOG | |------------------|------|-----| | LOG() | x | x | | LOG_IF() | x | x | | LOG_EVERY_N() | x |...

If ED.h gets included in the same file where CGAL (Computational Geometry Algorithms Library) is used, the compiler will throw an error because of a macro naming conflict. The compile...

- Use `boost::atomic` instead of `volatile uint32_t` - Replaced int literals with bool literals - Fixed `#include` order

- Update checkout workflow version from v3 to v4 - Added GCC 13 support - Added C++20 support

Fix CMake warnings when using recent versions of cmake on ubuntu 20.04 caused by calling `find_package_handle_standard_args()` in `Findglog.cmake` for glog and PkgConfig ```bash CMake Warning (dev) at /opt/clion-2023.1.4/bin/cmake/linux/x64/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The...