| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-22 | Remove Boost::System detection | a821 | |
| Since boost 1.89, libboost_system.so.1 is not being built due to being 'header-only'. This breaks the ./configure script. Therefore, remove the Boost::System detection macros from configure.ac. [1] https://github.com/boostorg/boost/issues/1071 | |||
| 2025-06-01 | patch to fix configure.ac | a821 | |
| * Unneeded 'AM_INIT_AUTOMAKE' * force C++ standard to 14 (needed for boost libraries) * force C standard to 17 (gcc 15 uses C23 which breaks the build) | |||