Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 12, 2023
    • Dmitri Naumov's avatar
      [doc] Use \file in headers. Replace @ with \. · 5b297a54
      Dmitri Naumov authored
      This unifies the doxygen headers. If the (doxygen) header is not
      starting with \file, the following documentation is attributed to a
      different entity resulting is multiple copyright blocks and the like in
      the doxygen's html files.
      5b297a54
  3. Jan 03, 2023
  4. Sep 27, 2022
  5. Jul 13, 2022
  6. Feb 16, 2022
  7. Jan 09, 2022
  8. Nov 04, 2021
  9. Oct 07, 2021
  10. May 17, 2021
  11. May 10, 2021
  12. Apr 04, 2021
  13. Jan 01, 2021
  14. Oct 13, 2020
  15. Apr 10, 2020
  16. Mar 23, 2020
  17. Mar 16, 2020
  18. Mar 10, 2020
  19. Feb 21, 2020
  20. Jan 20, 2020
  21. Jan 03, 2020
  22. Nov 06, 2019
  23. Nov 03, 2019
  24. Sep 11, 2019
    • Dmitri Naumov's avatar
      Remove explicit file name if doxygen's \file cmd. · 9d920d1e
      Dmitri Naumov authored
      If only file name is specified it causes a warning
      about the name not to be specific enough if there is
      another file with the same name, e.g.:
      
      the name `IdealGasLaw.h' supplied as the second argument
      in the \file statement matches the following input
      files: ogs/MaterialLib/Fluid/Density/IdealGasLaw.h
      ogs/MaterialLib/MPL/Properties/IdealGasLaw.h
      Please use a more specific name by including a (larger)
      part of the path!
      
      From now on only \file w/o a name or a full path will
      be allowed.
      
      find -type f | xargs sed -i 's%\(\\file\).*%\1%'
      9d920d1e
  25. Jun 25, 2019
  26. Mar 11, 2019
  27. Feb 27, 2019
  28. Jan 06, 2019
  29. Nov 27, 2018
  30. Nov 23, 2018
  31. Mar 27, 2018
  32. Jan 17, 2018
Loading