Tom Henderson
4a661dc399
bindings: Rescan all APIs
2020-12-30 14:21:24 -08:00
Tom Henderson
6002d927bc
bindings: Rescan all APIs
2020-12-21 21:18:58 -08:00
Peter D. Barnes, Jr
aeba34fa0a
stats: Time logging changes
2020-12-13 10:51:11 -08:00
Tom Henderson
9bfa3bd724
bindings: Rescan all APIs
2020-10-03 14:21:45 -07:00
Pasquale Imputato
3766889b74
stats: ( fixes #197 ) Avoid writing stats-config.h
2020-09-16 08:30:49 -07:00
Tom Henderson
8c6fb7d420
bindings: Rescan all APIs
2020-09-05 13:04:28 -07:00
Peter Barnes
8fa4956898
Move Histogram from flow-monitor to stats
2020-08-21 16:26:33 +00:00
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
Tom Henderson
b7ca218cdf
stats: Restore include guards; fix Doxygen groups
2020-06-21 08:08:34 -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
Tom Henderson
5eea3c0270
bindings: Rescan all APIs
2020-06-07 11:38:26 -07:00
Tom Henderson
e99ae43138
bindings: rescan all APIs
2020-05-11 22:07:00 -07:00
Peter D. Barnes, Jr
b23be18b3b
Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.
...
This in effect replaces commit 5e624d550
2020-05-01 14:42:53 -07:00
Peter D. Barnes, Jr
5e624d5504
doc: Use the new COMMANDLINE macro in every example
2020-04-27 16:20:09 -07:00
Tom Henderson
8f1bc91395
stats: fix forward declaration
2020-03-11 20:07:35 -07:00
Tommaso Pecorella
57aabffff0
stats: add missing template required by clang-11
2020-03-10 16:41:21 +00:00
Natale Patriciello
1453620d60
stats: SqliteDataOutput uses SqliteOutput as backend
2020-03-09 10:08:42 +01: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
80839b33e4
bindings: Rescan all APIs
2019-08-12 17:00:41 -07:00
Tom Henderson
0258405cc6
build: Upgrade scripts to Python 3 (many changes due to Ankit Deepak)
2019-08-12 16:55:34 -07:00
Tom Henderson
3a7f6a1c06
bindings: Rescan all APIs
2018-11-14 11:53:21 -08:00
Stefano Avallone
96b8d1d7a5
Rescan python bindings
2018-09-18 15:50:27 +02:00
Tom Henderson
9deaad5ae7
rescan bindings
2018-08-09 10:14:27 -07:00
Tom Henderson
0b9893a908
Rescan all Python bindings
2018-07-21 16:14:09 -07:00
Tom Henderson
6366804af7
Rescan all Python bindings
2018-07-15 12:36:05 -07:00
Alexander Krotov
00bb6fe7f6
Spellcheck
2018-06-27 10:50:27 +03:00
Tom Henderson
7d9b54aac9
rescan bindings
2018-05-28 22:00:09 -07:00
Tom Henderson
c2a9b2e56b
bindings: Rescan all bindings
2018-03-14 20:38:59 -07:00
Tom Henderson
cd9040655f
documentation: (partial fix #2887 ) TracedValueCallback signatures
2018-03-10 08:43:58 -08:00
Tom Henderson
ab8735f403
bindings: Update all 32-bit bindings
2017-09-27 21:42:46 -07:00
Tom Henderson
7f00a95f65
bindings: Rescan all 64-bit bindings
2017-09-27 18:51:23 -07:00
Peter D. Barnes, Jr.
e0e5c52e51
Change namespace closing comments to “unnamed”, not anonymous
2017-09-17 19:45:56 -07:00
Sébastien Deronne
27f23c6b85
stats: Add note to gnuplot doxygen to indicate how to insert a newline character in title
2017-02-12 15:59:31 +01:00
Tom Henderson
6e3b4d416e
stats: Increase floating-point arithmetic tolerance in a test
...
The 'average' test suite, which used a constant TOLERANCE value of
1e-14 to check the MinMaxAvgTotalCalculator class computations,
started to fail on a 32-bit Fedora 24 test machine because the
arithmetic slightly exceeded a difference of 1e-14. This patch
doubles the tolerance to 2e-14 to make this test pass again.
2016-11-27 07:55:09 -08:00
Tom Henderson
b9e5595665
bindings: Rescan all bindings
2016-09-26 05:33:13 -07:00
Tom Henderson
0dd8e2f620
[build] Partial fix for warnings revealed by changeset 865b0fc5e241
...
Rewrite logic to work around ./ns3/basic-data-calculators.h:190:11: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
2016-09-05 11:36:53 -07:00
Alexander Krotov
fe013cfcd6
stats: ( fixes #2480 ) Use SQLite prepared statements
2016-08-28 08:02:52 -07:00
Tom Henderson
7f88b04c33
bindings: rescan all module bindings
2016-07-20 16:33:57 -07:00
Tom Henderson
b1c3fd67bc
rescan all bindings
2016-07-12 08:17:20 -07:00
Tom Henderson
55b0e0147e
rescan bindings
2015-09-07 11:04:33 -07:00
Peter D. Barnes, Jr.
b1976b6366
Merge
2015-08-18 16:59:27 -07:00
Peter D. Barnes, Jr.
61f2fbd415
[doxygen] Revise TracedCallback function signatures for const.
2015-08-18 16:46:10 -07:00
Tom Henderson
95ffc4d89b
rescan bindings
2015-08-14 08:00:38 -07:00
Peter D. Barnes, Jr.
baddf3f749
Refactor TracedValue callback function signatures.
...
Move from template class TracedValue to namespace TracedValueCallback.
Rename from [type]Callback to just [type]:
TracedValue<double>::DoubleCallback -> TracedValueCallback::Double
2015-07-29 13:56:55 -07:00
Peter D. Barnes, Jr.
d67ced0392
Fix parents, group names, and missing constructors in GetTypeId definitions.
2015-06-09 12:59:59 -07:00
Tommaso Pecorella
23f15b7afc
[Doxygen] stats module fixes
2015-05-24 00:29:15 +02:00
Tom Henderson
94d1b71324
SetGroupName for stats module
2015-05-05 19:35:31 -07:00
Tom Henderson
f58bbe717c
avoid creating test random variable until run time
2015-03-19 20:11:26 -07:00
Peter D. Barnes, Jr.
8de4b6ed1e
[Doxygen] Clean up references to non-POD TracedValueCallbacks
2014-12-12 14:48:13 -08:00
Tom Henderson
e1108928f1
rescan bindings
2014-12-19 16:22:49 -08:00