Mercurial
Mercurial
>
ns-3.24
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
use new MobilityModel::Get and remove old one.
2007-07-04, by Mathieu Lacage
add Position class and Get/Set methods on MobilityModel
2007-07-04, by Mathieu Lacage
POSITION_H -> MOBILITY_MODEL_H
2007-07-04, by Mathieu Lacage
position.h -> mobility-model.h
2007-07-04, by Mathieu Lacage
Position -> MobilityModel
2007-07-04, by Mathieu Lacage
PositionSetNotifier -> MobilityModelNotifier
2007-07-04, by Mathieu Lacage
add missing constructor declaration
2007-07-04, by Mathieu Lacage
build the new code
2007-07-03, by Mathieu Lacage
RandomDirection model
2007-07-03, by Mathieu Lacage
add a few constructors
2007-07-03, by Mathieu Lacage
implement Dispose
2007-07-03, by Mathieu Lacage
In some cases, when an event is scheduled against a subclass of Object, and if no one owns a reference directly to this object, the object is alive, has a refcount of zero and the method ran when the event expires runs against the raw pointer which means that we are manipulating an object with a refcount of zero. So, we must disable this check. This is really evil but I see no way to work around this.
2007-07-03, by Mathieu Lacage
add operator << (std::ostream)for Ptr<T>
2007-07-03, by Mathieu Lacage
add dirtyness tracking to DefaultValueBase
2007-07-03, by Mathieu Lacage
parse command-line arguments
2007-07-03, by Mathieu Lacage
a bunch of new DefaultValue subclasses
2007-07-03, by Mathieu Lacage
change GridTopology API and add RandomRectangle topology with similar API.
2007-07-03, by Mathieu Lacage
test random walk position model with grid topology
2007-07-03, by Mathieu Lacage
RandomWalk is a Position
2007-07-03, by Mathieu Lacage
change default values and add some debugging
2007-07-03, by Mathieu Lacage
add cid/iid support to RandomWalk
2007-07-02, by Mathieu Lacage
rename GridTopology::Create to GridTopology::ArrangeHorizontally
2007-07-02, by Mathieu Lacage
improve grid topology sample code and add dox documentation
2007-07-02, by Mathieu Lacage
add dox documentation
2007-07-02, by Mathieu Lacage
add dox documentation
2007-07-02, by Mathieu Lacage
increase sample simulation run
2007-07-02, by Mathieu Lacage
add some debugging output. initialize the time argument correctly.
2007-07-02, by Mathieu Lacage
make the sample code actually do something
2007-07-02, by Mathieu Lacage
improve sample code, make it build
2007-07-02, by Mathieu Lacage
rework the notification mechanism to allow its optional use with every position model
2007-07-02, by Mathieu Lacage
random walk position model (untested)
2007-07-02, by Mathieu Lacage
forgot to add TypeName implementation for float and double
2007-07-02, by Mathieu Lacage
forgot to add missing constructor implementation
2007-07-02, by Mathieu Lacage
TimeDefaultValue class
2007-07-02, by Mathieu Lacage
make default constructor private to avoid potential problems
2007-07-02, by Mathieu Lacage
grid topology
2007-07-02, by Mathieu Lacage
add cid support
2007-07-02, by Mathieu Lacage
add cid support to position subclasses
2007-07-02, by Mathieu Lacage
DoSet should not be const
2007-07-02, by Mathieu Lacage
add Position::DoSet et al.
2007-07-02, by Mathieu Lacage
add floating point support to type names
2007-07-02, by Mathieu Lacage
position models
2007-06-29, by Mathieu Lacage
hg ignore doc/trace-source-list.h
2007-10-03, by Gustavo J. A. M. Carneiro
Now run doxygen again before the build, but the doc/trace-source-list.h is generated during waf check; make doxygen less verbose, and give a warning when doc/trace-source-list.h is missing.
2007-10-03, by Gustavo J. A. M. Carneiro
tutorial
2007-10-02, by Craig Dowell
In trace sources list documentation, make the trace path stand out better, as it is extremely important but previously easy to miss.
2007-10-02, by Gustavo J. A. M. Carneiro
merge
2007-10-02, by Gustavo J. A. M. Carneiro
Run the program print-trace-sources to generate doc/trace-source-list.h when generating docs. As a side effect, --doxygen is now has to be processed at the end of the build.
2007-10-02, by Gustavo J. A. M. Carneiro
Fix callbacks in packet-sink
2007-10-01, by Tom Henderson
Make Object::QueryInterface and AddInterface check for the aggregate refcount instead of the object refcount, reason explained in a comment near Object::CheckLoose. Add the same check also to TraceConnect/Disconnect and GetTraceResolver.
2007-10-01, by Gustavo J. A. M. Carneiro
Fix infinite loop in CommandLine::Parse when trying to ignore a badly formed parameter.
2007-09-28, by Gustavo J. A. M. Carneiro
WAF: set env['INCLUDEDIR'] to PREFIX/include so that ns3 headers get installed on 'waf install' (also shuts up the warnings in waf distcheck)
2007-09-27, by Gustavo J. A. M. Carneiro
WAF: update to WAF trunk to get bug fixes and smaller script.
2007-09-27, by Gustavo J. A. M. Carneiro
branch merge
2007-09-26, by Craig Dowell
tutorial files
2007-09-26, by Craig Dowell
Add a couple of NS_LOG_PARAM calls for debugging.
2007-09-26, by Gustavo J. A. M. Carneiro
add tutorial files
2007-09-24, by Craig Dowell
Need to enable packet metadata early, else we trigger an assertion.
2007-09-24, by Gustavo J. A. M. Carneiro
Check for the common error of enabling packet metadata in the middle of a simulation, and give appropriate advice in this case. Closes #78.
2007-09-24, by Gustavo J. A. M. Carneiro
Fix a regression in handling of broadcast packets and UDP sockets (closes bug #51).
2007-09-24, by Gustavo J. A. M. Carneiro
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip