1. Jun 21, 2022
  2. Feb 22, 2022
  3. Mar 30, 2021
  4. Feb 07, 2021
  5. Nov 25, 2020
  6. Feb 24, 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. Sep 06, 2019
  11. Apr 24, 2019
  12. Mar 05, 2019
  13. Nov 04, 2018
  14. Nov 02, 2018
  15. Oct 31, 2018
  16. Oct 29, 2018
  17. May 10, 2018
    • Tommaso Tocci's avatar
      use strongly typed enum. · 5e96048b
      Tommaso Tocci authored
      5e96048b
    • Tommaso Tocci's avatar
      Add OpenDir class · 97f26a22
      Tommaso Tocci authored
      In order to support directories functionalities
      opendir,readdir,closedir,etc.. the OpenDir class has been introduced.
      This is a new specialization of the OpenFile class so that OpenDir
      object can be stored in the open_file_map along with regular file.
      97f26a22
    • Tommaso Tocci's avatar
      preload: Generalize OpenFileMap::add · 4314bebe
      Tommaso Tocci authored
      Allow to add already instantiated OpenFile to the OpenFileMap.
      
      This will come in hands when we will have sub-classes of the OpenFile.
      In that case this new add function will accept all object that are
      derived from the OpenFile class. See directories functionalities.
      4314bebe
  18. Mar 02, 2018
  19. Jan 29, 2018
  20. Dec 04, 2017
  21. Nov 15, 2017
  22. Nov 14, 2017
  23. Oct 17, 2017
  24. Oct 11, 2017
  25. Sep 15, 2017
  26. Sep 04, 2017
  27. Aug 31, 2017