[Ns-commits] jpelkey3/ns-3-distributed
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Fri Nov 6 07:39:59 PST 2009
---- Cleanup for patch
user: Josh Pelkey <jpelkey at gatech.edu>
files: examples/mpi/Makefile examples/mpi/README examples/mpi/nms-udp-nix.cc examples/mpi/test-distributed.cc examples/nix-simple.cc examples/nms-p2p-nix.cc src/common/packet-metadata.cc src/common/packet-metadata.h src/common/packet.cc src/common/packet.h src/node/node.h src/simulator/distributed-simulator-impl.cc src/simulator/mpi-interface.cc src/simulator/mpi-interface.h wscript
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/1225c4f7215c
---- Mesh: fixed HWMP sequence and metric filtering, added route discovery time
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/airtime-metric.cc src/devices/mesh/dot11s/airtime-metric.h src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/hwmp-protocol.h src/devices/mesh/dot11s/peer-link.cc src/devices/mesh/dot11s/peer-link.h src/devices/mesh/dot11s/peer-management-protocol-mac.cc src/devices/mesh/dot11s/peer-management-protocol-mac.h src/devices/mesh/dot11s/peer-management-protocol.cc src/devices/mesh/dot11s/peer-management-protocol.h src/devices/mesh/mesh-wifi-beacon.cc src/devices/mesh/mesh-wifi-beacon.h src/helper/dot11s-installer.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/85d025cc5da4
---- Upgrade to upstream WAF 1.5.9 plus a bunch of 'waf tools' layered on top.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: waf waf-tools/cflags.py waf-tools/command.py waf-tools/pkgconfig.py waf-tools/shellcmd.py wscript
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/bfa1fc626775
---- Merge in upgrade to WAF 1.5.9
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/0b0222a9fd89
---- Update the build.txt file with new WAF information
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: doc/build.txt
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/a9678e91ec7d
---- Mesh: fixed coding style
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc src/devices/mesh/dot11s/ie-dot11s-beacon-timing.cc src/devices/mesh/dot11s/peer-management-protocol.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/dfcd6882cf19
---- Merge
user: Kirill Andreev <andreev at iitp.ru>
files:
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/a1680cbd70e9
---- introduce new build profile "release": -O3 -g0.
user: Andrey Mazo <mazo at iitp.ru>
files: wscript
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/15524c57a627
---- append -fomit-frame-pointer and -march=native to CXXFLAGS in release profile.
user: Andrey Mazo <mazo at iitp.ru>
files: wscript
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/8878efe25b6c
---- append {CC,CXX,LINK,LD}FLAGS_EXTRA to corresponding {CC,CXX,LINK}FLAGS.
user: Andrey Mazo <mazo at iitp.ru>
files: wscript
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/6db6a279dfff
---- add back TCP test case
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/tcp-test.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/7a340852b479
---- Python API rescan
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/apidefs/gcc-ILP32/ns3_module_core.py bindings/python/apidefs/gcc-ILP32/ns3_module_dot11s.py bindings/python/apidefs/gcc-ILP32/ns3_module_helper.py bindings/python/apidefs/gcc-ILP32/ns3_module_mesh.py bindings/python/apidefs/gcc-ILP32/ns3modulegen_generated.py bindings/python/apidefs/gcc-LP64/ns3_module_core.py bindings/python/apidefs/gcc-LP64/ns3_module_dot11s.py bindings/python/apidefs/gcc-LP64/ns3_module_helper.py bindings/python/apidefs/gcc-LP64/ns3_module_mesh.py bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/c2ebfa5f4e6d
---- Apply Gustavo's patch for MinGW compatibiliy
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-wall-clock-ms.h src/core/test.cc src/core/test.h src/core/unix-system-wall-clock-ms.cc src/core/win32-system-wall-clock-ms.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/8cb18165e22f
---- make win32 compile again
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-wall-clock-ms.h src/core/test.cc src/core/test.h src/core/unix-system-wall-clock-ms.cc src/core/win32-system-wall-clock-ms.cc utils/bench-packets.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/15fcd24f8b1e
---- try and make test.py a bit more portable
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/3c240ed38d99
---- test.py prints example elapsed times
user: craigdo at ee.washington.edu
files: test.py
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/7c6f8ebf4a34
---- Make test.py work on MinGW
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/ac47584eca3e
---- mesh: small doxygen fix.
user: Andrey Mazo <mazo at iitp.ru>
files: src/devices/mesh/dot11s/peer-management-protocol.h
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/8828fa46dee9
---- omit -march=native for <gcc-4.2;
user: Andrey Mazo <mazo at iitp.ru>
files: wscript
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/f2f95faff5bb
---- Mesh: fixed FLAME PATH_UPDATE procedure, fixed mesh.cc, valgrind errors in
user: Kirill Andreev <andreev at iitp.ru>
files: examples/mesh/mesh.cc src/devices/mesh/flame/flame-protocol-mac.cc src/devices/mesh/flame/flame-protocol.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/050630fcf15e
---- Pcap::Diff() method added to compare PCAP traces packet-by-packet
user: Pavel Boyko <boyko at iitp.ru>
files: src/common/pcap-file-test-suite.cc src/common/pcap-file.cc src/common/pcap-file.h
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/917f7367691e
---- Fix testing under Mac OS X
user: fmoatamr
files: test.py
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/c206a8ce5644
---- A-MSDU aggregation is not a default feature.
user: Mirko Banchi <mk.banchi at gmail.com>
files: src/helper/qos-wifi-mac-helper.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/c7aa69502cdd
---- Bring back the --doxygen-no-build option from the dead.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/6eebad1fb54d
---- Mesh: HWMP: fixed proactive routes
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/3d1c26170e5c
---- remind test.py how to build on unix and limit build scope when posible
user: Craig Dowell <craigdo at ee.washington.edu>
files: test.py
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/d3aabb63dd12
---- Bug 733: OLSR MPR Computation give incorrect result
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/routing/olsr/olsr-routing-protocol.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/61831e265e20
---- Mesh: fixed initiating proactive PREQ
user: Kirill Andreev <andreev at iitp.ru>
files: src/devices/mesh/dot11s/hwmp-protocol.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/5800fd778af9
---- merge ns-3-dev tip
user: Josh Pelkey <jpelkey at gatech.edu>
files: src/routing/olsr/olsr-routing-protocol.cc wscript
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/9eb8ed68c1f2
---- added define for nms MPI example
user: Josh Pelkey <jpelkey at gatech.edu>
files: examples/mpi/nms-udp-nix.cc
url: http://code.nsnam.org/jpelkey3/ns-3-distributed/rev/8cd6033d3886
More information about the Ns-commits
mailing list