Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mark s4u::Link as public for windows (+cosmetics)
[simgrid.git] / include /
2017-02-17 Martin Quinsonmark s4u::Link as public for windows (+cosmetics)
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
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 Quinsonplease sonar and cosmetics
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-15 Martin Quinsonmake MSG use the Host extension mechanism (at least)
2017-02-15 Martin Quinsonmake the Actors extendable (that was easy)
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin Quinsonnew callback: s4u::onTimeAdvance
2017-02-15 Martin Quinsonnew signal s4u::Host::onSpeedChange: when pstate is...
2017-02-15 Martin QuinsonMake room for the upcoming network energy plugin
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Suterbackport
2017-02-14 Frederic Suterget rid of sd_workstation.cpp
2017-02-14 Martin Quinsoncomplete a bit the C wrapper of s4u::Host
2017-02-13 Martin Quinsonplease sonar by removing 2 redundent forward declaration
2017-02-13 Martin Quinsonmove MailboxImpl to kernel::activity where it belongs
2017-02-13 Martin Quinsonalign the Link callbacks with the ones of Host
2017-02-13 Martin Quinsonmove the Link signals to s4u
2017-02-12 Martin Quinsonfinish the conversion C++ of simix::MailboxImpl
2017-02-12 Martin Quinson(partially) convert simix::MailboxImpl to C++
2017-02-12 degommeLet's pretend we support MPI 2.2.
2017-02-12 degommeAdd MPI_Comm_group_create ... which is basically MPI_Co...
2017-02-12 degommeAdd MPI_Type_size_x call
2017-02-10 Martin Quinsoneasily please sonar
2017-02-10 Martin Quinsonrename simix::Mailbox to simix::MailboxImpl for sake...
2017-02-10 Martin Quinsonrename a header file now that it's clean
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-10 Martin Quinsoncosmetics
2017-02-10 degommesome captured params for llambda were unused, triggerin...
2017-02-07 Martin Quinsoncosmetics
2017-02-07 Martin QuinsonAdd a s4u::Link class, at least
2017-02-06 Martin Quinsonrename surf::Link into surf::LinkImpl to make room...
2017-02-02 Martin Quinsonplug a huge memleak that I created while optimizing...
2017-02-02 Martin Quinsonplease sonar by writing lighter C++ code
2017-02-01 Martin Quinsontry to speed up some some traversals
2017-02-01 Martin QuinsonNew callbacks: simgrid::s4u::onSimulationEnd (right...
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-02-01 Martin Quinsondon't malloc tons of dynars in mpi_waitany
2017-01-31 Martin Quinsonfinish the transition netcards->netpoints in the code
2017-01-30 Martin Quinsonnetcards were renamed to netpoints recently
2017-01-26 Martin Quinsonnew function MSG_process_yield()
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2017-01-22 Martin Quinsoncosmetics
2017-01-14 Martin Quinsonmake the propaganda useful (and thus desirable) to...
2017-01-12 Martin Quinsonmore propaganda
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-23 Martin Quinsonplease sonar: name parameters
2016-12-22 Martin Quinsonfinish the cleanup of the netcard list container
2016-12-20 Martin Quinsonanother bunch of include cuts. The last one for today
2016-12-20 Martin Quinsonfurther reduce the amount of 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 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 Matthieu VolatUse the CMake macro #cmakedefine01 in configurable...
2016-12-19 Martin Quinsonmove content from MSG_VM to s4u::VM
2016-12-19 Martin Quinsonnew function: Engine::netcardList()
2016-12-17 Martin Quinsonreduce the public exposure of netcards_dict
2016-12-17 Martin Quinsonno need for a lib to store the netcards. A dict is...
2016-12-16 Martin Quinsonyou mean I should compile the code before commiting...
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-15 Martin Quinsonmsg_as_t -> msg_netzone_t
2016-12-15 Martin Quinsonsmall cosmetics advised by sonar
2016-12-15 Martin Quinsonfix jedule builds
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 Quinsonmove some storage-related content out of routing into...
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 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 Quinsonmake an As::onRouteCreation signal so that NS3 does...
2016-12-05 Martin QuinsonConvert routing_platf->getRouteAndLatency into s4u...
2016-12-04 Martin Quinsondon't pass the free_f parameter to MSG_*_set_property_v...
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 Quinsonadd an EngineImpl, unused so far
2016-12-01 Martin Quinsongosh, so much cruft in this code
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 4 more VM simcalls
2016-11-22 Martin Quinsongive s4u::Host a cname() that returns a char*
2016-11-22 Martin QuinsonVM: getters should not be simcalls
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 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-17 Martin Quinsonmove an enum to the right location
2016-11-16 Martin Quinsonkill two more useless functions in VM
2016-11-16 Martin Quinsonmove the VM-related data out of MSG's private data...
2016-11-11 Martin QuinsonNew function: MSG_parallel_task_execute_with_timeout
next