Commit Graph

3191 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
a77eb54bcc Workaround WAF issue 325 for generating module header files 2009-01-25 21:57:24 +00:00
Gustavo J. A. M. Carneiro
d7cf4f2462 Don't use the flag -pthread on darwin to avoid warning message 2009-01-25 15:39:36 +00:00
Gustavo J. A. M. Carneiro
51e6ac3617 Fix 'no newline at the end of file' compilation error in the pthread test 2009-01-25 14:52:09 +00:00
Gustavo J. A. M. Carneiro
90a0977871 EmuNetDevice also depends on the availibility of threading support 2009-01-25 14:48:47 +00:00
Gustavo J. A. M. Carneiro
d4f67a66db Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file. 2009-01-24 19:25:33 +00:00
Gustavo J. A. M. Carneiro
a88ba4fd5b librt is need not for threading primitives but for the real time scheduler 2009-01-24 18:47:47 +00:00
Gustavo J. A. M. Carneiro
5e8275ba01 Try to guess NSC location (finally closes #478) 2009-01-24 15:38:20 +00:00
Gustavo J. A. M. Carneiro
fcc6829b8e merge 2009-01-23 15:07:18 +00:00
Mathieu Lacage
c7222e4a09 bug 472: fix build with gcc 3.4.6 2009-01-18 12:14:32 +01:00
Gustavo J. A. M. Carneiro
28a9688bdf Fix WifiMacQueue typeid registration 2009-01-16 18:52:00 +00:00
Guillaume Vu-Brugier
0642485437 bug 329: pcap files generated in native win32 (mingw) are always corrupt 2009-01-16 09:08:20 +01:00
Mathieu Lacage
edc5b803a0 add missing include 2009-01-16 09:06:59 +01:00
Mathieu Lacage
d14c6a670d add missing copyright/license statement 2009-01-16 08:58:17 +01:00
Mathieu Lacage
7604c76fd4 ns-2 calendar code 2009-01-15 20:56:06 +01:00
Mathieu Lacage
14fdfbf4b2 test calendar+ns2calendar schedulers 2009-01-15 20:55:34 +01:00
Mathieu Lacage
e4e6eb1ab0 add new comparison operators. 2009-01-15 20:54:11 +01:00
Mathieu Lacage
f232747976 memleak 2009-01-15 20:53:50 +01:00
Mathieu Lacage
05437e76a9 empty skeleton for ns2 calendar scheduler 2009-01-15 11:23:59 +01:00
Gustavo J. A. M. Carneiro
8d8d19ef45 Fix build for systems without posix threads library 2009-01-14 15:36:19 +00:00
Gustavo J. A. M. Carneiro
edd1e2552a Correct documentation 2009-01-14 12:46:06 +00:00
Gustavo J. A. M. Carneiro
76a4e8e15b merge 2009-01-13 19:29:59 +00:00
Gustavo J. A. M. Carneiro
a374c0f03e Make Simulator::IsFinished () take into account the stop time. Needed to run custom simulation loops (see bug 375) 2009-01-13 19:27:44 +00:00
Mathieu Lacage
7734caa50f merge 2009-01-12 13:36:19 +01:00
Mathieu Lacage
9f91828dcb add wifi multicast support. Based on patch by Mauchle Fabian. 2009-01-12 13:35:41 +01:00
Gustavo J. A. M. Carneiro
9baeb00519 Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone. 2009-01-12 11:25:51 +00:00
Gustavo J. A. M. Carneiro
fdaf129f60 Don't build or fetch NSC/pybindgen, those tasks are now moved to ns-3-allinone 2009-01-11 23:26:34 +00:00
Gustavo J. A. M. Carneiro
cc8b7c6f36 Append the NSC kernel dirs to LD_LIBRARY_PATH
This allows the NSC NS-3 module to find the necessary NSC shared libraries.
2009-01-10 00:46:24 +00:00
Providence.Salumu
f9c7dccad9 bug 412: support more arguments in callbacks. 2009-01-09 13:18:24 +01:00
Gustavo J. A. M. Carneiro
2007671aa0 merge 2009-01-09 11:44:13 +00:00
Timo Bingmann
9fe6a1f002 extend gnuplot classes 2009-01-09 09:54:09 +01:00
Timo Bingmann
011ece16df PropagationLossModel::GetLoss -> CalcRxPower. Add ThreeLogDistancePropagationLossModel. 2009-01-09 09:39:42 +01:00
Timo Bingmann
c33a528541 update prev even if it is null 2009-01-09 09:13:02 +01:00
Mathieu Lacage
74f2de296c bug 459: Simulator::Run does nothing after Simulator::Stop is called 2009-01-09 08:54:32 +01:00
Mauro Tortonesi
4bdb706cf0 bug 461: RandomWaypointMobilityModel broken 2009-01-09 08:34:08 +01:00
Mauro Tortonesi
c41be20e40 bug 460: ListPositionAllocator bug 2009-01-09 08:31:17 +01:00
Mathieu Lacage
85af7552dd add SchedulerType global variable 2009-01-09 08:17:46 +01:00
Mathieu Lacage
557a62b1a1 simplify the implementation 2009-01-09 07:51:17 +01:00
Mathieu Lacage
28a2ce0c66 introduce lastPrio to handle resizing correctly 2009-01-08 16:23:33 +01:00
Mathieu Lacage
e5bb6e6b60 optimize resizing 2009-01-08 11:43:15 +01:00
Mathieu Lacage
a60dcb5fb4 add back asserts 2009-01-08 11:21:25 +01:00
Mathieu Lacage
03f68f9350 resize calendar queue. Slow :/ 2009-01-08 11:15:27 +01:00
Mathieu Lacage
6d79dc1e82 a Calendar queue without resizing. 2009-01-08 09:31:38 +01:00
Mathieu Lacage
a3ebce551f bug 455: Scalar(0.1) / Scalar(1.25) has no effect 2009-01-07 14:49:30 +01:00
Mathieu Lacage
04d95b5962 fix coding style 2009-01-07 13:33:59 +01:00
Mathieu Lacage
8e2a692556 remove uneeded PeekPointer calls 2009-01-06 15:28:03 +01:00
Mathieu Lacage
2bcbf6bbad fix coding style 2009-01-06 15:25:31 +01:00
Mathieu Lacage
6966dcc4a3 fix typo 2009-01-06 15:23:49 +01:00
Mathieu Lacage
8eec10538a ensure that all wifi modes are registered 2009-01-06 14:25:55 +01:00
Mathieu Lacage
fc340529ee remove public static variables. Use public static methods 2009-01-06 13:46:41 +01:00
Mathieu Lacage
1732ab51e2 virtualize ErrorRateModel 2009-01-06 13:12:28 +01:00