Commit Graph

62 Commits

Author SHA1 Message Date
Brian Swenson
f7fc0542e6 Bug 1560 Fixed with vectors 2013-12-13 16:48:08 -05: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
Peter D. Barnes, Jr.
cce3b82113 Remove extra ':'s 2013-11-14 16:57:49 -08:00
Peter D. Barnes, Jr.
1c3e6149ab Models source highlighting 2013-11-14 16:57:21 -08:00
Tom Henderson
faa1fb3db2 update mpi bindings 2013-11-05 13:53:56 -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
Tom Henderson
aa99130b08 update bindings 2013-08-27 19:08:05 -07:00
Tom Henderson
80422e7161 update bindings 2013-08-16 08:36:51 -07:00
Peter D. Barnes, Jr.
8695d856a1 Link to bug num in bug database with \bugid{num} 2013-08-15 12:01:57 -07:00
Steven Smith
0e5a67fd20 Bug 1753 Halting Issue with DistributedSimulatorImpl 2013-08-15 14:45:42 -04:00
Mitch Watrous
bf886d696f Updatemany modules' Python bindings 2013-07-04 14:27:35 -07: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
Mitch Watrous
b72c268305 Update Python bindings 2013-04-19 17:17:35 -07:00
Tom Henderson
89e67bbb33 update python bindings 2013-04-08 12:48:36 -07:00
Vedran Miletić
bbdb4231b3 Upgrade waf to 1.7.10 and fix included wscripts
This is a massive upgrade removing almost all pre-waf 1.6 script code. In addition, this does away with custom pkgconfig.py script for making .pc files and replaces it with waf's builtin mechanism.

Massive thanks to Alex Afanasyev for ideas and bugfixing, to Alina Quereilhac for bugfixing and testing, and to Tom Henderson for thorough testing.
2013-04-01 22:33:46 +02:00
Brian Swenson
c1ed310393 (bug 1560) temporary workaround for variable-length arrays 2012-12-19 22:15:26 -08:00
Tom Henderson
61f9323e32 update bindings 2012-12-12 13:14:40 -08:00
Brian Swenson
d529904292 bug 1525 Linker error with mpi on Mac 10.8 2012-12-07 10:19:29 -05:00
Vedran Miletić
ed72cae14b Fix MPI build (bug 1237 regression). 2012-09-06 16:35:31 +02:00
Vedran Miletić
71e380b55e Bug 1237 - code cleanups related to includes 2012-09-01 20:57:21 +02:00
Mitch Watrous
261dc3b45a Replace more instances of RandomVariable with RandomVariableStream 2012-08-20 19:08:45 -07:00
Mitch Watrous
da1cf74f90 Replace various instances of RandomVariable with RandomVariableStream 2012-08-20 14:25:35 -07:00
Brian Swenson
ef4e9ee2f4 Added example showing how to setup environmental variables for MPI 2012-07-11 11:01:23 -04:00
Mathieu Lacage
0e8b2225af bring back Next since it is used internally 2012-03-28 09:02:14 -04:00
Tom Henderson
63a4034b10 rescan mpi bindings 2012-03-26 06:56:08 -07:00
Mathieu Lacage
7bad629683 bug 603: Simulator::Next is useless 2012-03-26 08:02:24 -04:00
Gustavo J. A. M. Carneiro
93fbaf6d0f Rescan bindings 2012-02-20 09:38:45 -08: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
Gustavo J. A. M. Carneiro
30194ccce0 Overhaul mpi detection logic, add -Wl,-rpath option for Fedora 2011-09-25 15:43:30 +01:00
Gustavo J. A. M. Carneiro
05b726cc71 Fix modules wscript usage of 'use' parameter 2011-09-22 13:03:25 +01:00
Gustavo J. A. M. Carneiro
2413ed7033 Don't traceback on missing mpic++ 2011-09-13 19:25:55 +01:00
Gustavo J. A. M. Carneiro
c3059b6e68 Upgrade to waf-1.6.7, work in progress 2011-09-08 16:13:40 +01:00
Tom Henderson
416be98fe9 rescan all bindings 2011-08-17 23:01:53 -07:00
YunQiang Su
d33563b5e4 bug 1177: auto generated man pages have error 2011-08-14 14:21:41 -07:00
Gustavo J. A. M. Carneiro
feda6149ee Rescan all bindings 2011-08-04 17:50:36 +01:00
Gustavo J. A. M. Carneiro
4cf581619e Rescan all python bindings for all modules 2011-07-20 16:02:32 +01:00
Tom Henderson
5e55050456 clear some documentation build errors 2011-05-24 23:44:09 -07:00
Tom Henderson
2a2690a003 rerun check-style.py at default level to enforce space after function name 2011-05-22 23:18:47 -07: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
Tom Henderson
0958310641 split manual; create model library 2011-05-13 23:10:33 -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
Gustavo J. A. M. Carneiro
289649516b bug 1058: InternetStackHelper pitfall: calling Install before adding routing protocols 2011-05-12 21:49:50 -07:00