Tommaso Pecorella
e17ad5fbd0
Missing SetGroupName in two classes
2015-09-11 10:52:44 +02:00
Tom Henderson
55b0e0147e
rescan bindings
2015-09-07 11:04:33 -07:00
Siddharth Santurkar
b5fde4107c
port wscripts, test.py, and waf-tools to Python3
2015-09-03 21:14:55 -07:00
Tom Henderson
de6214fb60
bug 1927: wrap Chi-squared test of random-variable-stream-generators test suite
2015-09-01 21:28:48 -07:00
Tom Henderson
13de20bb3a
bug 1927: allow deterministic seeding of random-variable-stream-generators TestSuite
...
After this commit, the following will cause the test suite to always fail:
NS_GLOBAL_VALUE="RngRun=231" ./test.py -s random-variable-stream-generators
2015-09-01 21:03:55 -07:00
Peter D. Barnes, Jr.
798c314b09
Refactor test name character restrictions: allow '*'
2015-08-21 13:48:32 -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
Peter D. Barnes, Jr.
ebd742ba2d
Refactor test name character restrictions
2015-08-18 16:17:36 -07:00
Peter D. Barnes, Jr.
a5246b3b91
[doxygen] fix typos
2015-08-17 11:54:05 -07:00
Tom Henderson
95ffc4d89b
rescan bindings
2015-08-14 08:00:38 -07:00
Peter D. Barnes, Jr.
a90f09f672
Better reporting of Callback type mismatches.
2015-08-13 15:12:17 -07:00
Peter D. Barnes, Jr.
454a551c3e
NS_FATAL_ERROR_CONT macro, to report an error message, but allow the caller to terminate later.
2015-08-13 15:11:25 -07:00
Peter D. Barnes, Jr.
820548b9ac
TypeTraits<T>::BaseType, PtrBaseType and IsPtr
2015-08-12 16:37:08 -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.
d81c292aba
Remove obsolete struct, never invoked.
2015-07-29 12:44:41 -07:00
Peter D. Barnes, Jr.
aaa6ddae99
Remove obsolete struct, never invoked.
2015-07-29 12:44:41 -07:00
Alina Quereilhac
47d54736d4
bug 2119: Fixing memory leaks in FdNetDevice test with DefaultSimulatorImpl due to non-executed events when simulation ends
2015-08-04 22:45:54 +02:00
Peter D. Barnes, Jr.
f7311ec17a
Build profile macros
2015-07-28 16:33:35 -07:00
Peter D. Barnes, Jr.
e1a48462bc
[Doxygen] Label arguments as in,out. Sentence capitalization.
2015-07-24 12:45:22 -07:00
Peter D. Barnes, Jr.
9e71fc449f
[Doxygen] Template parameter deduction.
2015-07-22 17:09:55 -07:00
Peter D. Barnes, Jr.
aa14800121
Add NonCopyable, refactor Singleton.
2015-07-21 16:21:49 -07:00
Peter D. Barnes, Jr.
d5be610a4d
[Doxygen] Remaining in core
2015-07-21 16:20:17 -07:00
Peter D. Barnes, Jr.
4d180f672c
Clarify that Time arguments to Schedule are all delays wrt Now.
2015-07-21 12:20:12 -07:00
Peter D. Barnes, Jr.
69dd251a0f
[Doxygen] Better documentation for NS_DEPRECATED
2015-07-10 18:13:14 -07:00
Peter D. Barnes, Jr.
39c2b005a4
Remove file-local uncalled and unimplemented functions.
2015-07-08 17:36:16 -07:00
Peter D. Barnes, Jr.
715841d0b3
Fix spelling
2015-07-06 14:43:38 -07:00
Vedran Miletić
f1a1922cc0
Silence Clang 3.6+ -Wno-potentially-evaluated-expression warning
...
Clang 3.6+ warns about "expression with side effects will be evaluated
despite being used as an operand to 'typeid'" if Ptr<> is used as an
argument to typeid(). This changes the code to use raw pointers
instead of Ptr<>.
2015-07-07 22:06:08 +02:00
Tom Henderson
8df0d04bbb
add missing copyrights
2015-06-10 07:52:23 -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
Peter D. Barnes, Jr.
a2e0ed145a
Missing mode lines.
2015-06-08 16:37:40 -07:00
Tom Henderson
ab88e121ca
fix attribute accessor for DropTailQueue Mode attribute (reported by Chip Webb)
2015-06-08 13:46:18 -07:00
Peter D. Barnes, Jr.
9ad27ed6ec
Clarify test messages.
2015-03-06 16:44:54 -08:00
Peter D. Barnes, Jr.
c16d0b97ac
Correct misspelled class names: TimeIntputOutputTestCase, TimesWithSignsTestCase
2015-02-20 14:23:09 -08:00
Peter D. Barnes, Jr.
69e4cc6139
Attribute test vectors assume ns Time resolution.
...
Since these are tests of Attributes per se, not Time, forcing the
resolution should not hide other issues with Attributes.
2015-02-20 14:20:35 -08:00
Peter D. Barnes, Jr.
5545a7f224
Remove extraneous ' ' around ::
2015-02-04 13:40:57 -08:00
Tom Henderson
92d33e8c9e
rescan bindings
2015-05-05 21:29:58 -07:00
Tom Henderson
db17672017
restore declarations to fix the build
2015-05-04 22:31:24 -07:00
Peter D. Barnes, Jr.
b34e8c4a0c
Doxygen config, deprecated, realtime, unused
2015-05-04 17:57:59 -07:00
Peter D. Barnes, Jr.
0f2f1a7055
Doxygen files.
2015-05-04 17:55:16 -07:00
Rubén Martínez
2c53e2289a
bug 2082: Empirical RV fails if the value provided in the CDF member function is negative
2015-04-03 16:36:13 -07:00
Tom Henderson
6641331242
SetGroupName for core module
2015-03-27 11:40:08 -07:00
Tom Henderson
9bddf4b972
rescan bindings
2015-02-01 22:21:11 -08:00
Tommaso Pecorella
f91739ec9a
fix Doxygen typo
2015-01-31 15:42:19 -08:00
Tom Henderson
abda6e30dd
fix small typo
2015-01-29 17:05:48 -08:00
Peter D. Barnes, Jr.
40eb448c95
[Doxygen] Remove extraneous docs for derivatives of AttributeValue.
2015-01-16 12:12:46 -08:00
Peter D. Barnes, Jr.
2e45a2ffd9
[Doxygen] Various in src/core
2015-01-16 11:55:23 -08:00
Peter D. Barnes, Jr.
5a5407f654
Restore virtual function declarations.
2015-01-16 11:45:44 -08:00
Peter D. Barnes, Jr.
94ce1f5cd9
[Doxygen] Hash functions
2015-01-08 18:35:52 -08:00
Peter D. Barnes, Jr.
90cf5b60a2
[Doxygen] Files implementing attributes.
2015-01-07 15:43:53 -08:00