Mercurial
Mercurial
>
ns-3.24
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-120
+120
+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.
Adapt to StaticSpeedHelper change
2007-10-01, by Gustavo J. A. M. Carneiro
Adapt to StaticSpeedHelper change
2007-10-01, by Gustavo J. A. M. Carneiro
Refactor handling of pauses in StaticSpeedHelper to fix bug (must return null speed when paused)
2007-10-01, by Gustavo J. A. M. Carneiro
Improve the precision of the RandomDirection2dMobilityModel::PI constant (value copied from glibc's math.h header file).
2007-10-01, by Gustavo J. A. M. Carneiro
Add the random-direction-2d-mobility-model.cc,h sources to the build.
2007-10-01, by Gustavo J. A. M. Carneiro
Add a bit of function name logging.
2007-10-01, by Gustavo J. A. M. Carneiro
merge
2007-10-01, by Gustavo J. A. M. Carneiro
Minor code readability improvements.
2007-10-01, by Gustavo J. A. M. Carneiro
Use this-> to access member variables of Rectangle, for clarity.
2007-10-01, by Gustavo J. A. M. Carneiro
merge
2007-10-01, by Gustavo J. A. M. Carneiro
Put back an assertion in Object::DoQueryInterface, erroneously removed during branch merging.
2007-10-01, by Gustavo J. A. M. Carneiro
On course-change, print velocity in addition to position.
2007-09-28, by Gustavo J. A. M. Carneiro
Create real nodes, not just mobility models.
2007-09-28, by Gustavo J. A. M. Carneiro
Add NotifyCourseChange support to RandomWaypointMobilityModel, and fix a bug in GetSpeed.
2007-09-28, by Gustavo J. A. M. Carneiro
Fix bad RandomWaypointPosition default value
2007-09-28, 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
Update random mobility sample to new API
2007-09-28, by Gustavo J. A. M. Carneiro
Fix the enumeration value list end marker (0 and (void*)0 are very different things in amd64)
2007-09-28, by Gustavo J. A. M. Carneiro
Compile the random-walk-2d-mobility-model sources.
2007-09-28, by Gustavo J. A. M. Carneiro
merge
2007-09-28, by Gustavo J. A. M. Carneiro
make sure that dox generates html links
2007-07-19, by Mathieu Lacage
fix dox warnings
2007-07-19, by Mathieu Lacage
a dox summary header for the mobility support
2007-07-19, by Mathieu Lacage
fix link
2007-07-19, by Mathieu Lacage
create a mobility module
2007-07-19, by Mathieu Lacage
more dox
2007-07-19, by Mathieu Lacage
RandomDirection2dParameters -> RandomDirection2dMobilityModelParameters
2007-07-19, by Mathieu Lacage
more dox
2007-07-19, by Mathieu Lacage
more dox
2007-07-19, by Mathieu Lacage
Ns2Mobile -> Ns2Mobility
2007-07-19, by Mathieu Lacage
fix typo
2007-07-19, by Mathieu Lacage
remove dead code
2007-07-19, by Mathieu Lacage
more dox
2007-07-19, by Mathieu Lacage
doxygen for mobility models
2007-07-19, by Mathieu Lacage
remove dead code
2007-07-19, by Mathieu Lacage
RandomDirection -> RandomDirection2d
2007-07-19, by Mathieu Lacage
random-direction -> random-direction-2d
2007-07-19, by Mathieu Lacage
add MobilityModel::GetSpeed method and implement it in all mobility models
2007-07-19, by Mathieu Lacage
remove dead code
2007-07-19, by Mathieu Lacage
remove dead code
2007-07-19, by Mathieu Lacage
use the helper from the static speed mobility model
2007-07-19, by Mathieu Lacage
remove mobility model helper, re-enable random direction model with new helper
2007-07-19, by Mathieu Lacage
move delay calculation code from helper to random walk class
2007-07-19, by Mathieu Lacage
move rebound code from helper to random walk model
2007-07-19, by Mathieu Lacage
move intersection code to rectangle class
2007-07-19, by Mathieu Lacage
move around rectangle class and move IsInside method from Position to Rectangle
2007-07-19, by Mathieu Lacage
remove 'now' events
2007-07-19, by Mathieu Lacage
remove schedule API to allow canceling and removing now and destroy events
2007-07-19, by Mathieu Lacage
add operator == and != to EventId
2007-07-19, by Mathieu Lacage
get rid of old buggy random walk model
2007-07-18, by Mathieu Lacage
do not try to remove invalid events
2007-07-18, by Mathieu Lacage
more debugging, make sure to save value string if it is value after parsing.
2007-07-18, by Mathieu Lacage
fix typos
2007-07-18, by Mathieu Lacage
be consistant with the rest of the code
2007-07-18, by Mathieu Lacage
add disc center position and debugging
2007-07-18, by Mathieu Lacage
add debugging output
2007-07-18, by Mathieu Lacage
a real random walk model
2007-07-18, by Mathieu Lacage
add Rectangle class and use it.
2007-07-18, by Mathieu Lacage
make sure we schedule the start event correctly
2007-07-18, by Mathieu Lacage
add cid support to waypoint model
2007-07-18, by Mathieu Lacage
add default value support to random waypoint
2007-07-18, by Mathieu Lacage
add a 3d random waypoint model
2007-07-18, by Mathieu Lacage
Random2dPosition -> RandomPosition
2007-07-18, by Mathieu Lacage
move Position class in own header
2007-07-18, by Mathieu Lacage
RandomRectangleTopology -> RandomTopology
2007-07-18, by Mathieu Lacage
use Random2dPosition from RandomRectangleTopology
2007-07-18, by Mathieu Lacage
add iid and cid support to Random2dPosition
2007-07-18, by Mathieu Lacage
a random position helper class
2007-07-18, by Mathieu Lacage
start support for random walk and random waypoint models
2007-07-17, by Mathieu Lacage
cleanup the header
2007-07-17, by Mathieu Lacage
split useful code out of random direction mobility model
2007-07-17, by Mathieu Lacage
remove unused class declarations
2007-07-17, by Mathieu Lacage
fix small typo
2007-07-17, by Mathieu Lacage
remove extraneous setters/getters
2007-07-17, by Mathieu Lacage
fix small typo
2007-07-17, by Mathieu Lacage
a topology class to read ns2's mobility files and a mobility generator.
2007-07-17, by Mathieu Lacage
a hierarchical mobility model
2007-07-16, by Mathieu Lacage
new version of DoGet and DoSet
2007-07-04, by Mathieu Lacage
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
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
tip