Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar, and other small cleanups
[simgrid.git] / src /
2016-12-11 Martin Quinsonplease sonar, and other small cleanups
2016-12-11 Martin Quinsonkill the s_surf_parsing_link_up_down_t datatype
2016-12-11 Martin Quinsoncosmetics
2016-12-11 Martin Quinsonuse std::pair instead of s_surf_parsing_link_up_down_t...
2016-12-11 Martin QuinsonNo need for the AS creation callback
2016-12-11 Martin QuinsonMy detection of user errors creates some invalid accesses
2016-12-11 Martin Quinsonrename a field for cosmetics
2016-12-11 Martin Quinsongreatly simplify the way peers are created in Vivaldi AS
2016-12-10 Martin Quinsonnetwork/coordinates option is now useless
2016-12-10 Martin QuinsonDetect and diagnose a possible user error
2016-12-09 Martin Quinsonplease sonar, praise sonar
2016-12-09 Martin QuinsonUse boost instead of xbt in Vivaldi
2016-12-09 Martin Quinsonuse NetCard extension to store vivaldi coordinates
2016-12-08 Martin Quinsonmake NetCards extendable, and use this for NS3 extension
2016-12-08 Martin Quinsoncosmetics
2016-12-08 Martin Quinsonuse std::vector instead of xbt_dynar_t (in NS3)
2016-12-08 Martin QuinsonNS3 extensions are for netcards, not for hosts
2016-12-08 Martin Quinsonmove the NetCard related functions into a NetCard.cpp
2016-12-08 Martin Quinsonactually, BypassRoute can be made private to AsImpl
2016-12-08 Martin Quinsonrename AsRoute to BypassRoute, and move it to its own...
2016-12-08 Martin QuinsonKill Onelink now that NS3 does not use it anymore
2016-12-08 Martin Quinsonmake an As::onRouteCreation signal so that NS3 does...
2016-12-07 Martin Quinsonkill the last remainings of RoutingPlatf
2016-12-07 Martin Quinsoncosmetics
2016-12-07 Martin Quinsonless VM in surf.h
2016-12-07 Martin QuinsonKill the fact that several model VM models may be provided.
2016-12-06 Martin Quinsonplease sonar and use & when creating function pointers
2016-12-06 Martin Quinsonmove NetCard to its own header file
2016-12-06 Martin Quinsonno need for a NetCard and a NetCardImpl when both are...
2016-12-05 Martin Quinsonplease my old friend SonarQube now that it's back
2016-12-05 Martin Quinsonkill the now empty RoutingPlatf datatype \o/
2016-12-05 Martin Quinsonmove the rootAS from routing_platf into the EngineImpl
2016-12-05 Martin Quinsontiny optim
2016-12-05 Martin QuinsonConvert routing_platf->getRouteAndLatency into s4u...
2016-12-05 Martin Quinsondon't really use netCards in the network model. Keep...
2016-12-04 Martin Quinsonfix java build
2016-12-04 Martin Quinsoncleanups in the dict and dynar tests
2016-12-04 Martin Quinsonstop testing heterogeneous dicts, too
2016-12-04 Martin QuinsonDeprecate xbt_dict_new()
2016-12-04 Martin Quinsondon't pass the free_f parameter to MSG_*_set_property_v...
2016-12-04 Martin Quinsoncosmetics
2016-12-02 Fabien Chaixcall updateRemaining when the action is suspended ...
2016-12-02 Martin Quinsonplug an obvious memleak, bummer
2016-12-01 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2016-12-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-12-01 Martin Quinsoncosmetics
2016-12-01 Martin Quinsonmore informative assert message
2016-12-01 Martin Quinsonadd an EngineImpl, unused so far
2016-12-01 Martin QuinsonMerge pull request #124 from mpoquet/master
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-30 Millian PoquetEnergy: Fixed host parsing assertion + mem leak
2016-11-29 degommeOn Freebsd with clang > 3.8, sometimes we have a null...
2016-11-29 degommefor some reason (const madness?) this lead to wrong...
2016-11-29 Matthieu VolatSwitch the event handling in the MC to libevent.
2016-11-29 Matthieu VolatAdd more libraries to blacklist.
2016-11-29 Matthieu VolatBSD/SysV ptrace resume addr is 1, not 0 like in linux.
2016-11-28 Martin Quinsonimprove the debug logs produced by the route seeking...
2016-11-28 Martin Quinsonremove a ugly misplaced include
2016-11-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-28 Matthieu VolatMore ptrace portability in model checker.
2016-11-28 Matthieu VolatMark shared libraries private clean pages as non-writab...
2016-11-28 Matthieu VolatIn FreeBSD map backend, mark stack same as in Linux
2016-11-28 Matthieu VolatAdd support to retrieve FreeBSD ucontext registers.
2016-11-28 Matthieu VolatAdd alternative to remap() in PageStore when not available.
2016-11-28 Matthieu VolatSet waitpid() for model-checked flags according to...
2016-11-23 Martin Quinsonfix lua build
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-22 Martin Quinsoninline yet another function in the VM
2016-11-22 Martin Quinsonvm: kill some useless static functions
2016-11-22 Martin Quinsoninline 4 more VM simcalls
2016-11-22 Martin QuinsonVM: improve error messages, and prefer C++ over MSG
2016-11-22 Martin QuinsonVM: keep inlining dummy functions
2016-11-22 Martin QuinsonVM: inline a function
2016-11-22 Martin QuinsonVM: code simplification. Much more needed :(
2016-11-22 Martin Quinsongive s4u::Host a cname() that returns a char*
2016-11-22 Martin Quinsonkill commented code, anonymous blocs and reindent....
2016-11-22 Martin QuinsonVM: getters should not be simcalls
2016-11-21 Martin QuinsonThe VirtualMachineImpl is stored in VirtualMachine...
2016-11-21 Martin Quinsonstore the VMs by their interface, not by their implemen...
2016-11-21 Martin Quinsondon't let the impl mess up with the fields of the interface
2016-11-21 Martin Quinsoninline all VM tracing functions
2016-11-21 Martin Quinsoncode simplification in the VM tracing code
2016-11-21 Martin Quinsonthe VM constructor does not take any storage as paramet...
2016-11-21 Martin Quinsonthe implementation should not mess with the fields...
2016-11-21 Martin QuinsonVM: move things from MSG to the C++ plugin
2016-11-21 Martin Quinsoncode simplification in the VM creation + inline a function
2016-11-20 Martin Quinsoninline another VM function, and kill another one, unused
2016-11-20 Martin Quinsonhow many functions will I inline in the VMs????
2016-11-20 Martin QuinsonKill a VM-related function out of HostImpl
2016-11-20 Martin Quinson(hopefully) fix the memory issues in the VMs
2016-11-20 Martin Quinsonavoid using C exceptions as valgrind don't like them...
2016-11-20 Martin Quinsonmore VM functions inlining (plus, getters don't need...
2016-11-20 Martin Quinsoninline 2 more VM functions, and kill a simcall
2016-11-19 Martin Quinsoninline a bunch of VM functions
2016-11-18 Martin Quinsonmore verbose checks
2016-11-18 Martin Quinsoncosmetics
2016-11-17 Martin Quinsonfix copy/paste errors (found by sonar as dupplicated...
2016-11-17 Martin Quinsonfinalize the traces in SD_exit also
2016-11-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-17 Martin Quinsonkill useless simcall handlers
next