Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless cosmetics around NS3 long routes
[simgrid.git] / src / simix /
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-19 Frederic Sutercouple of minor smells
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-10 Frederic Suteruniformization
2017-05-10 Frederic Suterkill useless code
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-07 Martin Quinsonreduce the amount of includes
2017-05-05 Martin Quinsonintroduce a few synonyms in XML to allow the use of...
2017-05-05 Martin Quinsonfinish the conversion of public MACRO names, in the...
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-05-05 Martin Quinsonportability cheating: avoid the configurations that...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-30 Martin Quinsonreduce the amount of static_cast in smx_network
2017-04-26 Martin QuinsonStrengthen the memory ordering order on that refcountin...
2017-04-26 Martin Quinsoncomment++ on that code that I barely understand but...
2017-04-24 Martin Quinsonsort logically the fields of ActorImpl
2017-04-24 Martin Quinsonintroduce type aid_t for Actor's ID (ie, PID)
2017-04-24 Frederic Sutersimplify way files are handled by MSG
2017-04-24 Martin Quinsontry to use more standard, less obscure synchro for...
2017-04-20 Martin Quinsonrename option smpi/privatize-global-variables to smpi...
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-11 degommeYet another dlopen merge
2017-04-07 Christian Heinrich[SMX] Fixed wrong termination timing when daemons are...
2017-04-06 Martin Quinsonbe more robust to plugins creating processes a bit...
2017-03-30 Frederic Suterremove dead code
2017-03-30 Frederic Sutermodernize two simcalls
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-30 Frederic Sutercomplete s4u::Storage interface, what a mess...
2017-03-28 Frederic SuterI think I just killed a simcall
2017-03-28 Frederic Suterpleasing sonar was a bad idea there
2017-03-23 Martin Quinsonfix case of a header file
2017-03-22 Frederic Suterfix example (bummer)
2017-03-22 Martin Quinsonplug two memleaks
2017-03-22 Martin QuinsonAllow maestro to do simcalls in the Java world too
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-20 Frederic Suterattempt to extend S4U to migrate actors
2017-03-18 degommeIntroduce smpi::Process
2017-03-16 degommeleak -- ?
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-10 Martin Quinsonfix 32bits builds
2017-03-10 Martin QuinsonAllow to mark actors as daemon
2017-03-09 Frederic Suterinternal dynar--
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-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin QuinsonCleanups
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsoncosmetics in actors
2017-02-23 Martin Quinsonchange a 'use after free' into a leak. For now
2017-02-22 degommeAt this point of the program simgrid values are not...
2017-02-17 Frederic Suterforgot one include
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
2017-02-17 Frederic SuterFriday smell chase
2017-02-16 Frederic Suterxbt_fifo -> std::list
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Luka StanisicSometimes (most notably in StarPU-MPI case) the issuer...
2017-02-16 Martin Quinsonsimplify code by using default values for the fields
2017-02-16 Martin Quinsonreindent
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 Quinsonkill dead code
2017-02-16 Martin Quinsonplease sonar and cosmetics
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Martin Quinsonreindent
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-13 Martin Quinsonmove MailboxImpl to kernel::activity where it belongs
2017-02-12 Martin Quinsonfinish the conversion C++ of simix::MailboxImpl
2017-02-12 Martin Quinson(partially) convert simix::MailboxImpl to C++
2017-02-10 Martin Quinsoneasily please sonar
2017-02-10 Martin Quinsonsplit simix::MailboxImpl to its own files
2017-02-10 Martin Quinsonrename simix::Mailbox to simix::MailboxImpl for sake...
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-02 Martin Quinsonimprove the doc of the context factories
2017-02-01 Martin QuinsonNew callbacks: simgrid::s4u::onSimulationEnd (right...
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-02-01 Martin Quinsontry to gather more info on this error situation
2017-01-28 Martin Quinsonadapt simcall.py to recent code reorg in MC
2017-01-28 Martin Quinsonour semaphore cannot be unlimited since GRAS is gone...
2017-01-26 Martin Quinsonnew function MSG_process_yield()
2017-01-26 Martin Quinsonallow java actors to kill themselves
2017-01-19 Martin Quinsonfix the build with older g++
2017-01-19 Martin QuinsonMake SIMIX_process_from_PID much faster
2017-01-16 Martin Quinsoncontinue to split the source code of MC. Split remoting
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-21 Martin Quinsoninline another function, plus some cleanups
2016-12-21 Martin Quinsoninline a useless function
2016-12-20 Martin Quinsonfurther reduce the amount of includes
2016-12-19 Martin Quinsoncut some useless includes
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-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-12-11 Martin Quinsonimprove an error message
next