Skip to content
  1. Mar 15, 2018
  2. Mar 09, 2018
  3. Mar 07, 2018
    • Marc Vef's avatar
    • Marc Vef's avatar
      Restructuring directory hierarchy of the project + re-adding header files to CMake sources. · 138e04ca
      Marc Vef authored
      - Previously the directory hierarchy was not clear regarding to which
        file belong to which part of the project (client or daemon).
        Further, we will have other clients in the future (such as Fuse).
      - CMake files now differentiate between include dirs for all targets
        and target specific ones.
      - Removed duplicate -pg flag.
      - Not listing header files when adding executables or libraries
        is considered bad practice. Note that include_directories() is adding
        include paths to the code while adding all files used for executables
        and libraries provide the context which files belong to each binary.
        When only include_directories() is set, CMake assumes that all files
        belong to a binary (which is not necessarily true). As a result,
        some IDEs may break as the do not support this assumption.
      
        In general we should almost always favor explicitness over implicitness.
      138e04ca
  4. Mar 05, 2018
  5. Mar 02, 2018
  6. Feb 12, 2018
  7. Feb 08, 2018
  8. Jan 30, 2018
  9. Jan 29, 2018
  10. Jan 25, 2018
  11. Jan 24, 2018
  12. Jan 19, 2018
  13. Jan 15, 2018
    • Marc Vef's avatar
      Add basic MD_Test functionality · 49a77aac
      Marc Vef authored
      - Add: adafs_access, open with check if object exists
      - Add: root metadentry to database of each node
      - Modified: Open, unlink, mkdir, rmdir and combined their functionality to "create node" and "remove node"
      49a77aac
  14. Jan 12, 2018
  15. Dec 14, 2017
  16. Dec 13, 2017
  17. Dec 11, 2017
  18. Dec 04, 2017
  19. Dec 01, 2017
  20. Nov 29, 2017