Commit Graph

325 Commits

Author SHA1 Message Date
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
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
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
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.
a2e0ed145a Missing mode lines. 2015-06-08 16:37:40 -07:00
Peter D. Barnes, Jr.
5545a7f224 Remove extraneous ' ' around :: 2015-02-04 13:40:57 -08: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
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
Peter D. Barnes, Jr.
26fde12a8c [Doxygen] Fatal and abort 2015-01-07 15:41:00 -08:00
Peter D. Barnes, Jr.
f1f6465277 [Doxygen] Logging 2014-12-19 14:20:27 -08:00
Peter D. Barnes, Jr.
41c2e48906 [Doxygen] Singleton and SimulationSingleton 2014-12-19 13:28:03 -08:00
Peter D. Barnes, Jr.
2d51379aa9 [Doxygen] Callbacks 2014-12-19 13:07:07 -08:00
Peter D. Barnes, Jr.
7e2079057b [Doxygen] Various in src/core 2014-12-18 15:12:35 -08:00
Peter D. Barnes, Jr.
c69d60dba5 [Doxygen] Tracing. 2014-12-10 16:30:51 -08:00
Tommaso Pecorella
58af432dab [Tutorial] clarify that there is no mytest, and output an error if no test is to be run. 2015-01-06 16:51:29 +01:00
Peter D. Barnes, Jr.
8de4b6ed1e [Doxygen] Clean up references to non-POD TracedValueCallbacks 2014-12-12 14:48:13 -08:00