Skip to content
Snippets Groups Projects
  1. Jan 02, 2024
  2. Nov 09, 2023
  3. Sep 17, 2023
    • Dmitri Naumov's avatar
      [PL] Pass name as const-ref on construction · 2febec61
      Dmitri Naumov authored
      The 'name' in process construction is also used after
      the process construction and so it can not be moved
      anyway. Taking it by const-ref avoids an extra copy
      here (and silences a cppcheck warning).
      2febec61
  4. Jan 03, 2023
  5. Jul 18, 2022
  6. Jun 21, 2022
  7. Mar 05, 2022
  8. Feb 16, 2022
  9. Jan 09, 2022
  10. Nov 04, 2021
  11. Apr 04, 2021
  12. Jan 11, 2021
  13. Jan 01, 2021
  14. Oct 21, 2020
    • Dmitri Naumov's avatar
      [PL/TH2] Avoid dummy material ids. Pass pointer. · 6508db5b
      Dmitri Naumov authored
      Fixing a SEGV occuring on meshes which don't have
      a MaterialIDs property. The dummy_property_vector
      does not exist after the else condition and the pointer
      passed to the material properties becomes a dangling
      pointer.
      6508db5b
  15. Apr 14, 2020
  16. Apr 10, 2020
  17. Jan 03, 2020
  18. Nov 06, 2019
  19. Nov 03, 2019
  20. Sep 12, 2019
    • Dmitri Naumov's avatar
      Add \file for in all files w/o it. · af7e4029
      Dmitri Naumov authored
      Fixes multiple copyright messages in the doxygen docu.
      
      ag '\\file' -L --ignore=ThirdParty *Lib |xargs  sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
      af7e4029
Loading