Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 degommeFix umpire issues : MPI_Comm cannot be safely put insid...
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-25 Martin Quinsonuse the right name of an option in the doc
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 Quinsondon't use deprecated functions, and don't hide the...
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-18 Martin Quinsontest to suspend an exec too
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
2016-11-17 Martin Quinsonno need to know who's resuming an actor
2016-11-17 Martin Quinsonkill 2 dumb functions in simix_vm
2016-11-17 Martin Quinsonkill a bunch of brain-dead functions in surf
2016-11-17 Martin Quinsoninline a stupid function
2016-11-17 Martin Quinsondon't store the VM implem where the host stores its...
2016-11-17 Martin Quinsoninline a stupid function
2016-11-17 Martin Quinsonmove an enum to the right location
2016-11-17 degommenote for next time: try to not forget half of the commi...
2016-11-17 degommeReplace deque by boost:circular_buffer_space_optimized...
2016-11-16 degommefix dist
2016-11-16 Martin Quinsonkill two more useless functions in VM
2016-11-16 Martin Quinsonkill 2 unused fields in MSG_Global o_O
2016-11-16 Martin Quinsonremove unused functions in the VMs
2016-11-16 Martin Quinsonmove virtual machines to the directory src/plugins/vm
2016-11-16 Martin Quinsonmove the VM-related data out of MSG's private data...
2016-11-16 Martin Quinsonrename AsImpl::getRouteRecursive to AsImpl::getGlobalRo...
2016-11-16 Martin Quinsonrename As::getRouteAndLatency into As::getLocalRoute
2016-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-16 Martin Quinsonvarious small cosmetics in the routing
2016-11-16 Martin Quinsonreduce the visibility of some functions
2016-11-16 Martin Quinsonreduce the visibility of one field
2016-11-16 degommeoops, add the previously documented option to the list.
2016-11-16 Martin Quinsonremove another now useless function from RoutingPlat
2016-11-16 Martin QuinsonI switched to NS 3.26 locally
2016-11-16 degommeadd missing include (only for osx?)
2016-11-16 degommethat was useless.
2016-11-16 Martin Quinsoncode simplification: write the recursivity properly
2016-11-16 degommeDon't allocate 5KB per host created when it's not needed.
2016-11-16 degommedocument new option
2016-11-16 Martin QuinsonunXBTize a bit
2016-11-15 Martin Quinsoncosmetics
2016-11-15 Martin Quinsonlet's do standard C++ here
2016-11-15 Martin Quinsoncosmetics
2016-11-15 Martin Quinsonreduce the amount of dynars created by getOneLinkRoutes()
2016-11-15 Martin Quinsonless void*
2016-11-15 Martin Quinsonkill a now useless function
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-15 Martin Quinsonempty RoutingPlatf: move the loopback link to the netwo...
2016-11-14 degommeAdd a smpi/grow-injected-times option.
2016-11-14 degommesome more tiny optims for the smpirun generation
2016-11-13 degommeAdd a hint about a non trivial error.
2016-11-13 Arnaud Legrandcosmetics
2016-11-13 degommeget rid of most of the awfully slow cut commands in...
2016-11-13 Martin Quinsonless strdup/free
2016-11-13 Martin Quinsonalso take future releases of NS3
2016-11-13 Martin Quinsonreindent, no change
2016-11-13 Martin Quinsonthe property holder does not take a dict in its constructor
2016-11-13 Martin Quinsondon't give the properties to the Link constructor either
next