Skip to content
  1. Feb 07, 2021
  2. Jan 28, 2021
  3. Dec 07, 2020
  4. Nov 25, 2020
  5. Sep 25, 2020
  6. Sep 15, 2020
  7. Sep 11, 2020
  8. Sep 10, 2020
  9. Aug 17, 2020
  10. May 25, 2020
  11. May 21, 2020
  12. May 19, 2020
  13. May 13, 2020
  14. May 12, 2020
  15. Apr 24, 2020
  16. Feb 07, 2020
    • Marc Vef's avatar
      Code Maintenance: Configurations, definitions, adafs to gkfs · 053cd9a5
      Marc Vef authored
      Restructuring code w.r.t. configurations and definitions:
      - #defines have been mostly removed from configurations
      - a dedicated config file has been added for configurations with constexpr
      - past configure file is now only a cmake wrapper
      - wrapping global functions into namespaces
      
      Removed all adafs and ifs occurrences. Now called gkfs
      053cd9a5
  17. Feb 05, 2020
  18. Feb 04, 2020
  19. Jan 29, 2020
  20. Jan 28, 2020
  21. Dec 09, 2019
  22. Nov 04, 2019
  23. Oct 03, 2019
    • Tommaso Tocci's avatar
      Add CREATE_CHECK_PARENTS compilation flag · 70a5c724
      Tommaso Tocci authored
      CREATE_CHECK_PARENTS controls if the existance of the parent node needs
      to be checked during the creation of a child node.
      
      Example: The check prevents the creation of file `/parent/child`
      if `/parent` doesn't exists or if it is not a directory
      
      By default CREATE_CHECK_PARENTS is enable and the check is enforced.
      It can be disable to speedup creation operations by passing
      `-DCREATE_CHECK_PARENTS:BOOL=OFF` as cmake parameter.
      70a5c724
  24. Sep 18, 2019