Skip to content
Snippets Groups Projects
  1. Apr 11, 2021
  2. Apr 09, 2021
  3. Mar 31, 2021
  4. Mar 26, 2021
  5. Mar 25, 2021
  6. Mar 24, 2021
  7. Mar 23, 2021
  8. Mar 13, 2021
  9. Mar 12, 2021
  10. Jan 31, 2021
  11. Jan 29, 2021
  12. Jan 19, 2021
  13. Dec 21, 2020
  14. Dec 19, 2020
  15. Dec 18, 2020
  16. Oct 05, 2020
  17. 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
  18. Sep 28, 2020
Loading