Fix for packet-durations in Horizon.
durations of cPackets (not to confuse with Horizon processing durations)were not properly set when Horizon was turned on.
Merge branch 'omnet43' into ada
Conflicts: src/sim/csimplemodule.cc
Made cDynamicExpression::evaluate (and therefore cPar::doubleValue) thread-safe
Problem: cDynamicExpression::evaluate was not thread-safe (also noted in thecomment), but used by cPar::doubleValue from a threaded context. Thiscaused using par() for random variables to yield wrong results in rare...
Fix for commit 5f46194 (Fixed valrgrind warnings)
- Used asynchronous instead of synchronous!- executionOrderId=0- removed currentEventType (only for ada)
Fixed valgrind warnings
Conflicts: src/envir/valueiterator.cc src/eventlog/Makefile src/eventlog/sequencechartfacade.cc src/nedxml/ned1generator.cc src/nedxml/ned2generator.cc src/sim/Makefile src/sim/cmodule.cc src/sim/csimplemodule.cc src/sim/cstatistic.cc...
Various fixes for heuristic
Fix for simtime: INT_MIN seems to be too small
Corrected include order
Added -DDEBUG to flags
Fixed more memleaks
Removed obsolete function
Fixed memory leak
Limited number of iterations of heuristic
Fixed invalid pointers (=>seg fault) due to reallocation of std::vector
Corrected error in BFS (unvalid iterator after deletion)
Added locks for thread safetyness
Added -Werror; revealed missing return values
Cleanup
Fixed configure.in: Now also finding -lpthread with -Werror, andthrowing error if -lpthread not found
Merge branch 'omnet43' of login.nets.rwth-aachen.de:/projects/horizon/git/horizon-4 into omnet43
Added missing send() function implementations - wherever they've been before...
1 2 3 ... 9 Next » (1-25/209) Per page: 25, 50, 100
Also available in: Atom