[Ns-commits] gjc/ns-3-pybindgen-notracing
code@nsnam-code.ece.gatech.edu
code at nsnam-code.ece.gatech.edu
Thu May 22 11:34:39 PDT 2008
---- unstable changes for python bindings; does not work; use at your own risk
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3modulescan.py bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a99ae50fb765
---- Pointer class for primitive type pointer.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-test.cc src/core/pointer.cc src/core/pointer.h src/core/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/96d1fc816681
---- get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/simple-error-model.cc samples/main-attribute-value.cc src/core/attribute-test.cc src/core/attribute.cc src/core/attribute.h src/core/config.cc src/core/pointer.h src/devices/csma/csma-net-device.cc src/devices/point-to-point/point-to-point-net-device.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-net-device.cc src/helper/mobility-helper.cc src/mobility/hierarchical-mobility-model.cc src/mobility/random-waypoint-mobility-model.cc src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/73b47ce1d805
---- add doxygen anchors to avoid warnings.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/boolean.h src/core/double.h src/core/integer.h src/core/uinteger.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/554e10cdc747
---- add space to ensure doxygen reference generation.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/pointer.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ac861a001a2a
---- add doxygen documentation to avoid doxygen warnings.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-vector.h src/devices/wifi/ssid.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/bbe74014af44
---- improve type linking behavior.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5bee690ea6b6
---- allow access to the pointee's TypeId.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/pointer.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/db96af55f46e
---- add ObjectVector::GetItemTypeId
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-test.cc src/core/config.cc src/core/object-vector.cc src/core/object-vector.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l4-demux.cc src/node/node-list.cc src/node/node.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c7983cfa2cb3
---- typos in WifiChannel
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-channel.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5bdc12f09798
---- use a specific type if you can
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c24722e09df2
---- define a TypeId for ns3::Ipv4Interface
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ipv4-interface.cc src/internet-node/ipv4-interface.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d108e5f0bd3e
---- iterate over aggregated objects dynamically.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/fc048c358357
---- iterate over the _aggregated_ objects: this does not include the initial pointer.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/621b23d5be5b
---- make IsChildOf not return true for test against self. Add operator < for TypeId.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.cc src/core/type-id.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3cff8627a284
---- add missing TypeId in base class
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/propagation-delay-model.cc src/devices/wifi/propagation-delay-model.h src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8fb456039670
---- add functions to access list of root namespace objects
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/config.cc src/core/config.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e1ff74674f87
---- add missing registration macro call
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e37b7279e41e
---- add a few missing ns3:: prefixes in TypeId names.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/propagation-loss-model.cc src/node/node-list.cc src/simulator/scheduler.cc src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/cdbcd43a019c
---- generate path information for each type.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d8806baadedb
---- print list of trace sources
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8e9f4dc59d8b
---- add copy constructor and assignment operator to ensure proper initialization of refcount.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/ref-count-base.cc src/core/ref-count-base.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/14194a052b7d
---- get rid of scary implementation details of Attribute.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-helper.h src/core/attribute.cc src/core/attribute.h src/core/double.cc src/core/enum.cc src/core/integer.cc src/core/object-vector.cc src/core/object-vector.h src/core/pointer.h src/core/random-variable.cc src/core/uinteger.cc src/simulator/time.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b0fec3381418
---- use RefCountBase
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute.cc src/core/attribute.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/858fc65447a5
---- allow an std::string to be an attribute
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/string.cc src/core/string.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a42da8051124
---- add AttributeAccessor::HasGetter/HasSetter and implement it.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-accessor-helper.h src/core/attribute.h src/core/object-vector.cc src/core/object-vector.h src/core/pointer.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9e20fb862cd8
---- use HasSetter/HasGetter to improve doxygen output.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2a3db8645225
---- implement operator << for ObjectFactory.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-factory.cc src/core/object-factory.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d5047d6ce4ce
---- -1 cuts the trailing s if the time postfix is longer than 1 char.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/time.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/db884a56c5c1
---- implement operator >>
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/mac48-address.cc src/node/mac48-address.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a1a6028e4c39
---- implement operator >>
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/address.cc src/node/address.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3d45621712a3
---- implement operator >>
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-factory.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/1c1345207c74
---- avoid trailing |
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-list.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8a87a9734bd6
---- ConfigStore allows you to dump and read from a file a simulation configuration
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/config-store.cc src/contrib/config-store.h src/contrib/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f6ec069d17da
---- add missing license statement.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/traced-value.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5c620cfd9492
---- remove old non-relevant documentation.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/doxygen.conf doc/tracing.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/54aa10a712a8
---- improve documentation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-net-device.cc src/internet-node/ipv4-l3-protocol.h src/node/queue.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2bcb3435483b
---- improve doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/udp-echo/udp-echo-client.h src/applications/udp-echo/udp-echo-server.h src/contrib/config-store.h src/devices/wifi/amrr-wifi-manager.h src/devices/wifi/onoe-wifi-manager.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/39f72ca0ba8e
---- fix some dox warnings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/modules
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/40a70a2e1b70
---- generate list of trace sources and attributes in separate dox groups.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4e8cb1577144
---- get rid of Attribute class. Use AttributeValue subclasses directly.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/tcp-large-transfer.cc examples/udp-echo.cc examples/wifi-adhoc.cc examples/wifi-ap.cc samples/main-attribute-value.cc samples/main-grid-topology.cc samples/main-propagation-loss.cc samples/main-random-topology.cc samples/main-random-walk.cc src/applications/onoff/onoff-application.cc src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/common/error-model.cc src/contrib/config-store.cc src/core/attribute-accessor-helper.h src/core/attribute-helper.h src/core/attribute-list.cc src/core/attribute-list.h src/core/attribute-test.cc src/core/attribute.cc src/core/attribute.!
h src/core/boolean.cc src/core/boolean.h src/core/command-line.cc src/core/config.cc src/core/config.h src/core/double.cc src/core/double.h src/core/enum.cc src/core/enum.h src/core/global-value.cc src/core/global-value.h src/core/integer.cc src/core/integer.h src/core/object-base.cc src/core/object-base.h src/core/object-factory.cc src/core/object-factory.h src/core/object-vector.cc src/core/object-vector.h src/core/object.h src/core/pointer.cc src/core/pointer.h src/core/ptr.h src/core/random-variable.cc src/core/random-variable.h src/core/string.cc src/core/string.h src/core/traced-value.h src/core/type-id.cc src/core/type-id.h src/core/uinteger.cc src/core/uinteger.h src/core/wscript src/devices/csma/csma-channel.cc src/devices/csma/csma-net-device.cc src/devices/point-to-point/point-to-point-channel.cc src/devices/point-to-point/point-to-point-net-device.cc src/devices/wifi/aarf-wifi-manager.cc src/devices/wifi/amrr-wifi-manager.cc src/devices/wifi/arf-wifi-manager.cc !
src/devices/wifi/constant-rate-wifi-manager.cc src/devices/wifi/dca-tx
op.cc src/devices/wifi/ideal-wifi-manager.cc src/devices/wifi/jakes-propagation-loss-model.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/onoe-wifi-manager.cc src/devices/wifi/propagation-delay-model.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/rraa-wifi-manager.cc src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-mac-queue.cc src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-remote-station-manager.cc src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/mobility-helper.cc src/helper/mobility-helper.h src/helper/olsr-helper.cc src/helper/olsr-helper.h src/helper/on-off-helper.cc src/helper/on-off-helper.h src/helper/packet-sink-helper.cc src/helper/packet-sink-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/udp-echo-helper.cc src/helper/udp-echo-helper.h src/helper/wifi-helper.cc src/helper/wifi-!
helper.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l4-demux.cc src/internet-node/ipv4-l4-protocol.cc src/internet-node/rtt-estimator.cc src/internet-node/tcp-l4-protocol.cc src/internet-node/tcp-socket.cc src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model.cc src/mobility/position-allocator.cc src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-waypoint-mobility-model.cc src/node/drop-tail-queue.cc src/node/node-list.cc src/node/node.cc src/node/tcp.cc src/routing/olsr/olsr-agent-impl.cc src/simulator/nstime.h src/simulator/simulator.cc src/simulator/time.cc tutorial/tutorial-bus-network.cc tutorial/tutorial-csma-echo-ascii-trace.cc tutorial/tutorial-csma-echo-pcap-trace.cc tutorial/tutorial-csma-echo.cc tutorial/tutorial-linear-dumbbell.cc tutorial/tutorial-point-to-point.cc tutorial/tutorial-star-routing.cc tutorial/tutorial-star.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4b28e9740e3b
---- fix dox warning
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-base.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0116649f03f8
---- improve the doxygen output.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/enum.cc src/core/object-vector.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/6fe0a5622af7
---- add doxygen class definitions for native type Value classes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/double.h src/core/integer.h src/core/string.h src/core/uinteger.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d6b2d00acab2
---- improve the auto-generated doxygen output.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/doxygen.conf src/common/data-rate.h src/core/attribute-helper.h src/core/attribute.h src/core/boolean.cc src/core/double.cc src/core/double.h src/core/enum.cc src/core/enum.h src/core/integer.cc src/core/integer.h src/core/object-factory.h src/core/object-vector.h src/core/pointer.h src/core/random-variable.h src/core/string.cc src/core/string.h src/core/type-id.h src/core/uinteger.cc src/devices/wifi/ssid.h src/devices/wifi/wifi-mode.h src/mobility/rectangle.h src/mobility/vector.h src/node/address.h src/node/ipv4-address.h src/node/mac48-address.h src/simulator/nstime.h utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9d05d2a95dfa
---- small tweak to generated dox
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-vector.h src/core/pointer.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0384d6f6cca1
---- output the initial value of the attributes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/75780f899be3
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-broadcast.cc examples/csma-multicast.cc src/core/command-line.cc src/core/config.cc src/core/object.cc src/core/traced-value.h src/devices/wifi/dca-txop.cc src/internet-node/tcp-socket.cc src/node/address.cc src/node/tcp.cc src/routing/olsr/olsr-agent-impl.cc src/simulator/nstime.h src/simulator/scheduler-heap.cc src/simulator/scheduler-heap.h src/simulator/scheduler-list.cc src/simulator/scheduler-list.h src/simulator/scheduler-map.cc src/simulator/scheduler-map.h src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d76553495b91
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.h src/internet-node/rtt-estimator.cc src/node/address.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e8d8a0650927
---- avoid crash due to mis-spelled data rate unit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-global-routing.cc examples/simple-point-to-point-olsr.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/30ed185e0364
---- kill NS_LOG_PARAMS_BEGIN/END.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h src/devices/csma/csma-net-device.cc src/internet-node/ipv4-end-point-demux.cc src/routing/olsr/routing-table.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/1e778c442245
---- do not use __PRETTY_PRINT__
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.cc src/core/log.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ee338f8cef49
---- align with the semantics of _PARAMS
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ipv4-interface.cc src/internet-node/ipv4-l3-protocol.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/35618565c0e5
---- cleanup to avoid too many #ifdefs
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c93e1d0d6916
---- add time logging support
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.cc src/core/log.h src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3d39dd617b8d
---- add doxygen.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/98b75bde4403
---- fix optimized build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/982a6f364d2c
---- change NS_LOG= syntax and default behavior to be more useful by default.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.cc src/core/log.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a7e3e54c7e94
---- NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/onoff/onoff-application.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/common/error-model.cc src/common/packet-metadata.cc src/core/log.cc src/core/log.h src/devices/csma/csma-channel.cc src/devices/csma/csma-net-device.cc src/devices/point-to-point/point-to-point-channel.cc src/devices/point-to-point/point-to-point-net-device.cc src/helper/ipv4-address-helper.cc src/internet-node/arp-ipv4-interface.cc src/internet-node/arp-l3-protocol.cc src/internet-node/ipv4-end-point-demux.cc src/internet-node/ipv4-interface.cc src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-loopback-interface.cc src/internet-node/ipv4-static-routing.cc src/internet-node/tcp-l4-protocol.cc src/internet-node/tcp-socket.cc src/internet-node/udp-l4-protocol.cc src/internet-node/udp-socket.cc src/mobility/random-direction-2d-mobility-model.cc src/node/channel.cc src/node/drop-tail-queue.cc src/node/ipv4-address-generator.c!
c src/node/node-list.cc src/node/packet-socket.cc src/node/queue.cc src/node/socket.cc src/routing/global-routing/candidate-queue.cc src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-router-interface.cc src/routing/olsr/routing-table.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e3a416fe9dd5
---- code was dead.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-trace.cc src/devices/wifi/wifi-trace.h src/devices/wifi/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/27b183b18d4d
---- use function logging macros
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.cc src/devices/wifi/ideal-wifi-manager.cc src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/mac-rx-middle.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/wifi-mac-header.cc src/devices/wifi/wifi-phy.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/fa0747c4ad5e
---- fix optimized build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/484e5030c441
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.cc src/internet-node/arp-l3-protocol.cc src/internet-node/tcp-socket.cc src/internet-node/udp-socket.cc src/simulator/scheduler-heap.cc src/simulator/scheduler-heap.h src/simulator/scheduler-list.cc src/simulator/scheduler-list.h src/simulator/scheduler-map.cc src/simulator/scheduler-map.h src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4fe951be604c
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8774a8c9526f
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/tracing.h src/applications/onoff/onoff-application.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/common/error-model.cc src/devices/csma/csma-channel.cc src/devices/csma/csma-net-device.cc src/devices/point-to-point/point-to-point-channel.cc src/devices/point-to-point/point-to-point-net-device.cc src/devices/wifi/dca-txop.cc src/devices/wifi/ideal-wifi-manager.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/wifi-phy.cc src/internet-node/ipv4-interface.cc src/internet-node/ipv4-l3-protocol.cc src/internet-node/tcp-l4-protocol.cc src/internet-node/tcp-socket.cc src/mobility/random-direction-2d-mobility-model.cc src/node/drop-tail-queue.cc src/node/node-list.cc src/node/queue.cc src/simulator/simulator.cc utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b7eb3929096c
---- Missing hg update when 'Synchronizing reference traces using Mercurial'
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/69ddc1c42130
---- kill unused code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9a3ed582d153
---- move Packet::AddAtEnd implementation to the Buffer code.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h src/common/packet.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ba52f937610c
---- optimize case where fake payload is fragmented and re-assembled.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a975a534915c
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/de48c60ad186
---- Align helper API use of Install()
user: Tom Henderson <tomh at tomh.org>
files: examples/mixed-wireless.cc examples/simple-point-to-point-olsr.cc examples/wifi-adhoc.cc examples/wifi-ap.cc samples/main-grid-topology.cc samples/main-random-topology.cc samples/main-random-walk.cc src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/mobility-helper.cc src/helper/mobility-helper.h src/helper/ns2-mobility-helper.cc src/helper/ns2-mobility-helper.h src/helper/olsr-helper.cc src/helper/olsr-helper.h src/internet-node/internet-stack.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b72805b3ca69
---- EnablePcap()->EnablePcapAll(); EnableAscii()->EnableAsciiAll()
user: Tom Henderson <tomh at tomh.org>
files: examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/tcp-large-transfer.cc examples/udp-echo.cc src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/mobility-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h tutorial/tutorial-bus-network.cc tutorial/tutorial-csma-echo-ascii-trace.cc tutorial/tutorial-csma-echo-pcap-trace.cc tutorial/tutorial-linear-dumbbell.cc tutorial/tutorial-point-to-point.cc tutorial/tutorial-star-routing.cc tutorial/tutorial-star.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a83b94e277d4
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files: doc/tracing.h examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/tcp-large-transfer.cc examples/udp-echo.cc examples/wifi-adhoc.cc examples/wifi-ap.cc samples/main-grid-topology.cc samples/main-random-topology.cc samples/main-random-walk.cc src/devices/wifi/wifi-trace.cc src/devices/wifi/wifi-trace.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/mobility-helper.cc src/helper/mobility-helper.h src/helper/olsr-helper.cc src/helper/olsr-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h src/simulator/scheduler-heap.cc src/simulator/scheduler-heap.h src/simulator/scheduler-list.cc src/simulator/scheduler-list.h src/simulator/scheduler-map.cc!
src/simulator/scheduler-map.h tutorial/tutorial-bus-network.cc tutorial/tutorial-csma-echo-ascii-trace.cc tutorial/tutorial-csma-echo-pcap-trace.cc tutorial/tutorial-linear-dumbbell.cc tutorial/tutorial-point-to-point.cc tutorial/tutorial-star-routing.cc tutorial/tutorial-star.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/caf9d364c6fc
---- Fix two nits that escaped checkin
user: Tom Henderson <tomh at tomh.org>
files: examples/mixed-wireless.cc samples/main-random-walk.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b991704f870f
---- bug 131 partial fix: split out Send and DataSent callbacks
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0b10920623bf
---- A few minor cleanups to socket.h/cc
user: Tom Henderson <tomh at tomh.org>
files: src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/bd2d3e32ef7b
---- WAF: convert code to WAF 1.4 API; the 'waf' script bundle will be updated later, for now has been disabled.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/wscript waf wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f7aa2796627f
---- WAF: use os.path.join in the message 'Entering directory ...'
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3f851016493d
---- Upgrade to WAF 1.4.1
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: waf
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2438c0f2f9dd
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/7a63e3c78cd0
---- avoid segfault when setting NS_LOG=*
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.cc src/core/log.h src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/cc521f35f033
---- add comments about previous bug fix
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/054b9ca57390
---- fix optimized build, bug 169
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/log.h src/node/ipv4-address-generator.cc src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/364e3943c8f0
---- avoid useless ifdefs
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a6ff01929caf
---- bug 170
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/db5fab391eac
---- bug 153
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-attribute-value.cc src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/point-to-point/point-to-point-test.cc src/helper/point-to-point-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ad669f4f7e58
---- bug 153 applied to CSMA
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/helper/csma-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2d507430219e
---- fix bug 161
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tcp-large-transfer.cc src/common/pcap-writer.cc src/common/pcap-writer.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/ppp-header.cc src/devices/point-to-point/ppp-header.h src/devices/point-to-point/wscript src/helper/point-to-point-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/56a4c75f9422
---- Fix point-to-point unit tests
user: Tom Henderson <tomh at tomh.org>
files: src/devices/point-to-point/point-to-point-test.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/81949bbc6349
---- WAF: add uselib_local to the ns3 library to pull in library dependencies from the ns-3 modules into the main library.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b9c517e4bfd5
---- Missing Packet::Copy in Node::ReceiveFromDevice for the multiple protocol handlers scenario.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/node/node.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f77acbb9f7b4
---- update pcap trace setup filename
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/94d9153aee09
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8183339fedf0
---- PacketSocket bind-to-interface bug
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/node/packet-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0ac9b895494d
---- GlobalRoutingManager: don't abort with non-IP NetDevices, just skip them.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4ac564369c63
---- GlobalRoutingManager: don't segfault for NetDevices that have no associated Channel (e.g. virtual NetDevices); just skip them.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/953e6fc56bf0
---- Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc.
user: tjkopena at cs.drexel.edu
files: examples/mixed-wireless.cc samples/main-random-topology.cc samples/main-random-walk.cc src/devices/csma/csma-net-device.h src/devices/point-to-point/point-to-point-net-device.h src/helper/mobility-helper.cc src/helper/mobility-helper.h src/helper/ns2-mobility-helper.cc src/helper/ns2-mobility-helper.h src/internet-node/arp-l3-protocol.h src/internet-node/ascii-trace.h src/internet-node/ipv4-interface.h src/internet-node/ipv4-l4-demux.h src/internet-node/ipv4-l4-protocol.h src/internet-node/pcap-trace.h src/internet-node/tcp-l4-protocol.h src/internet-node/udp-l4-protocol.h src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h src/mobility/mobility-model.cc src/mobility/mobility-model.h src/mobility/mobility.h src/mobility/wscript src/node/net-device.h src/node/node.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5b1479210da3
---- Changed MobilityModel::m_trace to be more descriptive.
user: tjkopena at cs.drexel.edu
files: src/mobility/mobility-model.cc src/mobility/mobility-model.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c64c571c8e0c
---- Merged nonotifier with main branch.
user: tjkopena at cs.drexel.edu
files: examples/mixed-wireless.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e690b0d1b625
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/30ca8e7b5e89
---- fix bug 180
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d93423ef5ef2
---- remove dead code.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-packet-socket.cc src/internet-node/ascii-trace.cc src/internet-node/ascii-trace.h src/internet-node/pcap-trace.cc src/internet-node/pcap-trace.h src/internet-node/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4ef834f6b67d
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/7c575f821f2b
---- forgot to remove dead includes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-global-routing.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d0713d8818c7
---- kill dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/09fcdac092f7
---- report the adjustment delta in Buffer::AddAtEnd and Buffer::AddAtStart.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/7cfe0542dff5
---- make the code more consistent across AddAtStart and AddAtEnd
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c34e9d31a75d
---- add adjustment report to overloaded Buffer::AddAtEnd method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/77a8e808c341
---- add a couple of helper test macros
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/config.cc src/core/object.cc src/core/test.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5daf048843a6
---- move test code to anon namespace
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata-test.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b96c58f42432
---- a new tag implementation: Mtag
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h src/common/mtag-buffer.cc src/common/mtag-buffer.h src/common/mtag-list.cc src/common/mtag-list.h src/common/mtag.cc src/common/mtag.h src/common/packet.cc src/common/packet.h src/common/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/644bfc099992
---- add a couple of dox comments
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8e29fb88ad26
---- add a couple of serialization/deserialization methods
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/mtag-buffer.cc src/common/mtag-buffer.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b0f12f3a75b3
---- convert to new tag API.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-packet-tag.cc src/contrib/delay-jitter-estimation.cc src/devices/wifi/mac-low.cc src/devices/wifi/wifi-remote-station-manager.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5962e2962fa9
---- remove now-unused Tags class
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc src/common/packet.h src/common/tag-registry.cc src/common/tag-registry.h src/common/tag.h src/common/tags.cc src/common/tags.h src/common/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/722cf749a9e3
---- Mtag -> Tag
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-packet-tag.cc src/common/mtag-buffer.cc src/common/mtag-buffer.h src/common/mtag-list.cc src/common/mtag-list.h src/common/mtag.cc src/common/mtag.h src/common/packet.cc src/common/packet.h src/contrib/delay-jitter-estimation.cc src/devices/wifi/mac-low.cc src/devices/wifi/wifi-remote-station-manager.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e11e106c7c19
---- mtag -> tag
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-packet-tag.cc src/common/mtag-buffer.cc src/common/mtag-buffer.h src/common/mtag-list.cc src/common/mtag-list.h src/common/mtag.cc src/common/mtag.h src/common/packet.h src/common/tag-buffer.cc src/common/tag-buffer.h src/common/tag-list.cc src/common/tag-list.h src/common/tag.cc src/common/tag.h src/common/wscript src/contrib/delay-jitter-estimation.cc src/devices/wifi/mac-low.cc src/devices/wifi/wifi-remote-station-manager.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a624276a897b
---- use a shared buffer
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.cc src/common/tag-list.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d0a9677d5452
---- use a free list for tag buffers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.cc src/common/tag-list.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4a1ab06f0d63
---- add missing include for optimized builds
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2887b34f4769
---- add dox doc
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h src/common/tag-buffer.h src/common/tag.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/895cb1b6a903
---- test self-assignment of packets
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc src/common/packet.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a03270ebc161
---- avoid signed/unsigned comparison warning.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/84600b3f966c
---- a couple more tests.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0c66462c3406
---- typos
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.h src/common/tag-list.h src/common/tag.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/519a31d1729f
---- add missing license headers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.cc src/common/tag-buffer.h src/common/tag-list.cc src/common/tag-list.h src/common/tag.cc src/common/tag.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9cc612c6cd32
---- avoid stupid string allocation all the time.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/bench-packets.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/399d3858d190
---- simplify code logic
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc src/common/packet-metadata.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f64799121881
---- simplify code logic
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc src/common/packet-metadata.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a14d83bacc9c
---- enable metadata only on second run
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/bench-packets.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b152a62d2017
---- inline a couple of tag methods.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-buffer.cc src/common/tag-buffer.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c908e1a82801
---- avoid doing the work twice.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.cc src/common/tag-list.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d4bb2f7687d1
---- help return-value-optimization
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e26ab7b61c7c
---- bench tags
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/bench-packets.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/31e4703e08da
---- attempt to document some of the internal details
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/890b147e1ed6
---- bug 179: Packet fragmentation bug
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/packet-metadata-test.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5a49ba9ad976
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2b7093f42f78
---- merge from HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ascii-trace.cc src/internet-node/ascii-trace.h src/internet-node/pcap-trace.cc src/internet-node/pcap-trace.h src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d7a198241e61
---- a basic but useful Gtk+-based config-store
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/attribute-iterator.cc src/contrib/attribute-iterator.h src/contrib/config-store.cc src/contrib/config-store.h src/contrib/gtk-config-store.cc src/contrib/gtk-config-store.h src/contrib/wscript src/wscript wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a1c532e3bf18
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2daf5961f130
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/65c25546b5c3
---- add missing getters
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/hierarchical-mobility-model.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f94b285ffd62
---- add scroll area and alternating row colors.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2a2f4760af4d
---- set a default window size.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/95ea2e729bf5
---- make the iteration code more flexible. add tooltips to gtk config store
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/attribute-iterator.cc src/contrib/attribute-iterator.h src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4730d8d6d63c
---- add missing TypeId::HasParent method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.cc src/core/type-id.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/45d8e899c535
---- make sure we iterate over the parent's attributes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/attribute-iterator.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/99722b888be3
---- also handle parent attributes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c513d4411cc8
---- reset the output stream to get a proper trace path
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/wifi-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/387c041695cd
---- close the writer before deleting it
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/pcap-writer.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/53e41ce6d3de
---- tweak log output
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/config-store.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/fad298f05916
---- improve doxygen doc.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/config-store.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/6d7f78ceeccc
---- cleanup the model memory.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e8c8430359c6
---- re-enable editing
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/22756d7f8bb5
---- ensure that the list of positions is long enough
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/68f79ef69388
---- remove XXX
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/030e4a88c6d7
---- avoid un-initialized bits
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac-header.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/de6acde26560
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc src/common/tag-registry.cc src/common/tag-registry.h src/common/tag.h src/common/tags.cc src/common/tags.h src/internet-node/ascii-trace.cc src/internet-node/ascii-trace.h src/internet-node/pcap-trace.cc src/internet-node/pcap-trace.h src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/42a9a69ac4ef
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: doc/tracing.h src/common/packet-metadata.h src/common/packet.h src/common/tag-registry.cc src/common/tag-registry.h src/common/tags.cc src/common/tags.h src/contrib/wscript src/core/object.cc src/core/object.h src/core/ptr.h src/core/random-variable.cc src/core/random-variable.h src/core/wscript src/devices/wifi/propagation-delay-model.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h src/devices/wifi/wifi-channel.h src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-trace.cc src/devices/wifi/wifi-trace.h src/devices/wifi/wscript src/internet-node/ascii-trace.cc src/internet-node/ascii-trace.h src/internet-node/internet-stack.cc src/internet-node/pcap-trace.cc src/internet-node/pcap-trace.h src/internet-node/wscript src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h src/mobility/random-walk-2d-mobility-model.cc src/mobility/wscript src/simulator/simulator.cc sr!
c/wscript wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/895dbe76a496
---- Adapt to new WAF API
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/827a6a4db6a1
---- Rename option --disable-python-bindings to --python-disable; add option --python-scan; make python bindings compile again (although they are temporarily crippled)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/08884254d8e5
---- fix build for g++ 3.4.6
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/7172d5dcae51
---- avoid warning with g++ 4.1.2
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/delay-jitter-estimation.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3d83c2088c85
---- Require gtk+ >= 2.12; closes #182
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/contrib/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/dd7a6e76c739
---- ppp model description
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/point-to-point/point-to-point-channel.cc src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/point-to-point/point-to-point.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5370849d0b76
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/contrib/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d3caf321e6a3
More information about the Ns-commits
mailing list