1. Mar 31, 2020
  2. Feb 25, 2020
  3. Feb 24, 2020
  4. Feb 20, 2020
  5. Feb 19, 2020
  6. Feb 18, 2020
  7. Feb 10, 2020
  8. Feb 09, 2020
  9. 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
  10. Jan 29, 2020
  11. Nov 04, 2019
  12. 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
  13. Sep 05, 2019
  14. Jul 29, 2019
    • Tommaso Tocci's avatar
      Posticipate logging initialization · 0ff4ee03
      Tommaso Tocci authored
      We don't want the log file to be created before command line parsing,
      otherwise --version or --help cli option could not work beacause we
      don't have permission to write to log file.
      0ff4ee03
  15. Jul 04, 2019
  16. Jun 26, 2019
  17. May 02, 2019
  18. Apr 24, 2019
  19. Apr 18, 2019
  20. Apr 17, 2019
  21. Apr 16, 2019
  22. Apr 10, 2019