0e78e99d35fixed typo in graph.cc
l0ner
2014-04-19 22:30:21 +0000
b30bd82907fixed typos in graph.{cc,h} and linux/cpu.h
l0ner
2014-04-19 22:25:53 +0000
22084576e1rm 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
0319be5811moved spark files to spark branch
l0ner
2014-04-19 21:09:03 +0000
d166539cd7Corrections 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
7ac3d5f348Add Travis icon to README.
Matt McCormick
2013-06-14 02:07:07 +0000
7efaa03793Do not run ctest in Travis.
Matt McCormick
2013-06-14 01:56:46 +0000
37da50b692Add .travis.yml.
Matt McCormick
2013-06-14 01:49:10 +0000
80a1709c46Add load_line variable for OSX.
Matt McCormick
2013-06-11 00:12:51 -0400
36fefb42f5Add contributors to README.
Matt McCormick
2013-06-09 22:57:37 -0400
2f96a06357Update README to note OSX is now supported.
Matt McCormick
2013-06-09 22:55:08 -0400
4080b76407Output error on status interval < 1.
Matt McCormick
2013-06-09 22:24:28 -0400
d628ed7d20Use EXIT_SUCCESS/EXIT_FAILURE.
Matt McCormick
2013-06-09 21:01:32 -0400
861c21f2d7Output error on graph_lines < 1. Issue #3.
Matt McCormick
2013-06-09 20:58:47 -0400
633034cc9bMac OS X support and BSD function stubs
Justin Crawford
2013-04-15 12:15:31 -0700
1204163936Fix the formatting to use tabs instead of spaces, easier to read this way.
Justin Crawford
2013-04-15 11:35:38 -0700
5c8e12c529Don't use namespace std. It makes things too confusing.
Justin Crawford
2013-04-15 11:33:28 -0700
5f7f16197cAdd note in README that OSX is not supported.
Matt McCormick
2013-04-04 19:52:38 -0400
ae307fc11fAdd CMake error on OSX.
Matt McCormick
2013-04-04 19:50:16 -0400
6b8b746a0fpull initial *BDS port from Justin Crawford (see github.com/Justasic/tmux-mem-cpu-load)
Pawel "l0ner" Soltys
2015-01-10 17:58:34 +0100
ad096cbac6Merge branch 'l0ner' of github.com:l0ner/tmux-mem-cpu-load into l0ner
Pawel "l0ner" Soltys
2015-01-10 17:32:45 +0100
3e743ee1c2Hide cpu usage graph if graph_lines == 0.
Pawel "l0ner" Soltys
2015-01-10 17:32:08 +0100
220d260673use sysinfo() to get load avg instead of parsing /proc/ file
Pawel "l0ner" Soltys
2015-01-10 17:27:54 +0100
e7f2dd25e8use sysinfo() to get ram stats instead of parsing meminfo file.
Pawel "l0ner" Soltys
2015-01-09 14:52:50 +0100
b02d0000e9pulled Joe136 solution to MemAvailable being present in /proc/meminfo on some systems
Pawel "l0ner" Soltys
2015-01-09 14:10:26 +0100
5001bc4fe7added custom interval test
Pawel "l0ner" Soltys
2015-01-08 20:04:27 +0100
c6fc061f9dinstead of using istringstream to convert form strin to int use stoi() function
Pawel "l0ner" Soltys
2015-01-08 19:53:22 +0100
aadca0d325cleanups, fix tests to follow new arguments
Pawel "l0ner" Soltys
2015-01-08 19:52:46 +0100
d92113644cuse version generated by cmake, some vim auto reindent
Pawel "l0ner" Soltys
2015-01-08 19:31:25 +0100
28040b61daeasier to read argv parse using command line argument parser by Michael Hanke
Pawel "l0ner" Soltys
2015-01-07 20:57:25 +0100
e7ee4279f6increase sleep time to full sec instead of 1-0.1s
Pawel "l0ner" Soltys
2015-01-07 14:58:47 +0100
72f1b03078shorter DEFINES for versioning
Pawel "l0ner" Soltys
2015-01-07 14:31:49 +0100
42c93ac397prune 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
444bf2fa1cfixed typo in graph.cc
l0ner
2014-04-19 22:30:21 +0000
634201aa2cfixed typos in graph.{cc,h} and linux/cpu.h
l0ner
2014-04-19 22:25:53 +0000
03040e64f2rm 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
af8c544653moved spark files to spark branch
l0ner
2014-04-19 21:09:03 +0000
643fef3a7cCorrections in CMakeLists.txt
l0ner
2014-04-14 20:51:46 +0200
fed7b88ccd.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
4c9c9dde85Change the default build type to MinSizeRel.
v2.2.1
Matt McCormick
2013-07-15 23:23:11 +0000
a7200d2364Change the default build type to MinSizeRel.
Matt McCormick
2013-07-15 23:23:11 +0000
a91673be3aImprove foreground contrast with colors.
Matt McCormick
2013-07-15 23:20:35 +0000
fac8da7a0cImprove foreground contrast with colors.
Matt McCormick
2013-07-15 23:20:35 +0000
69880667e5Add Travis icon to README.
Matt McCormick
2013-06-14 02:07:07 +0000
c81bcc3d84Add Travis icon to README.
Matt McCormick
2013-06-14 02:07:07 +0000
82d6687aeeDo not run ctest in Travis.
Matt McCormick
2013-06-14 01:56:46 +0000
c07c80b662Do not run ctest in Travis.
Matt McCormick
2013-06-14 01:56:46 +0000
6c46121f4dAdd .travis.yml.
Matt McCormick
2013-06-14 01:49:10 +0000
6f00fc1daaAdd .travis.yml.
Matt McCormick
2013-06-14 01:49:10 +0000
d413759f4eAdd load_line variable for OSX.
v2.2.0
Matt McCormick
2013-06-11 00:12:51 -0400
4bb0a7676fAdd load_line variable for OSX.
Matt McCormick
2013-06-11 00:12:51 -0400
228639fa50Add contributors to README.
Matt McCormick
2013-06-09 22:57:37 -0400