Commit Graph

33 Commits

Author SHA1 Message Date
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
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.
d67ced0392 Fix parents, group names, and missing constructors in GetTypeId definitions. 2015-06-09 12:59:59 -07:00
Tom Henderson
0970b68bc9 SetGroupName for mpi module 2015-05-05 19:10:44 -07: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.
bfdb6ef10a [Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace? 2014-09-26 15:51:00 -07:00
Peter D. Barnes, Jr.
3611bd11a5 [Bug 1551] NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace? 2014-09-26 12:44:13 -07:00
Peter D. Barnes, Jr.
f8bb25d058 Enable explicit setting of the maximum look ahead in distributed simulation. 2014-07-17 15:38:07 -07:00
Peter D. Barnes, Jr.
cd3da7143d [doxygen] Revert r10410, r10411, r10412 2014-03-05 17:06:59 -08:00
Brian Swenson
50317fc036 Bug 1859 clang unused variable 2014-02-25 12:27:05 -05:00
Peter D. Barnes, Jr.
e367628f60 [doxygen] Fix some minor doxygen errors. 2014-01-31 13:09:46 -08:00
Peter D. Barnes, Jr.
dd3118a745 Update Time scaling usage to use new functions.
With out this patch these locations will become
broken by the upcoming fix to bug 1768.
2014-01-29 17:46:21 -08:00
Steven Smith
f780559565 Null message scheduler 2013-12-06 14:57:33 -05:00
Jared Ivey
6a1e4a9f17 fix a few mpi documentation warnings 2013-11-15 09:49:46 -08:00
Peter D. Barnes, Jr.
d75ff3559e doxygen] Suppress "warning: Member NS_OBJECT_ENSURE_REGISTERED is not documented" 2013-11-14 16:58:28 -08:00
Vedran Miletić
f781366d2e Fix compilation with Clang 3.2 and newer versions, including Apple Clang 5.0
Clang 3.2 requires all class members to be used in the code; this patch either removes class members that are not used or adds NS_UNUSED/NS_UNUSED_GLOBAL around them. Thanks to Andrey Mazo and Tommaso Pecorella for review.
2013-10-20 12:46:27 +02:00
Tom Henderson
905cd7ccb8 remove funding attribution from license header 2013-09-13 06:14:27 -07:00
Brian Swenson
3bcc2c7ebc break circular smart pointer ref in mpi 2013-09-06 15:03:07 -04:00
Steven Smith
0e5a67fd20 Bug 1753 Halting Issue with DistributedSimulatorImpl 2013-08-15 14:45:42 -04:00
Peter D. Barnes, Jr.
e3611c4078 Doxygenate todo's 2013-07-03 14:43:10 -07:00
Peter D. Barnes, Jr.
bc13311955 doxygenate simulator group 2013-06-11 16:45:49 -07:00
Vedran Miletić
71e380b55e Bug 1237 - code cleanups related to includes 2012-09-01 20:57:21 +02:00
Mathieu Lacage
0e8b2225af bring back Next since it is used internally 2012-03-28 09:02:14 -04:00
Mathieu Lacage
7bad629683 bug 603: Simulator::Next is useless 2012-03-26 08:02:24 -04:00
Gustavo J. A. M. Carneiro
8c3bf2b21f Fix mpi module breakage when mpi is not enabled 2011-09-26 10:34:34 +01:00
Gustavo J. A. M. Carneiro
35f0a9aaae Bug 1137 - mpi module is hard-coded for openmpi 2011-09-25 16:28:09 +01: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
John Abraham
c2aab68b3f Bug 1087 Call MPI_Finalize to exit MPI environment 2011-05-13 16:31:25 -07:00
Josh Pelkey
884c3d5324 mpi coding style changes 2011-05-13 14:56:54 -04:00
Tom Henderson
5faedc2049 fix mpi 2011-04-26 14:57:48 -04:00
Tom Henderson
19b0944c33 Make destructor virtual 2011-02-25 17:21:08 -08:00
Tom Henderson
5d59dfa226 Remove dependency on PointToPointNetDevice from MPI code; organize MPI model/ directory 2011-02-25 09:31:08 -08:00