Skip to content
Snippets Groups Projects
  1. Nov 04, 2021
  2. Nov 03, 2021
  3. Nov 02, 2021
  4. Oct 11, 2021
    • Dmitri Naumov's avatar
      [MeL] Use array of nodes instead of heap alloc arr · 0d9019d4
      Dmitri Naumov authored
      The problem with the heap allocated array is that the ownership
      is not clear. In the MeshEditing.Prism2Quad unit-test the
      array of nodes was used after it has been already deleted
      after element construction. Using array is safer and avoids
      unnecessary heap alloctions.
      0d9019d4
  5. Oct 10, 2021
  6. Oct 08, 2021
  7. Oct 07, 2021
  8. Oct 06, 2021
  9. Oct 05, 2021
  10. Sep 30, 2021
  11. Sep 22, 2021
  12. Sep 20, 2021
  13. Sep 17, 2021
  14. Sep 15, 2021
  15. Sep 07, 2021
  16. Sep 05, 2021
Loading