1. 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
  2. Sep 06, 2019
  3. Apr 24, 2019
  4. Mar 05, 2019
  5. Nov 04, 2018
  6. Nov 02, 2018
  7. Oct 31, 2018
  8. Oct 29, 2018
  9. 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
  10. Mar 02, 2018
  11. Jan 29, 2018
  12. Dec 04, 2017
  13. Nov 15, 2017
  14. Nov 14, 2017
  15. Oct 17, 2017
  16. Oct 11, 2017
  17. Sep 15, 2017
  18. Sep 04, 2017
  19. Aug 31, 2017