1. 08 Sep, 2020 1 commit
  2. 07 Sep, 2020 1 commit
    • Nathan Scott's avatar
      Update README · 28d0e86e
      Nathan Scott authored
      Point to the htop.dev repo which is now team-maintained - indicate that this, the original repo, is archived.
      28d0e86e
  3. 10 Feb, 2019 6 commits
  4. 24 Aug, 2018 3 commits
  5. 19 Aug, 2018 4 commits
  6. 28 Jul, 2018 1 commit
  7. 13 Jun, 2018 2 commits
  8. 02 Jun, 2018 1 commit
  9. 23 May, 2018 3 commits
  10. 10 Apr, 2018 3 commits
  11. 06 Apr, 2018 1 commit
    • Hisham Muhammad's avatar
      Require pkg-config as an optional build dependency on Linux (#775) · e85b072a
      Hisham Muhammad authored
      With this commit:
      
      * if pkgconfig is installed, it will expand the code inside the shell if, adding the pkgconfig-based tests for the dependencies of Linux delay accounting.
      * if pkgconfig is not installed, it will add an error message inside the test of Linux delay accounting, telling the user to install pkgconfig and rebuild the configure script if they want to use Linux delay accounting.
      
      The end result is:
      
      * people running Linux
        * will not need pkgconfig when not using delay accounting
        * will need pkgconfig when using delay accounting
          * if they don't have it
            * they are told by configure they need to install it and re-run autogen.sh when running from Git
            * they are told by configure they need to install it and re-run configure when running from the tarball
      * people not running Linux
        * will never need pkgconfig
      
      ...and in none of the above scenarios the generated configure script produces unexpanded macros for users checking out the sources from Git.
      e85b072a
  12. 05 Apr, 2018 14 commits