Commit graph

  • b3377987d1 gcc 4.6 second try Pawel "l0ner" Soltys 2015-01-13 13:41:45 +0100
  • 54f1c4603a first try to make it compile on gcc 4.6 Pawel "l0ner" Soltys 2015-01-13 13:36:37 +0100
  • b007574d75 fixed typos in load.cc Pawel "l0ner" Soltys 2015-01-13 13:17:54 +0100
  • f30657b10a added missing include "load.h" Pawel "l0ner" Soltys 2015-01-12 15:58:31 +0100
  • ee37a33c29 OSX: removed useless includes Pawel "l0ner" Soltys 2015-01-12 15:57:41 +0100
  • 279b0cd2de drop OpenBSD support. See bsd/openBSD.txt for info Pawel "l0ner" Soltys 2015-01-12 15:21:43 +0100
  • 0afb507246 colorized output on *BSD systems Pawel "l0ner" Soltys 2015-01-11 18:27:08 +0100
  • 68e3fa5947 fixed functions headers to account for use_colors Pawel "l0ner" Soltys 2015-01-11 18:05:08 +0100
  • b7dd1361d4 fixed uncorrect ram usage Pawel "l0ner" Soltys 2015-01-11 18:03:22 +0100
  • 9baccec5bc fixed incorrect cpu usage Pawel "l0ner" Soltys 2015-01-11 18:01:13 +0100
  • 92990756c9 *BDS port: Pawel "l0ner" Soltys 2015-01-10 18:34:37 +0100
  • 067341e704 pull initial *BDS port from Justin Crawford (see github.com/Justasic/tmux-mem-cpu-load) Pawel "l0ner" Soltys 2015-01-10 17:58:34 +0100
  • 53c418ac6d Hide cpu usage graph if graph_lines == 0. Pawel "l0ner" Soltys 2015-01-10 17:32:08 +0100
  • a4e6e4e75a use sysinfo() to get load avg instead of parsing /proc/ file Pawel "l0ner" Soltys 2015-01-10 17:27:54 +0100
  • 0573330f75 use sysinfo() to get ram stats instead of parsing meminfo file. Pawel "l0ner" Soltys 2015-01-09 14:52:50 +0100
  • 23b385dd10 pulled Joe136 solution to MemAvailable being present in /proc/meminfo on some systems Pawel "l0ner" Soltys 2015-01-09 14:10:26 +0100
  • 1ccb32164b added custom interval test Pawel "l0ner" Soltys 2015-01-08 20:04:27 +0100
  • 0050d3657f instead of using istringstream to convert form strin to int use stoi() function Pawel "l0ner" Soltys 2015-01-08 19:53:22 +0100
  • b19956201a cleanups, fix tests to follow new arguments Pawel "l0ner" Soltys 2015-01-08 19:52:46 +0100
  • e7cdefa23a use version generated by cmake, some vim auto reindent Pawel "l0ner" Soltys 2015-01-08 19:31:25 +0100
  • 42a6d84016 easier to read argv parse using command line argument parser by Michael Hanke Pawel "l0ner" Soltys 2015-01-07 20:57:25 +0100
  • ac8c429746 increase sleep time to full sec instead of 1-0.1s Pawel "l0ner" Soltys 2015-01-07 14:58:47 +0100
  • 87f1e2e816 shorter DEFINES for versioning Pawel "l0ner" Soltys 2015-01-07 14:31:49 +0100
  • d8e55342c2 prune BOOST detection, minor tweaks For not Boost is not needed, uncomment relative lines when it will be. Pawel "l0ner" Soltys 2015-01-07 14:15:28 +0100
  • 3bb320df3c restore headers Pawel "l0ner" Soltys 2015-01-07 14:15:08 +0100
  • f5ce6f5ad1 Use svg instead of png to get better image quality Peter Dave Hello 2015-01-05 20:03:07 +0800
  • 2d6688ed8d grime removal: useless includes and code Pawel "l0ner" Soltys 2015-01-04 18:51:43 +0100
  • 0a17fd6e6c wrap lines that exceed 80 columns Pawel "l0ner" Soltys 2015-01-04 17:33:03 +0100
  • 91db233bdc reindent one line Pawel "l0ner" Soltys 2015-01-04 17:23:39 +0100
  • 45e4c3d2b7 use static_cast<> instead of c-like cast Pawel "l0ner" Soltys 2015-01-04 17:23:05 +0100
  • 8a575331bf include fixes to make it compile on osx, added *~ files to gitignore Pawel "l0ner" Soltys 2015-01-04 17:21:20 +0100
  • f7b43d6c80 Add Mark to contributors. Matt McCormick 2014-05-07 23:23:41 -0400
  • 249926de6e test/exclude line starting with MemAvailable Mark Palmeri 2014-05-06 16:00:57 -0400
  • f265aabb03 CPU usage graph generation by getGraphByPercentage function. l0ner 2014-04-19 22:36:59 +0000
  • 0e78e99d35 fixed typo in graph.cc l0ner 2014-04-19 22:30:21 +0000
  • b30bd82907 fixed typos in graph.{cc,h} and linux/cpu.h l0ner 2014-04-19 22:25:53 +0000
  • 22084576e1 rm cpu_percentage function proto from main source This is useless here, since this proto is provided by {linux,osx}/cpu.h l0ner 2014-04-19 21:13:36 +0000
  • 0319be5811 moved spark files to spark branch l0ner 2014-04-19 21:09:03 +0000
  • b2547af9fb spark.cc fixes l0ner 2014-04-19 20:29:59 +0200
  • 49b4a3cd4a Spark graph functions l0ner 2014-04-14 22:32:03 +0200
  • 714da52366 Functions for generating vertical graphs l0ner 2014-04-14 21:46:32 +0200
  • 6466239f5e cpu.cc - fixed missing header and variable misname l0ner 2014-04-14 20:57:00 +0200
  • 9d37356bf7 memory.cc - fixed typos and missing headers l0ner 2014-04-14 20:55:00 +0200
  • d166539cd7 Corrections in CMakeLists.txt l0ner 2014-04-14 20:51:46 +0200
  • 94f455bedf .gitignore add Version generation by cmake system type detection in cmake Split file code for better management l0ner 2014-04-14 20:47:51 +0200
  • 7ac3d5f348 Add Travis icon to README. Matt McCormick 2013-06-14 02:07:07 +0000
  • 7efaa03793 Do not run ctest in Travis. Matt McCormick 2013-06-14 01:56:46 +0000
  • 37da50b692 Add .travis.yml. Matt McCormick 2013-06-14 01:49:10 +0000
  • 80a1709c46 Add load_line variable for OSX. Matt McCormick 2013-06-11 00:12:51 -0400
  • 36fefb42f5 Add contributors to README. Matt McCormick 2013-06-09 22:57:37 -0400
  • 2f96a06357 Update README to note OSX is now supported. Matt McCormick 2013-06-09 22:55:08 -0400
  • 4080b76407 Output error on status interval < 1. Matt McCormick 2013-06-09 22:24:28 -0400
  • d628ed7d20 Use EXIT_SUCCESS/EXIT_FAILURE. Matt McCormick 2013-06-09 21:01:32 -0400
  • 861c21f2d7 Output error on graph_lines < 1. Issue #3. Matt McCormick 2013-06-09 20:58:47 -0400
  • 633034cc9b Mac OS X support and BSD function stubs Justin Crawford 2013-04-15 12:15:31 -0700
  • 1204163936 Fix the formatting to use tabs instead of spaces, easier to read this way. Justin Crawford 2013-04-15 11:35:38 -0700
  • 5c8e12c529 Don't use namespace std. It makes things too confusing. Justin Crawford 2013-04-15 11:33:28 -0700
  • 5f7f16197c Add note in README that OSX is not supported. Matt McCormick 2013-04-04 19:52:38 -0400
  • ae307fc11f Add CMake error on OSX. Matt McCormick 2013-04-04 19:50:16 -0400
  • 7452fc1961 Merge remote-tracking branch 'upstream/master' into l0ner Pawel "l0ner" Soltys 2015-01-13 14:08:07 +0100
  • e4769799ed latest commit broke compiling on clang. Fixed Pawel "l0ner" Soltys 2015-01-13 13:47:49 +0100
  • 18363dac61 gcc 4.6 second try Pawel "l0ner" Soltys 2015-01-13 13:41:45 +0100
  • ce20c60d29 first try to make it compile on gcc 4.6 Pawel "l0ner" Soltys 2015-01-13 13:36:37 +0100
  • 14f4fae8d4 fixed typos in load.cc Pawel "l0ner" Soltys 2015-01-13 13:17:54 +0100
  • 48115cf5c9 Merge remote-tracking branch 'upstream/master' into l0ner Pawel "l0ner" Soltys 2015-01-13 13:11:13 +0100
  • d692eeaf93 added missing include "load.h" Pawel "l0ner" Soltys 2015-01-12 15:58:31 +0100
  • f073450edd OSX: removed useless includes Pawel "l0ner" Soltys 2015-01-12 15:57:41 +0100
  • 8264c6e2a2 drop OpenBSD support. See bsd/openBSD.txt for info Pawel "l0ner" Soltys 2015-01-12 15:21:43 +0100
  • a2df46dae5 colorized output on *BSD systems Pawel "l0ner" Soltys 2015-01-11 18:27:08 +0100
  • e8dd4b442f fixed functions headers to account for use_colors Pawel "l0ner" Soltys 2015-01-11 18:05:08 +0100
  • a2e8459457 fixed uncorrect ram usage Pawel "l0ner" Soltys 2015-01-11 18:03:22 +0100
  • df5d66fdbf fixed incorrect cpu usage Pawel "l0ner" Soltys 2015-01-11 18:01:13 +0100
  • dba56f1b56 Merge branch 'l0ner' of github.com:l0ner/tmux-mem-cpu-load into l0ner Pawel "l0ner" Soltys 2015-01-10 18:39:45 +0100
  • f59b11971f *BDS port: Pawel "l0ner" Soltys 2015-01-10 18:34:37 +0100
  • 6b8b746a0f pull initial *BDS port from Justin Crawford (see github.com/Justasic/tmux-mem-cpu-load) Pawel "l0ner" Soltys 2015-01-10 17:58:34 +0100
  • ad096cbac6 Merge branch 'l0ner' of github.com:l0ner/tmux-mem-cpu-load into l0ner Pawel "l0ner" Soltys 2015-01-10 17:32:45 +0100
  • 3e743ee1c2 Hide cpu usage graph if graph_lines == 0. Pawel "l0ner" Soltys 2015-01-10 17:32:08 +0100
  • 220d260673 use sysinfo() to get load avg instead of parsing /proc/ file Pawel "l0ner" Soltys 2015-01-10 17:27:54 +0100
  • e7f2dd25e8 use sysinfo() to get ram stats instead of parsing meminfo file. Pawel "l0ner" Soltys 2015-01-09 14:52:50 +0100
  • b02d0000e9 pulled Joe136 solution to MemAvailable being present in /proc/meminfo on some systems Pawel "l0ner" Soltys 2015-01-09 14:10:26 +0100
  • 5001bc4fe7 added custom interval test Pawel "l0ner" Soltys 2015-01-08 20:04:27 +0100
  • c6fc061f9d instead of using istringstream to convert form strin to int use stoi() function Pawel "l0ner" Soltys 2015-01-08 19:53:22 +0100
  • aadca0d325 cleanups, fix tests to follow new arguments Pawel "l0ner" Soltys 2015-01-08 19:52:46 +0100
  • d92113644c use version generated by cmake, some vim auto reindent Pawel "l0ner" Soltys 2015-01-08 19:31:25 +0100
  • 28040b61da easier to read argv parse using command line argument parser by Michael Hanke Pawel "l0ner" Soltys 2015-01-07 20:57:25 +0100
  • e7ee4279f6 increase sleep time to full sec instead of 1-0.1s Pawel "l0ner" Soltys 2015-01-07 14:58:47 +0100
  • 72f1b03078 shorter DEFINES for versioning Pawel "l0ner" Soltys 2015-01-07 14:31:49 +0100
  • 42c93ac397 prune BOOST detection, minor tweaks For not Boost is not needed, uncomment relative lines when it will be. Pawel "l0ner" Soltys 2015-01-07 14:15:28 +0100
  • 8e9033ee1e restore headers Pawel "l0ner" Soltys 2015-01-07 14:15:08 +0100
  • 8aab7a817d Merge pull request #11 from PeterDaveHello/patch-1 Matt McCormick 2015-01-05 17:00:26 -0500
  • c15d5d954b Merge pull request #11 from PeterDaveHello/patch-1 Matt McCormick 2015-01-05 17:00:26 -0500
  • ad1637f05b Use svg instead of png to get better image quality Peter Dave Hello 2015-01-05 20:03:07 +0800
  • c38004cf90 Use svg instead of png to get better image quality Peter Dave Hello 2015-01-05 20:03:07 +0800
  • 7a9209e243 grime removal: useless includes and code Pawel "l0ner" Soltys 2015-01-04 18:51:43 +0100
  • 26e89f95fa wrap lines that exceed 80 columns Pawel "l0ner" Soltys 2015-01-04 17:33:03 +0100
  • 223868f554 reindent one line Pawel "l0ner" Soltys 2015-01-04 17:23:39 +0100
  • 080e1be24d use static_cast<> instead of c-like cast Pawel "l0ner" Soltys 2015-01-04 17:23:05 +0100
  • 47b9f62a10 include fixes to make it compile on osx, added *~ files to gitignore Pawel "l0ner" Soltys 2015-01-04 17:21:20 +0100
  • 660481f23b Add Mark to contributors. v2.2.2 Matt McCormick 2014-05-07 23:23:41 -0400
  • 8d7b8c17ec Add Mark to contributors. Matt McCormick 2014-05-07 23:23:41 -0400