Skip to content
Snippets Groups Projects
  1. Apr 10, 2020
  2. Jan 13, 2020
  3. Jan 03, 2020
  4. Sep 12, 2019
  5. 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
  6. Feb 27, 2019
  7. Jan 06, 2019
  8. Dec 19, 2018
  9. Aug 28, 2018
  10. Jan 02, 2018
  11. May 22, 2017
  12. May 08, 2017
  13. May 02, 2017
  14. Mar 03, 2017
  15. Jan 09, 2017
  16. Oct 11, 2016
  17. Sep 05, 2016
    • Dmitri Naumov's avatar
      Fix usage of optional<T const&>. · 362fec50
      Dmitri Naumov authored and Dmitri Naumov's avatar Dmitri Naumov committed
      The called getPropertyVector<T>() did not return
      a const reference optional, but an optional<T&>.
      
      With boost 1.61 this conversion is no longer possible.
      
      Fixes #1383
      362fec50
  18. Jun 28, 2016
  19. Jun 10, 2016
  20. May 17, 2016
  21. Feb 08, 2016
  22. Feb 03, 2016
  23. Feb 02, 2016
  24. Jan 27, 2016
  25. Jan 21, 2016
  26. Jan 13, 2016
  27. Jul 14, 2015
  28. Jul 02, 2015
  29. Jun 10, 2015
  30. Jun 09, 2015
  31. Apr 20, 2015
Loading