Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add mpi_get_accumulate call. And MPI_NO_OP operation
[simgrid.git] / src / msg /
2017-03-22 Frederic Suterfix example (bummer)
2017-03-22 Martin Quinsons4u::VM: make getState() public, and add a state for...
2017-03-22 Martin Quinsoncosmetics
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Martin Quinsonsanitizes the msg_task fields default value
2017-03-20 Martin Quinsonmsg: make another function public, even if it's C+...
2017-03-20 Martin QuinsonVM migration: don't send with timeout because the recei...
2017-03-19 Martin Quinsonplease sonar a little bit and other useless noisy line...
2017-03-16 Frederic Sutercode killed by container usage
2017-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-16 Frederic Suterbetter than static casting, use a container
2017-03-16 Frederic Suterreorg and more functions in namespace
2017-03-14 Frederic Suterone step further on C++ization of replay
2017-03-13 Martin Quinsonfix the prototype of s4u::Host::processes() to not...
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-13 Frederic Sutera switch with only one case is an if
2017-03-13 Martin Quinsonplease sonar
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-13 Martin QuinsonMSG_process_ref/unref: allow to fiddle with the process...
2017-03-10 Martin QuinsonAllow to mark actors as daemon
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-08 Frederic Suteroptimize perf - part 2
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermoving dynar up in the stack
2017-03-08 Frederic Suterfurther prepare the elegant death of dynars
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Martin Quinsonfix copyright years and other psychotic cleanups
2017-02-24 Martin Quinsonplease sonar
2017-02-24 Martin Quinsonplease sonar
2017-02-22 Martin Quinsonput MsgActorExt in a namespace
2017-02-17 Frederic SuterFriday smell chase
2017-02-16 Martin Quinsonmatch new with delete, not with free
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-16 Martin Quinsoneven more C++ style
2017-02-16 Martin Quinsonactually, there is no need for the MsgActor to remember...
2017-02-16 Martin Quinsonobey our coding standards + kill dead code
2017-02-16 Martin Quinsonkill dead code
2017-02-16 Martin Quinsonplease sonar and cosmetics
2017-02-16 Martin Quinsonrename simdata_process_t into MsgActorExt
2017-02-15 Martin Quinsonnot even for debugging purposes :)
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Martin Quinsonmove two severly misnamed identifiers to make them...
2017-02-15 Martin Quinsonmake MSG use the Host extension mechanism (at least)
2017-02-10 degommesome captured params for llambda were unused, triggerin...
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-01-26 Martin Quinsonnew function MSG_process_yield()
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-22 Martin Quinsonfinish the cleanup of the netcard list container
2016-12-20 Martin Quinsonplease sonar
2016-12-19 Martin Quinsoncut some useless includes
2016-12-19 Martin Quinsondrop unimplementd VM methods: save/restore
2016-12-19 Martin QuinsonVM: don't take ignored parameter that may fool the...
2016-12-19 Martin Quinsonconvert the last vm simcall into s4u code
2016-12-19 Martin QuinsonVM: rename a symbol and improve comments
2016-12-19 Martin Quinsonconvert vm_suspend from SMX to S4U
2016-12-19 Martin Quinsonconvert another VM simcall into a s4u method
2016-12-19 Martin QuinsonVM: move content from simix to s4u
2016-12-19 Martin Quinsonmove content from MSG_VM to s4u::VM
2016-12-19 Martin Quinsonreduce the amount of static casts
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-15 Martin Quinsonmsg_as_t -> msg_netzone_t
2016-12-13 Martin Quinsonupdate function documentation and variable names in...
2016-12-13 Martin Quinsonrename the class objects and C types for the As ->...
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-12-11 Martin QuinsonMy detection of user errors creates some invalid accesses
2016-12-10 Martin QuinsonDetect and diagnose a possible user error
2016-12-06 Martin Quinsonplease sonar and use & when creating function pointers
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-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
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 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 Quinsoninline all VM tracing functions
2016-11-21 Martin Quinsoncode simplification in the VM tracing code
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 Quinson(hopefully) fix the memory issues in the VMs
2016-11-20 Martin Quinsonmore VM functions inlining (plus, getters don't need...
2016-11-19 Martin Quinsoninline a bunch of VM functions
2016-11-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-17 Martin Quinsondon't store the VM implem where the host stores its...
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 QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-16 degommethat was useless.
next