[Ns-commits] fw/ns-3-nsc

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Fri Aug 22 00:29:28 PDT 2008


---- allow attribute setters to fail.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-accessor-helper.h src/core/attribute-test.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/1548d7e3604f


---- Stub TcpSocketImpl unit test
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/10c667a90efa


---- make it build with gcc 4.1.3
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/fdf978993930


---- fully qualify class name to use macro outside of ns3 namespace.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/b1744fac67da


---- Make TypeId(const char * name) explicit (bug 281)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/type-id.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/e5c71362e669


---- Add a test to TcpSocketImpl unit tests
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/a88c0d54e43b


---- Add another test to TcpSocketImplTest
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/46446b2e3c9d


---- Use scheduler to call up the stack in SimpleNetDevice (bug 287)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/node/simple-channel.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/e170f2c17e03


---- Refactor OnOff so Start doesn't immediate close the socket (bug 259)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/016c70fa60d8


---- remove uneeded EnableMetadata calls
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc examples/mixed-wireless.py
url: http://code.nsnam.org/fw/ns-3-nsc/rev/087b1b45b3b5


---- Python: ignore TracedCallback classes for the time being: they were never usable and were triggering pybindgen generate code compilation problems.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulescan.py
url: http://code.nsnam.org/fw/ns-3-nsc/rev/ab1673dcdf58


---- Python: fix bad parameter passed into pybindgen.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org/fw/ns-3-nsc/rev/99f49426595a


---- Rescan Python bindings
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/fw/ns-3-nsc/rev/427638d49248


---- New PyBindGen version needed.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/fw/ns-3-nsc/rev/1ca4a0f2e4f4


---- Don't scan python bindings until the everything.h file to be scanned is generated.  Closes #288.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/fw/ns-3-nsc/rev/15fe83e15ff5


---- New pybindgen version, fixes a couple of bugs caught by regression testing.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/fw/ns-3-nsc/rev/db139d2d728e


---- Make copy constructors of some wifi classes private so that pybindgen won't use them (they are not usable)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-phy.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/04315a10b9c1


---- New PyBindGen version and API rescan: adds missing copy constructors, and generates __copy__ methods so that python's copy.copy() works on our objects.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_wifi.py bindings/python/wscript
url: http://code.nsnam.org/fw/ns-3-nsc/rev/3685ab98e4b2


---- Fix a unit test typo (thanks Providence Salumu Munga
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/9358e0be63d2


---- merge with ns-3-dev
user: Florian Westphal <fw at strlen.de>
files: 
url: http://code.nsnam.org/fw/ns-3-nsc/rev/abb882322202




More information about the Ns-commits mailing list