coriolis/solstice/src
Jean-Paul Chaput 10bd5510da Fix library linking problem for gcc 9 and above (Ubuntu 20/Debian 11).
* Bug: In all CMakeLists.txt, it seems I was doing a worng use of
    target_link_library(). No longer add dependencies to the C++ base
    library but instead either to the Python associated module or
    to the final binaries. This was inderectly causing the linking
    problem related to Python (which was a misdirection).
* Bug: Typo in FindLibexecinfo.cmake, do not use FindLib[E]xecinfo.
* Change: In CRL/ccore/CMakeLists.txt, activate SKIP_AUTOMOC on
    bison/flex generated files.
* Bug: In viewer/PyHApplication, do not delete the C++ object in
    the Python destroy method.
2021-11-22 00:05:48 +01:00
..
old * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
solstice Fix 'static assertion failed: comparison object must be invocable as const' 2021-10-30 13:50:44 +01:00
Brick.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
BrickSweepLine.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
CMakeLists.txt Fix library linking problem for gcc 9 and above (Ubuntu 20/Debian 11). 2021-11-22 00:05:48 +01:00
DisconnectError.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
GraphicSolsticeEngine.cpp Correct the garbled screen when shifting right in CellWidget. 2015-04-05 19:21:20 +02:00
RoutingError.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
RoutingErrorInformations.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
RoutingErrorListModel.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
RoutingErrorListWidget.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
ShortCircuitError.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
SolsticeEngine.cpp Clarify semantic of flatten Collections (walkthrough). 2020-03-10 12:10:53 +01:00
TabRoutingError.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00
TabRoutingErrorList.cpp * ./hurricane/src/hviewer, 2010-03-09 15:25:53 +00:00