Commit Graph

4455 Commits

Author SHA1 Message Date
Tom Henderson
9cdc0cfd71 rescan python bindings 2009-05-21 06:04:40 -07:00
Tom Henderson
4159520b4b fix packet tag manual documentation 2009-05-21 06:03:42 -07:00
Mathieu Lacage
fa5e05290d fix uninitialized variable 2009-05-20 15:54:56 +02:00
Fabian Mauchle
9c63493280 bug 568: Timer's default destroy policy not set. 2009-05-19 15:41:01 +02:00
Andrey Hippo
0abda7e938 bug 567: --enable-static does not work on i686 2009-05-19 15:39:15 +02:00
Mathieu Lacage
bf673cf808 rescan python 2009-05-19 15:35:05 +02:00
Mathieu Lacage
2f0944386f bug 560: remove deprecated methods. 2009-05-19 15:34:20 +02:00
Gustavo J. A. M. Carneiro
e37a5eed7a Don't event try to enable -Wl,--soname option if we're not on linux. 2009-05-18 14:10:49 +01:00
Gustavo J. A. M. Carneiro
990960bbca Add -Wl,--soname=libns3.so to link flags to allow dlopen hacks
Mathieu's explanation:
"""
In python, I want to load the ns3 python bindings without having to
install libns3.so in /usr and without having to configure
LD_LIBRARY_PATH. So, I need to dlopen (RTLD_GLOBAL) libns3.so before
doing imp.find_module ('ns3') to ensure that python finds the libns3.so
library. To do the dlopen, I need to give a full path to libns3.so but,
if you do this without a soname, the dynamic loader does not know about
libns3.so: it knows only about /foo/bar/libns3.so.
"""
2009-05-18 11:06:26 +01:00
Mathieu Lacage
61fe7606d8 add missing constructor 2009-05-14 10:21:38 +02:00
Adrian S. W. Tam
32a92483aa fixed packet trace time bomb in csma 2009-05-11 11:18:18 -07:00
Mirko Banchi
dcf19a8a72 mismatching type 2009-05-11 14:02:17 +02:00
Adrian S.-W. Tam
2fba7f868e test and fix Buffer::Iterator::WriteHtolsbU64, Buffer::Iterator::ReadU64 , Buffer::Iterator::ReadLsbtohU64 2009-05-07 09:13:06 +02:00
Mathieu Lacage
a41ad5c951 improve wording 2009-05-05 16:08:36 +02:00
Mathieu Lacage
2296cdca9d enable python+static build on osx 2009-05-05 14:55:23 +02:00
Mathieu Lacage
0f13d33e4a enable static builds on cygwin 2009-05-05 14:47:08 +02:00
Mathieu Lacage
87c9c58765 enable darwin static builds 2009-05-05 12:00:29 +02:00
Mathieu Lacage
f09595116e merge 2009-05-04 20:22:08 +02:00
Mathieu Lacage
83eb1a3a33 attempt to detect broken --enable-static invocations. 2009-05-04 20:21:37 +02:00
Mathieu Lacage
a269556050 pass regression tests on mingw 2009-05-04 16:30:53 +02:00
Mathieu Lacage
b5685eb9ee Fix build on osx-ppc optimized gcc 4.0.1 2009-05-04 11:24:17 +02:00
Tom Henderson
3c5b3218d8 remove Control-M from example 2009-05-01 09:07:04 -07:00
Mirko Banchi
6bf3f47ea5 update manual 2009-05-01 14:34:27 +02:00
Mirko Banchi
1066eb4764 fix access class table 2009-04-30 14:11:58 +02:00
Gustavo J. A. M. Carneiro
7197fc0d27 Fix Python bindings build with gcc < 4 2009-04-30 10:57:30 +01:00
Mirko Banchi
1a4b128917 update tutorial 2009-04-29 20:55:56 +02:00
Mirko Banchi
16b6cfbe71 update wifi.h 2009-04-28 14:26:28 +02:00
Mathieu Lacage
8c45fd2537 merge 2009-04-28 09:26:19 +02:00
Mathieu Lacage
dcb0180fcd update CHANGES.html 2009-04-28 09:25:48 +02:00
Mathieu Lacage
bb1a035f3c rescan python 2009-04-28 09:25:41 +02:00
Fabian Mauchle
cf746e147e remove Mac48Address::IsMulticast 2009-04-28 09:25:33 +02:00
Tom Henderson
aec5c8817d fix small pdf generation problem reported by Faker 2009-04-27 22:46:50 -07:00
Mathieu Lacage
09191d648e rescan python bindings 2009-04-27 16:50:16 +02:00
Mathieu Lacage
14323090c0 help python bindings 2009-04-27 16:49:40 +02:00
Mathieu Lacage
9ad38da398 explain rationale for current GetMulticast methods 2009-04-27 09:25:05 +02:00
Mathieu Lacage
0c4d04a0af bug 558: qos-tag.h is gone missing from wscript 2009-04-27 09:09:35 +02:00
Craig Dowell
8e75aa36cb new emu-ping example 2009-04-26 18:44:03 -07:00
Craig Dowell
5ff4351d92 expand emu search for creator, don't check FCS 2009-04-26 18:20:07 -07:00
Tom Henderson
aaab024589 merge with tip 2009-04-26 15:36:59 -07:00
Tom Henderson
cb77b59846 fix texinfo warnings 2009-04-26 15:36:15 -07:00
Mirko Banchi
392183de10 Swap values of QosAckPolicy 2009-04-26 23:47:09 +02:00
Mirko Banchi
af293e7d1d Added API changes for wifi helpers 2009-04-26 13:27:23 +02:00
Mirko Banchi
edec79c2c6 Added new ns-3.5 wifi features in RELEASE_NOTES 2009-04-26 12:49:24 +02:00
Tom Henderson
a8a6bc74c3 fix texinfo errors 2009-04-25 14:56:52 -07:00
Craig Dowell
2df852c18b Add explicit socket close to udp echo for consistency 2009-04-24 16:00:44 -07:00
Faker Moatamri
3113083ede bug 377: --lcov-report not working fully 2009-04-24 11:14:10 +02:00
Mirko Banchi
8a94aee8aa add qos MACs 2009-04-24 10:21:37 +02:00
Mathieu Lacage
cc5c5444ec rescan python 2009-04-24 10:02:10 +02:00
Mirko Banchi
9f0c9cd975 Add WifiMacHelper 2009-04-24 10:01:41 +02:00
Mathieu Lacage
3a2586631b mark copy constructor and assignment operator as private to avoid exporting wifi-mac-queue.h for python bindings 2009-04-24 09:57:16 +02:00