Gustavo J. A. M. Carneiro
|
ca8a6c03df
|
Bug #323: waf --valgrind doesn't check for valgrind first
|
2009-01-24 18:09:29 +00:00 |
|
Gustavo J. A. M. Carneiro
|
3cc5929ab6
|
(from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449.
|
2009-01-24 15:51:09 +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
|
92b5bc7309
|
Try to guess pybindgen location (more #478)
|
2009-01-24 15:28:54 +00:00 |
|
Gustavo J. A. M. Carneiro
|
2e2fd95111
|
Try to guess the location of the reference traces, when --with-regression-traces is not given (#478)
|
2009-01-24 12:52:58 +00:00 |
|
Gustavo J. A. M. Carneiro
|
b2c212c239
|
Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480.
|
2009-01-24 12:25:52 +00:00 |
|
Gustavo J. A. M. Carneiro
|
55930dc4fe
|
Add a dashed box around DcaTxop and MacRxMiddle in the wifi architecture figure; closes #447.
|
2009-01-23 15:18:03 +00:00 |
|
Gustavo J. A. M. Carneiro
|
fcc6829b8e
|
merge
|
2009-01-23 15:07:18 +00:00 |
|
Gustavo J. A. M. Carneiro
|
8e70ea9b96
|
Don't abuse os.chdir so much (not thread safe)
|
2009-01-18 22:47:25 +00:00 |
|
Gustavo J. A. M. Carneiro
|
ae5749aea7
|
Cleanup: remove regression reference traces downloading code (moved to allinone)
|
2009-01-18 22:18:49 +00:00 |
|
Gustavo J. A. M. Carneiro
|
587ee24f71
|
waf --run now takes either full path to a program or just the (flat) program name, for all C++ programs
|
2009-01-18 19:59:46 +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
|
b4f451047b
|
Update waf; closes #466.
|
2009-01-17 18:19:24 +00:00 |
|
Gustavo J. A. M. Carneiro
|
8bd42a0693
|
Make it easy to turn on profiling of pybindgen
|
2009-01-17 16:59:45 +00:00 |
|
Gustavo J. A. M. Carneiro
|
796dee6f9e
|
On native win32, we cannot use -D_DEBUG when compiling Python extensions
|
2009-01-17 16:58:42 +00:00 |
|
Gustavo J. A. M. Carneiro
|
8731761fcd
|
Remove no longer needed WAF command execution win32 workaround
|
2009-01-17 16:57:42 +00:00 |
|
Gustavo J. A. M. Carneiro
|
28a9688bdf
|
Fix WifiMacQueue typeid registration
|
2009-01-16 18:52:00 +00:00 |
|
Gustavo J. A. M. Carneiro
|
5ef24fc287
|
Remove the last remnants of local pybindgen handling (allinone takes care of pybindgen now)
|
2009-01-16 17:18:49 +00:00 |
|
Gustavo J. A. M. Carneiro
|
f43e499af6
|
examples/wifi-ap.cc ported to Python (minus tracing)
|
2009-01-16 12:33:22 +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
|
f116668736
|
RealtimeEventLock is gone
|
2009-01-14 15:35:42 +00:00 |
|
Gustavo J. A. M. Carneiro
|
edd1e2552a
|
Correct documentation
|
2009-01-14 12:46:06 +00:00 |
|
Gustavo J. A. M. Carneiro
|
46a0667585
|
Add dependency annotations for the task that generates Python bindings
|
2009-01-14 11:17:41 +00:00 |
|
Gustavo J. A. M. Carneiro
|
76a4e8e15b
|
merge
|
2009-01-13 19:29:59 +00:00 |
|
Gustavo J. A. M. Carneiro
|
c0ea878ba2
|
Bug 375: Ctrl-C does not always work when running Python simulations
|
2009-01-13 19:28:26 +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 |
|
Gustavo J. A. M. Carneiro
|
dd94e9fa76
|
Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
|
2009-01-12 18:46:28 +00:00 |
|
Gustavo J. A. M. Carneiro
|
7568facca0
|
Bug 467: waf configure enables python after detecting pybindgen is missing
|
2009-01-12 18:45:03 +00:00 |
|
Mathieu Lacage
|
6986ca18f8
|
add wifi features to release notes
|
2009-01-12 13:40:38 +01: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
|
9ae3c42512
|
Upgrade WAF; fix Darwin (OSX) build problems.
|
2009-01-11 17:51:20 +00:00 |
|
Gustavo J. A. M. Carneiro
|
baf080b530
|
Gracefully ignore missing pkg-config
|
2009-01-10 19:05:32 +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 |
|
Mathieu Lacage
|
530c949c2a
|
rescan python
|
2009-01-09 13:18:29 +01: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 |
|
Mathieu Lacage
|
dece4c8aa4
|
add tex package for nakagami doc formula
|
2009-01-09 11:05:10 +01:00 |
|
Mathieu Lacage
|
f0c50a6466
|
rescan python
|
2009-01-09 09:54:14 +01:00 |
|
Timo Bingmann
|
9fe6a1f002
|
extend gnuplot classes
|
2009-01-09 09:54:09 +01:00 |
|