Commit Graph

341 Commits

Author SHA1 Message Date
Pawel "l0ner" Soltys
d92113644c use version generated by cmake, some vim auto reindent 2015-01-08 19:31:25 +01:00
Pawel "l0ner" Soltys
28040b61da easier to read argv parse using command line argument parser by Michael Hanke 2015-01-07 20:57:25 +01:00
Pawel "l0ner" Soltys
e7ee4279f6 increase sleep time to full sec instead of 1-0.1s 2015-01-07 14:58:47 +01:00
Pawel "l0ner" Soltys
72f1b03078 shorter DEFINES for versioning 2015-01-07 14:31:49 +01:00
Pawel "l0ner" Soltys
42c93ac397 prune BOOST detection, minor tweaks
For not Boost is not needed, uncomment relative lines when it will be.
2015-01-07 14:15:28 +01:00
Pawel "l0ner" Soltys
8e9033ee1e restore headers 2015-01-07 14:15:08 +01:00
Matt McCormick
8aab7a817d Merge pull request #11 from PeterDaveHello/patch-1
Use svg instead of png to get better image quality
2015-01-05 17:00:26 -05:00
Peter Dave Hello
ad1637f05b Use svg instead of png to get better image quality 2015-01-05 20:03:07 +08:00
Pawel "l0ner" Soltys
7a9209e243 grime removal: useless includes and code 2015-01-04 18:51:43 +01:00
Pawel "l0ner" Soltys
26e89f95fa wrap lines that exceed 80 columns 2015-01-04 17:33:03 +01:00
Pawel "l0ner" Soltys
223868f554 reindent one line 2015-01-04 17:23:39 +01:00
Pawel "l0ner" Soltys
080e1be24d use static_cast<> instead of c-like cast 2015-01-04 17:23:05 +01:00
Pawel "l0ner" Soltys
47b9f62a10 include fixes to make it compile on osx, added *~ files to gitignore 2015-01-04 17:21:20 +01:00
Matt McCormick
660481f23b Add Mark to contributors. v2.2.2 2014-05-07 23:23:41 -04:00
Matt McCormick
0c7ce142a2 Merge pull request #9 from mlp6/accomodate_MemAvailable
test/exclude line starting with MemAvailable
2014-05-07 23:17:21 -04:00
Mark Palmeri
b12dfc6f29 test/exclude line starting with MemAvailable
tested for line starting w/ 'MemAvailable' and exclude from used memory
calculation by simply decrementing the index variable by 1 and
proceeding
2014-05-06 16:00:57 -04:00
l0ner
2040736dd6 CPU usage graph generation by getGraphByPercentage function. 2014-04-19 22:36:59 +00:00
l0ner
444bf2fa1c fixed typo in graph.cc 2014-04-19 22:30:21 +00:00
l0ner
634201aa2c fixed typos in graph.{cc,h} and linux/cpu.h 2014-04-19 22:25:53 +00:00
l0ner
03040e64f2 rm cpu_percentage function proto from main source
This is useless here, since this proto is provided by
   {linux,osx}/cpu.h
2014-04-19 21:13:36 +00:00
l0ner
af8c544653 moved spark files to spark branch 2014-04-19 21:09:03 +00:00
l0ner
ea22ccd63f spark.cc fixes 2014-04-19 20:29:59 +02:00
l0ner
0857cdbfe4 Spark graph functions 2014-04-14 22:32:03 +02:00
l0ner
ccf33e2a26 Functions for generating vertical graphs 2014-04-14 21:46:32 +02:00
l0ner
b0ab6ea57a cpu.cc - fixed missing header and variable misname 2014-04-14 20:57:00 +02:00
l0ner
5e354b9221 memory.cc - fixed typos and missing headers 2014-04-14 20:55:00 +02:00
l0ner
643fef3a7c Corrections in CMakeLists.txt 2014-04-14 20:51:46 +02:00
l0ner
fed7b88ccd .gitignore add
Version generation by cmake
system type detection in cmake
Split file code for better management
2014-04-14 20:47:51 +02:00
Matt McCormick
4c9c9dde85 Change the default build type to MinSizeRel.
This changes the output size of the executable from 52K to 32K for GCC 4.6.3.
v2.2.1
2013-07-15 23:23:11 +00:00
Matt McCormick
a7200d2364 Change the default build type to MinSizeRel.
This changes the output size of the executable from 52K to 32K for GCC 4.6.3.
2013-07-15 23:23:11 +00:00
Matt McCormick
a91673be3a Improve foreground contrast with colors.
A brightwhite is needed for the white text to have enough contrast.  It also
allows for non-bright black, which also has better contrast.
2013-07-15 23:20:35 +00:00
Matt McCormick
fac8da7a0c Improve foreground contrast with colors.
A brightwhite is needed for the white text to have enough contrast.  It also
allows for non-bright black, which also has better contrast.
2013-07-15 23:20:35 +00:00
Matt McCormick
69880667e5 Add Travis icon to README. 2013-06-14 02:07:07 +00:00
Matt McCormick
c81bcc3d84 Add Travis icon to README. 2013-06-14 02:07:07 +00:00
Matt McCormick
82d6687aee Do not run ctest in Travis.
The workers apparently do not present themselves as
a full linux system.
2013-06-14 01:56:46 +00:00
Matt McCormick
c07c80b662 Do not run ctest in Travis.
The workers apparently do not present themselves as
a full linux system.
2013-06-14 01:56:46 +00:00
Matt McCormick
6c46121f4d Add .travis.yml. 2013-06-14 01:49:10 +00:00
Matt McCormick
6f00fc1daa Add .travis.yml. 2013-06-14 01:49:10 +00:00
Matt McCormick
d413759f4e Add load_line variable for OSX. v2.2.0 2013-06-11 00:12:51 -04:00
Matt McCormick
4bb0a7676f Add load_line variable for OSX. 2013-06-11 00:12:51 -04:00
Matt McCormick
228639fa50 Add contributors to README. 2013-06-09 22:57:37 -04:00
Matt McCormick
8418e297ad Add contributors to README. 2013-06-09 22:57:37 -04:00
Matt McCormick
85e20f258c Update README to note OSX is now supported. 2013-06-09 22:55:08 -04:00
Matt McCormick
f95aa23b75 Update README to note OSX is now supported. 2013-06-09 22:55:08 -04:00
Matt McCormick
98a53bc262 Add tests. 2013-06-09 22:50:03 -04:00
Matt McCormick
e5f3dc1503 Add tests. 2013-06-09 22:50:03 -04:00
Matt McCormick
c5e080218c Output error on status interval < 1. 2013-06-09 22:24:28 -04:00
Matt McCormick
beea1a7cae Output error on status interval < 1. 2013-06-09 22:24:28 -04:00
Matt McCormick
f375fc7b72 Use EXIT_SUCCESS/EXIT_FAILURE. 2013-06-09 21:01:32 -04:00
Matt McCormick
365502dbf8 Use EXIT_SUCCESS/EXIT_FAILURE. 2013-06-09 21:01:32 -04:00