1. 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
  2. Mar 06, 2018
  3. Mar 01, 2018
  4. Feb 27, 2018
  5. Feb 21, 2018
  6. Jan 25, 2018
  7. Jan 24, 2018
  8. Dec 04, 2017
  9. Nov 15, 2017
  10. Oct 13, 2017
  11. Sep 22, 2017
  12. Sep 20, 2017
  13. Sep 13, 2017
  14. Sep 12, 2017
  15. Sep 04, 2017
  16. Aug 31, 2017