1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
Commit graph

19 commits

Author SHA1 Message Date
bfb0221ccf replaced strap() and vstrap() functions by strcatf() and vstrcatf()
The new versions of those string concatenating functions are using realloc() to dynamically resize the string buffer if needed.
We don't use the stack anymore.
2015-09-22 13:01:02 +02:00
5f038bf6bd removed trailing whitespace 2015-08-07 01:11:43 +02:00
eb1dd3f0ca fix: integer division without cast 2015-06-10 15:19:06 +02:00
d2c0e79746 fix: plot histogram if there was data collected 2015-06-10 14:58:42 +02:00
fffac2eb88 remove superfluous includes 2015-06-03 10:13:35 +02:00
9fae6d1ef8 fix: use "online" e.g. "running" calculation of mean and variance 2015-06-02 22:06:59 +02:00
08e08e6711 updated copyright in header 2015-06-02 21:53:04 +02:00
506bb2446c updated documentation (copyright year and other stuff) 2015-05-06 11:36:51 +02:00
cd76dc525a smaller cleanups and output formatting 2015-03-31 18:13:43 +02:00
5502d36ade fixed length of print buffer 2015-03-31 16:44:10 +02:00
6b4fd61817 improved logging system by adding a line() function 2015-03-31 15:02:51 +02:00
872153b458 smaller cleanups 2015-03-31 14:28:00 +02:00
860bd6b654 removed direct calls to strncat (DANGEROUS) 2015-03-31 13:50:30 +02:00
e1d7e0487d adjust histogram memory management function naming scheme 2015-03-21 15:26:52 +01:00
61b3e45bca make use of new helper function: alloc() 2015-03-17 23:21:31 +01:00
76d887e7b4 added Matlab struct output
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@271 8ec27952-4edc-4aab-86aa-e87bb2611832
2015-01-20 13:52:32 +00:00
6cdcdc0239 fixed critical buffer overflow
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@267 8ec27952-4edc-4aab-86aa-e87bb2611832
2015-01-20 10:52:04 +00:00
6122467452 added a whole bunch of statistical counters to the histogram class
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@262 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-12-09 22:51:02 +00:00
8bd93e40fd rewrite of histogram class
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@260 8ec27952-4edc-4aab-86aa-e87bb2611832
2014-12-09 19:46:25 +00:00