Skip to content

v1.6.6

Compare
Choose a tag to compare
@simogasp simogasp released this 24 Jul 15:48
· 16 commits to master since this release
4bc6dc2

Download:

https://gforge.inria.fr/frs/?group_id=5833

Release Notes

The geogram release that comes with Graphite-1.6.6.
Many small improvement and fixes (see list below).

Change Log

  • Fixed Logger crash under Windows in multithreading mode
  • Fixed graphic apps crash under Windows when iconizing
  • PLY exporter now saves vertices colors if present
  • exported missing symbols (cell descriptors) for Windows
    (needs GEOGRAM_API also in the .cpp, c.f. stackoverflow, AliceVision repo)
  • Fixed bug in assertion checks that were not correct when OpenNL
    variables indirection API is not used.
  • NL_DEBUG activated when NDEBUG is not defined.
  • nl_range_assert: fixed a warning.
  • NL: Fixed debugging code that was breaking compilation (variable locally declared in loop not supported by compilers)
  • GUI, file dialog: Added buttons to change logical drives under Windows.