Commit Graph

45 Commits

Author SHA1 Message Date
Mitch Watrous
bf886d696f Updatemany modules' Python bindings 2013-07-04 14:27:35 -07:00
Peter D. Barnes, Jr.
397b75c1b4 Merge 2013-06-26 16:43:20 -07:00
Tom Henderson
63606febe2 remove tools module 2013-06-18 13:47:15 -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
Peter D. Barnes, Jr.
1bca805862 [Doxygen] use \todo 2013-06-11 17:02:23 -07:00
Peter D. Barnes, Jr.
666bcc699f Merge Coverity fixes 2013-05-22 17:58:58 -07:00
Peter D. Barnes, Jr.
beb2763dd1 [Coverity] Logically dead code (DEADCODE) 2013-05-15 17:18:23 -04:00
Mitch Watrous
b72c268305 Update Python bindings 2013-04-19 17:17:35 -07:00
Tom Henderson
89e67bbb33 update python bindings 2013-04-08 12:48:36 -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
Nicola Baldo
b69928a648 bug 1563: get rid of default argument value in AddTestCase 2013-03-22 13:14:38 +01:00
Tom Henderson
61f9323e32 update bindings 2012-12-12 13:14:40 -08:00
Vedran Miletić
fd0ca6f1b1 Really fix bug 1345 - ns-3 should build with clang >= 3.0 (requires -Wno-deprecated due to sgi-hashmap.h) 2012-09-14 22:07:40 +02:00
Vedran Miletić
71e380b55e Bug 1237 - code cleanups related to includes 2012-09-01 20:57:21 +02:00
Tom Henderson
25736177dc rescan bindings 2012-04-14 18:09:25 -07:00
Mathieu Lacage
cb11c5b5a7 rescan 2012-03-23 23:50:52 -07:00
Mitch Watrous
50e4280559 Bug 1313 - Stddev (average.h) returning NaN 2012-03-20 09:50:51 -07:00
Gustavo J. A. M. Carneiro
93fbaf6d0f Rescan bindings 2012-02-20 09:38:45 -08: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
Tom Henderson
416be98fe9 rescan all bindings 2011-08-17 23:01:53 -07:00
Gustavo J. A. M. Carneiro
feda6149ee Rescan all bindings 2011-08-04 17:50:36 +01:00
Gustavo J. A. M. Carneiro
4cf581619e Rescan all python bindings for all modules 2011-07-20 16:02:32 +01:00
Vedran Miletic
7271e9fa6f bug 1203: Inconsistently named ifndef/define macros in ns-3 headers 2011-07-07 04:31:52 -04:00
Mitch Watrous
337823af80 Bug 1195 - basic-data-calculators-test-suite.cc should use NS_TEST_ASSERT_MSG_EQ_TOL 2011-06-23 15:11:48 -07:00
Mitch Watrous
d7296dd2bd Fix Bug 1191 again and turn Python bindings wiki into manual chapter 2011-06-17 13:36:07 -07:00
Mitch Watrous
a8f431f5af Bug 1191 - Test does not build: signed-unsigned mismatch 2011-06-16 09:05:10 -07:00
Mitch Watrous
1dbf366243 Make statistical framework wiki be chapter in model library document 2011-06-09 10:21:53 -07:00
Mitch Watrous
4f72e28789 Add test suite for stats module 2011-06-08 11:45:38 -07: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
Tom Henderson
2a2690a003 rerun check-style.py at default level to enforce space after function name 2011-05-22 23:18:47 -07:00
Tom Henderson
34688f76ec rerun check-style.py with uncrustify-0.58 2011-05-22 22:28:15 -07:00
Mitch Watrous
25405009bf Make some more modules show up on doxygen modules page 2011-05-18 17:24:04 -07:00
Tom Henderson
0958310641 split manual; create model library 2011-05-13 23:10:33 -07:00
Mitch Watrous
107c2a2415 Bug 1103 - Useless assignment in omnet-data-output.cc 2011-05-13 13:43:00 -07:00
Josh Pelkey
3652dde696 stats coding style changes 2011-05-13 14:59:56 -04:00
John Abraham
f6a6236ef8 Bug 1105 Move topology helpers into separate per-device modules 2011-04-26 15:42:15 -07:00
Mathieu Lacage
7095312867 modular bindings scan 2011-04-15 21:03:28 +02:00
Mathieu Lacage
a2fab881af merge with HEAD 2011-04-13 08:26:47 +02:00
Gustavo J. A. M. Carneiro
d8eb579d5e Modular bindings: disable certain binding classes when certain features are disabled in ns-3. 2011-03-27 15:52:15 +01: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