Skip to content
Snippets Groups Projects
  1. Sep 15, 2022
    • Dmitri Naumov's avatar
      [MeL] Use exact predicates for point projection · c6cf0b09
      Dmitri Naumov authored
      Previously using inexact predicates would yield ambiguous results whether a point
      is inside or outside of a projected element, depending on compiler and architecture.
      
      The exact predicates are slower, so one could think about to add a run-time flag to
      use exact or inexact predicates giving the user an option for fast or correct calculations.
      c6cf0b09
  2. Jun 13, 2022
  3. Apr 26, 2022
  4. Jan 09, 2022
  5. Jul 02, 2021
  6. Apr 06, 2021
  7. Apr 04, 2021
  8. Jan 01, 2021
  9. Dec 29, 2020
  10. Jun 08, 2020
  11. Jan 03, 2020
  12. 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
  13. Mar 08, 2019
Loading