Commit Graph

16 Commits

Author SHA1 Message Date
Tom Henderson
700fb009c5 stats: (fixes #228) Disable bindings for SQLite options when not enabled
Further work on patch originally started by Tommaso Pecorella in the tracker
2020-06-21 08:09:58 -07:00
Steven Smith
dded72e02e build: (fixes #217) Guard compilation of example used as a test
* Added documentation to ExampleAsTestSuite on the need for this guarding
* Updated with Peter's patch for examples-as-test placeholders in wscripts
2020-06-08 09:35:50 -07:00
Natale Patriciello
4b1e3516cc stats: Added sqlite output interface
The new class can used as a C++ interface towards the SQlite library.
It should support all the major version of the library.
2020-03-09 10:08:42 +01:00
Tom Henderson
203c408a67 add TimeProbe class to data collection framework 2014-10-15 07:06:11 -07:00
Tom Henderson
d34a027551 fix module dependency 2013-08-09 06:35:28 -07:00
Tom Henderson
2a08426b17 data collection extensions for stats module 2013-08-08 06:40:41 -07:00
Tom Henderson
2180f8ad5d move average.h from tools to stats module 2013-06-18 13:42:57 -07:00
Tom Henderson
7477fb5d43 move delay-jitter-estimation to stats/helper 2013-06-18 13:21:35 -07:00
Tom Henderson
1071fd3d46 move gnuplot support from src/tools to src/stats 2013-06-18 13:16:51 -07:00
Vedran Miletić
bbdb4231b3 Upgrade waf to 1.7.10 and fix included wscripts
This is a massive upgrade removing almost all pre-waf 1.6 script code. In addition, this does away with custom pkgconfig.py script for making .pc files and replaces it with waf's builtin mechanism.

Massive thanks to Alex Afanasyev for ideas and bugfixing, to Alina Quereilhac for bugfixing and testing, and to Tom Henderson for thorough testing.
2013-04-01 22:33:46 +02:00
Gustavo J. A. M. Carneiro
27f24ad305 Bug 1269 - sqlite3 not found on FreeBSD 2011-09-27 18:04:38 +01:00
Gustavo J. A. M. Carneiro
05b726cc71 Fix modules wscript usage of 'use' parameter 2011-09-22 13:03:25 +01:00
Gustavo J. A. M. Carneiro
c3059b6e68 Upgrade to waf-1.6.7, work in progress 2011-09-08 16:13:40 +01:00
Mitch Watrous
2975c66c68 Bug 1123 - Class MinMaxAvgTotalCalculator does not implement all the methods in its interface 2011-06-08 11:42:04 -07:00
Gustavo J. A. M. Carneiro
e072bb3014 Add more modular bindings 2011-03-22 15:41:38 +00:00
Mitch Watrous
a870eef8b7 Modularize stats module and move it to src 2011-03-04 10:56:07 -08:00