Skip to content
Snippets Groups Projects
  1. Apr 22, 2021
  2. Apr 21, 2021
  3. Apr 19, 2021
  4. Apr 16, 2021
  5. Apr 14, 2021
  6. Apr 06, 2021
  7. Apr 05, 2021
  8. Mar 03, 2021
  9. Feb 25, 2021
  10. Feb 23, 2021
  11. Feb 19, 2021
  12. Feb 17, 2021
  13. Feb 15, 2021
  14. Feb 12, 2021
  15. Feb 11, 2021
  16. Feb 05, 2021
  17. Feb 04, 2021
  18. Feb 03, 2021
  19. Feb 01, 2021
  20. Jan 27, 2021
  21. Jan 22, 2021
  22. Jan 11, 2021
    • Benjamin Morgan's avatar
      Always check and download test data · c7e4b148
      Benjamin Morgan authored
      The DATA_DOWNLOAD option for testing is effectively unused because
      
      - Testing always(*) requires the data, downloaded or locally copied
        by the client.
      - Download is only triggered if the data is not present.
      - Tests will fail if the data isn't present
      
      (*) only if the full suite of tests is enabled. It may be possible
      to restrict check/download for subsets of tests.
      
      Remove the DATA_DOWNLOAD option, always checking for the data files
      and downloading if not present or there is a hash mismatch. Rewrite
      download/hashing to use CMake commands only.
      c7e4b148
    • Benjamin Morgan's avatar
      Make testing options depend on BUILD_TESTING · 3e931b6f
      Benjamin Morgan authored
      All options related to testing Vecgeom should only be enabled if the
      tests themselves are activated.
      
      Use cmake_dependent_option to disable these options if the core
      BUILD_TESTING variable is not true.
      3e931b6f
    • Benjamin Morgan's avatar
      Group testing related options · 0ade5017
      Benjamin Morgan authored
      0ade5017
    • Benjamin Morgan's avatar
      Replace CTEST option with CTest/BUILD_TESTING · 00652b2b
      Benjamin Morgan authored
      VecGeom uses CTest for testing, and hence its builtin BUILD_TESTING
      option, but activates it by another custom variable, CTEST.
      
      For clarity ans standardization, only use the CTest module and the
      BUILD_TESTING variable/option. Update scripts/CI to use this.
      00652b2b
  23. Jan 07, 2021
  24. Dec 22, 2020
  25. Dec 21, 2020
    • Seth Johnson's avatar
      Fix VGDML middleware check for whitespace · 3ed1bb7e
      Seth Johnson authored and Guilherme Lima's avatar Guilherme Lima committed
      When not validating input against the XML schema, text and comment nodes
      remain in the DOM. This could result in `DOMNode` that were not
      `DOMElement` instances, leading to a crash in the whitespace check.
      Since only the whitespace/comment nodes are *not* elements, we can
      eliminate the whitespace check more effectively.
      3ed1bb7e
  26. Dec 16, 2020
  27. Dec 15, 2020
  28. Dec 14, 2020
Loading