Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
manually privatize one mpich test (just for netbsd, basically)
[simgrid.git] / include /
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
2016-11-08 Martin QuinsonMake a proper extension out of the Vivaldi coordinates
2016-11-04 Martin Quinsonfix the handling of bypassASroutes
2016-11-04 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-11-03 Martin QuinsonunPERLifies a bit the routing: use the object, not...
2016-11-03 Martin Quinsonless char*, more std::string
2016-10-31 Martin Quinsontry to fix the windows build (+clang-format)
2016-10-22 Martin Quinsonrename MSG_host_(get/set)_params into MSG_vm_(get/set...
2016-10-21 Martin QuinsonDo not throw an exception on assert, but display backtr...
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-21 Martin QuinsonCreate a s4u::VirtualMachine to clean things out.
2016-10-19 degommeadd a few fortran (unimplemented) declarations
2016-10-18 degommeadd some defines in fortran
2016-10-17 Martin Quinsonput the HostImpl as s4u::Host->pimpl instead of as...
2016-10-16 Martin Quinsoncode simplifications in VMs
2016-10-16 Martin Quinsondo standard C++
2016-10-16 Martin Quinsonkill a stupid function. Let's do regular C++
2016-10-15 Martin Quinsonmake some field private, to please sonar
2016-10-14 Martin Quinsonmake As->father_ protected
2016-10-14 Martin Quinsonkill commented code
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-10-13 Martin Quinsonrewrite a FAQ entry
2016-10-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next