Skip to content

v0.34

Choose a tag to compare

@basiliscos basiliscos released this 25 Mar 11:53
· 73 commits to master since this release
2edf680

0.34 (25-Mar-2025)

  • [feature] improve c++20 support
  • [workaround, fltk] more realiable message delivery for fltk backend. Fltk
    might "forget" to invoke scheduled awakes after shutdown process, which leads
    to minor memory leaks
  • [cmake, breaking] use CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
  • [cmake, breaking] configure option renamed BUILD_BOOST_ASIO => ROTOR_BUILD_ASIO
  • [cmake, breaking] configure option renamed BUILD_WX => ROTOR_BUILD_WX
  • [cmake, breaking] configure option renamed BUILD_EV => ROTOR_BUILD_EV
  • [cmake, breaking] configure option renamed BUILD_FLTK => ROTOR_BUILD_FLTK
  • [cmake, breaking] configure option renamed BUILD_THREAD => ROTOR_BUILD_THREAD
  • [cmake, breaking] configure option renamed BUILD_DOC => ROTOR_BUILD_DOC
  • [cmake, breaking] configure option renamed BUILD_THREAD_UNSAFE => ROTOR_BUILD_THREAD_UNSAFE
  • [cmake, new] configure option added ROTOR_BUILD_TESTS (instead of ENABLE_TESTING)