Peter D. Barnes, Jr.
18e8001aaa
[core] Fix compilation errors from new NS_DEPRECATED function macro in r 12293 [57597d3fb31e]
...
Remove function macro and return to simple tag. GCC can have the
attribute in front of the function declaration, matching Windows.
2016-09-03 18:13:21 -04:00
Peter D. Barnes, Jr.
2fa3c9bbc6
[des-metrics] Missing include.
2016-09-03 01:06:28 -04:00
Peter D. Barnes, Jr.
516b8b2ff9
[core] Document CommandLine feature request.
2016-09-03 00:56:53 -04:00
Peter D. Barnes, Jr.
d58a3b8863
[core] Improve GlobalValue documentation.
2016-09-03 00:52:50 -04:00
Peter D. Barnes, Jr.
ba7ae20fb5
[core] Fix compilation error introduced in r12295 [e1451373c0b6]
2016-09-02 23:12:36 -04:00
Peter D. Barnes, Jr.
c36606a7b9
[core] TypeId::LookupTraceSourceByName overload to return TraceSourceInformation
2016-09-02 22:49:14 -04:00
Peter D. Barnes, Jr.
8d7160380e
DES Metrics implementation.
2016-09-02 22:40:07 -04:00
Peter D. Barnes, Jr.
38632b0e18
Add CommandLine to all examples
2016-05-27 01:24:32 -04:00
Peter D. Barnes, Jr.
a165e2edec
[core] Refactor type-id.cc logging
2016-09-02 22:13:51 -04:00
Peter D. Barnes, Jr.
71902a017a
Use new NS_DEPRECATED function macro
2016-09-02 22:06:27 -04:00
Peter D. Barnes, Jr.
b5b2b5398a
[core] Show string args as quoted strings in NS_LOG_FUNCTION
2016-09-02 21:47:53 -04:00
Peter D. Barnes, Jr.
25c02db88c
[core] restore NS_DEPRECATED functionality
2016-09-02 21:46:31 -04:00
Peter D. Barnes, Jr.
84cd2d224c
[doc] ref-count-base files
2016-09-02 21:43:51 -04:00
Peter D. Barnes, Jr.
cc9ea12573
core: refix problem with temporary variable
...
This amends r12238 (271042c52437)
2016-08-26 09:46:16 -07:00
Peter D. Barnes, Jr.
275d52f141
core: fix problem with temporary variable
...
With the upcoming des-metrics feature, the temporary string created
from argv[0] for the argument to Split triggers a bizarre overwrite.
Making the temporary explicit, with block scope as arg0, fixes this.
2016-08-04 13:17:00 -07:00
Peter D. Barnes, Jr.
d8d644a2c4
core: give each CommandLine test a unique name
2016-08-04 13:11:18 -07:00
Tom Henderson
7f88b04c33
bindings: rescan all module bindings
2016-07-20 16:33:57 -07:00
Tom Henderson
377ba18313
core: ( fixes #2452 ) Add Object::IsInitialized method
2016-07-20 08:35:50 -07:00
Tom Henderson
b1c3fd67bc
rescan all bindings
2016-07-12 08:17:20 -07:00
Peter D. Barnes, Jr.
a50af0a233
[core] Document the meaning of Simulator context.
...
Use a symbol Simulator::NO_CONTEXT instead of hardcoded value.
2016-07-01 16:07:30 -07:00
Tommaso Pecorella
4bcf4abdda
various: ( fixes #2446 ) Fix comma instead of pipe in Attributes
2016-06-23 23:55:32 +02:00
Peter D. Barnes, Jr.
08ff4e78cf
[core] Use standard arguments args, argv.
2016-06-16 16:11:31 -07:00
Tom Henderson
582231c37d
core: Improve RngSeed and RngRun documentation
2016-06-10 14:50:07 -07:00
Alexander Krotov
79beb0d9ab
core: ( fixes #1939 ) Make sure that an object is not aggregated twice.
...
When aggregating objects, it was checked that objects of the same type
are not aggregated. However, the check was performed only against the
primary type of the "other" object, but not against the types of objects
aggregated to the "other" object. This patch fixes the issue.
2016-04-10 11:50:22 +02:00
Peter D. Barnes, Jr.
32754b8a5a
[doc] Remaining doxygen warnings on core.
2016-04-06 09:50:57 -07:00
Peter D. Barnes, Jr.
0d0089ae51
[docs] Replace \inferred with \deduced to align with commit 6769680336c8
2016-04-06 09:40:39 -07:00
Tom Henderson
e45db80b8b
core: (documentation) fix stale code sample
2016-02-01 14:52:17 -08:00
Tommaso Pecorella
fc25dc61e6
[Doxygen] Remove deprecated LaTeX syntax in formulas.
2016-01-05 17:52:45 +01:00
Tommaso Pecorella
3a8d1a1bda
some small fixes
2015-11-11 21:52:39 -08:00
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