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