Skip to content
Snippets Groups Projects
  1. Mar 24, 2021
  2. Mar 13, 2021
  3. Mar 12, 2021
  4. Jan 31, 2021
  5. Jan 29, 2021
  6. Jan 19, 2021
  7. Dec 21, 2020
  8. Dec 19, 2020
  9. Dec 18, 2020
  10. Oct 05, 2020
  11. Oct 02, 2020
    • Oliver Sander's avatar
      Guard against misuse of AxisAlignedCubeGeometry constructor · 4546b4bd
      Oliver Sander authored
      The AxisAlignedCubeGeometry has always had a constructor that was always
      intended to be used with dim==coorddim only.  However, this precondition
      was never checked anywhere, which could lead to strange bugs.
      This patch introduces a static_assert that fails at compile time
      if the dim==coorddim precondition is not met.
      
      BUG: #25
      4546b4bd
  12. Sep 28, 2020
  13. Aug 11, 2020
  14. May 24, 2020
  15. May 08, 2020
  16. Apr 26, 2020
  17. Apr 23, 2020
  18. Apr 05, 2020
  19. Apr 04, 2020
Loading