Skip to content
Snippets Groups Projects
  1. Sep 04, 2021
    • Jean-Noël Grad's avatar
      Fix 756 Doxygen warnings · 25af88f4
      Jean-Noël Grad authored
      Delete Doxygen blocks duplicated in both .h and .cpp files.
      Fix incorrect argument names in \param blocks. Fix filenames
      in \file blocks. Fix broken Doxygen syntax (broken numerated
      lists containing more than 9 items, invalid HTML tags, broken
      links in \ref and malformed math equations). Wrap code blocks
      inside \code ... \endcode.
      25af88f4
  2. Jun 13, 2019
  3. Apr 12, 2019
  4. Mar 27, 2019
  5. Mar 26, 2019
  6. Jan 22, 2019
  7. Jan 09, 2019
  8. Jan 08, 2019
  9. Aug 23, 2018
  10. Jul 21, 2017
  11. Apr 25, 2017
    • Martin Bauer's avatar
      [Bugfix] BufferSystem was not copied correctly · 0c8dad94
      Martin Bauer authored
      - Bug occurred if a BufferSystem (or communication scheme) was copied
        and the first object went out of scope.
      - Internally a pointer was kept which was still pointing to the original
        BufferSystem
      
      Fixes #16
      0c8dad94
  12. Mar 30, 2017