Skip to content
  1. Nov 25, 2020
  2. Sep 10, 2020
  3. Feb 25, 2020
  4. Feb 20, 2020
  5. Feb 10, 2020
  6. Feb 09, 2020
  7. Jul 04, 2019
  8. Apr 24, 2019
  9. Apr 03, 2019
  10. Mar 06, 2019
  11. Mar 05, 2019
  12. Nov 07, 2018
  13. Oct 29, 2018
  14. May 11, 2018
  15. May 09, 2018
  16. Mar 24, 2018
  17. Mar 23, 2018
  18. Mar 07, 2018
    • 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
  19. Nov 14, 2017
  20. Sep 22, 2017
  21. Sep 17, 2017
  22. Sep 08, 2017
  23. Sep 07, 2017
  24. Sep 05, 2017
  25. Aug 31, 2017
  26. Jul 10, 2017
  27. Jul 05, 2017
  28. Jul 04, 2017
  29. Jul 03, 2017
  30. Jun 21, 2017