ResInsight/Fwk
Gaute Lindkvist d08444ec77 #6437 Fix Signal crash and improve signal code
* The crash fix is ensuring we don't loop through m_disconnectCallbacks
  in DeleteSignal::send()
* This is because the callback will end up calling disconnect
  which in turn erases the entry from m_disconnectCallbacks,
  invalidating the iterators used in the loop.
2020-09-04 19:37:45 +02:00
..
AppFwk #6437 Fix Signal crash and improve signal code 2020-09-04 19:37:45 +02:00
VizFwk #6398 System : Remove cotire 2020-08-29 10:30:56 +02:00
CMakeLists.txt Add test project including cvf and fix compile issues 2020-05-08 11:28:55 +02:00