Craig Dowell
|
3e652dbc55
|
rename object-names.{cc,h} to names.{cc,h} per convention
|
2009-01-22 23:07:34 -08:00 |
|
Craig Dowell
|
a715fef8e0
|
a little more doxygen for object-names.h
|
2009-01-21 00:28:47 -08:00 |
|
Craig Dowell
|
e1a8e44e43
|
add NamesPriv cleanup for code that doesn't use simulator -- for valgrind-clean runs
|
2009-01-20 22:42:11 -08:00 |
|
Craig Dowell
|
c37f4c2169
|
add examples of Config::Set to example names.cc
|
2009-01-20 21:55:04 -08:00 |
|
Craig Dowell
|
66f8a1a4d1
|
fix crasher in config unit tests
|
2009-01-20 21:16:52 -08:00 |
|
Craig Dowell
|
94f6345721
|
fix crasher in config
|
2009-01-20 18:56:33 -08:00 |
|
Craig Dowell
|
19fb59dda7
|
make simple version of Names:Add even simpler. Use that in examples/names.cc
|
2009-01-20 18:29:06 -08:00 |
|
Craig Dowell
|
23504b557f
|
Brute force all of the helpers to use object name service
|
2009-01-20 17:39:18 -08:00 |
|
Craig Dowell
|
cb6a14f423
|
add an object name service
|
2009-01-20 15:47:14 -08: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 |
|