Skip to content
Snippets Groups Projects
  1. Oct 08, 2024
  2. Apr 08, 2024
  3. Jan 02, 2024
  4. Sep 29, 2023
  5. 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
  6. 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
  7. Jan 03, 2023
  8. Sep 27, 2022
  9. Jul 13, 2022
  10. Feb 16, 2022
  11. Jan 09, 2022
  12. Nov 04, 2021
  13. Oct 07, 2021
  14. May 17, 2021
  15. May 10, 2021
  16. Apr 04, 2021
  17. Jan 01, 2021
  18. Oct 13, 2020
  19. Apr 10, 2020
  20. Mar 23, 2020
  21. Mar 16, 2020
  22. Mar 10, 2020
  23. Feb 21, 2020
  24. Jan 20, 2020
  25. Jan 03, 2020
  26. Nov 06, 2019
  27. Nov 03, 2019
  28. 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
  29. Jun 25, 2019
  30. Mar 11, 2019
Loading