1. Feb 28, 2020
  2. Feb 25, 2020
    • Alberto Miranda's avatar
      Merge branch '02_20_code_maintenance' into 'master' · a6bbdbb5
      Alberto Miranda authored
      02 20 code maintenance
      
      General code maintenance:
      - remove dead code
      - remove as many `#define` as possible and use `constexpr` instead
      - remove adafs occurrences and replace with gkfs
      - reformat code to unify code style as of CPPCoreGuidelines
      - rearrange imports, remove unused imports
      - separate cmake configurations and FS configurations
      - encapsulate non-prefix gkfs functions into namespaces
      - change copyright statement to 2020
      - cleanup of some irrelevant code and unnecessary struct definitions
      - consistent renaming for rpc sender functions and create and remove functions from client to daemon
      - encapsulate all code into namespaces even if naming and structuring is tentative
      
      See merge request !31
      a6bbdbb5
    • Marc Vef's avatar
      Adding gkfs::daemon namespace, cleanup · f05f1b46
      Marc Vef authored
      f05f1b46
    • Marc Vef's avatar
      15cee453
  3. Feb 24, 2020
  4. Feb 21, 2020
  5. Feb 20, 2020
  6. Feb 19, 2020
  7. Feb 18, 2020
  8. Feb 10, 2020
  9. Feb 09, 2020
  10. 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
  11. Feb 06, 2020
  12. Feb 05, 2020
  13. Feb 04, 2020
  14. Jan 29, 2020
  15. Jan 28, 2020