Commit Graph

1233 Commits

Author SHA1 Message Date
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
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
Tom Henderson
e1108928f1 rescan bindings 2014-12-19 16:22:49 -08:00
Vedran Miletić
e5024de5b3 Fix compilation with GCC 4.2.1 on FreeBSD 9
Thanks to Domagoj Stolfa <shrinkd@gmail.com> for his aid in debugging this.
2014-12-18 18:44:14 +01:00
Peter D. Barnes, Jr.
f71a5e0b5c [Doxygen] Timer, TimerImpl and Watchdog. 2014-12-09 14:37:02 -08:00
Peter D. Barnes, Jr.
345c8a94ac [Doxygen] OS functions: filesystem, threading, wall clock. 2014-12-09 13:17:49 -08:00
Peter D. Barnes, Jr.
846fd6a6d9 [Doxygen] Objects 2014-12-07 22:08:04 -08:00
Peter D. Barnes, Jr.
2b7fafe698 [Doxygen] Events. 2014-12-07 20:53:37 -08:00
Peter D. Barnes, Jr.
63040fc74e [Doxygen] Smart pointers 2014-12-07 18:30:55 -08:00
Peter D. Barnes, Jr.
a5c748e8ab [Doxygen] CommandLine 2014-12-07 18:27:56 -08:00
Peter D. Barnes, Jr.
a790246c4b [Doxygen] specialized data types 2014-11-17 15:51:36 -08:00
Peter D. Barnes, Jr.
c1b266efad Standardize EventId arguments as id.
This facilitates reuse of doxygen docs.
2014-11-17 15:49:59 -08:00
Peter D. Barnes, Jr.
dc2307c5ae Deprecate AddTraceSource without callback signature. 2014-12-04 10:02:36 -08:00
Peter D. Barnes, Jr.
692bf472e6 TracedCallback function signatures, the rest. 2014-12-04 10:02:01 -08:00
Peter D. Barnes, Jr.
4cb9c7b916 TracedCallback function signatures, the simple ones.
These are TracedCallback function signatures for traces sources
using a single argument.
2014-10-03 02:24:42 -07:00
Tom Henderson
9f00ef58da remove unnecessary include 2014-11-07 11:52:19 -08:00
Tom Henderson
8baac9e338 add comment about history of ns3/math.h 2014-11-07 11:51:49 -08:00
Peter D. Barnes, Jr.
1e1a1edbdc [Doxygen] various in src/core 2014-11-03 12:40:24 -08:00
Peter D. Barnes, Jr.
ee641c723b [Doxygen] Remove inappropriate uses of @internal 2014-11-03 12:33:13 -08:00
Peter D. Barnes, Jr.
cccfc167dd [Doxygen] Attribute implementations. 2014-10-21 16:14:35 -07:00
Peter D. Barnes, Jr.
9d326c107d [Doxygen] Attribute implementation. 2014-10-21 12:21:13 -07:00