Commit Graph

6 Commits

Author SHA1 Message Date
Pawel "l0ner" Soltys
51f85ba032 code syntax style, vim modelines, license
* Use std::sting instead of char[] in the graph drawing functions. This is the
  only change to the code. Rest is just styling.
* Corrected whole code to follow Allman/GNU coding style, with 2 spaces for each
  indentation step.
* Added license headers to all code files
* Added vim modelines to all files. They sit on the first line and enable the
  following settings: 2 space indentation, tab expansion to spaces, line at
  80th column, automatic line breaking on "\ !@*+-;:,./?" characters, automatic
  line break if line exceeds 80 colums. This should keep the code nice and tidy.
2015-01-18 14:36:59 +01:00
Pawel "l0ner" Soltys
f2b75f7531 graph.cc: coding style fixes 2015-01-17 23:48:54 +01:00
Pawel "l0ner" Soltys
080e1be24d use static_cast<> instead of c-like cast 2015-01-04 17:23:05 +01: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
ccf33e2a26 Functions for generating vertical graphs 2014-04-14 21:46:32 +02:00