Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the Storage::read_async and Storage::write_async methods
[simgrid.git] / src / mc / mc_smx.cpp
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-04-03 Arnaud GierschKill useless typedef s_smx_simcall_t.
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-25 Martin Quinsonfix MC builds
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::mc::RemotePtr constructor.
2017-12-05 Arnaud GierschMC: maintain a copy of simix_global->process_to_destroy...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschAdd comments to acknowledge empty functions (and please...
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschAdd a method to get the string_data from a simgrid...
2017-10-11 Arnaud GierschReplace some malloc/free by C++ new/delete.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-16 Martin QuinsonMC: rename process into RemoteClient
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-23 Martin Quinsonremove (void) in C++
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-01-19 Martin QuinsonMake SIMIX_process_from_PID much faster
2017-01-08 Martin Quinsonsmx processes are now called actors, avoiding confusion...
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-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-07-11 Gabriel Corona[mc] Remove xbt_dict in ModelChecker
2016-07-05 Gabriel CoronaFix MC
2016-06-23 Gabriel CoronaFix compilation of MC
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Gabriel CoronaMerge get-pid
2016-06-22 Gabriel Corona[simix] Fix extern 'C' error from clang
2016-06-22 Gabriel Corona[simix] More generic mapping between function name...
2016-06-12 Martin Quinsonspellcheck mc. Don't ask why
2016-05-23 Gabriel Corona[mc] Fix remote access to the new Process structure
2016-04-28 Gabriel Corona[mc] Remove redundant 'mc_mode' global variable
2016-04-08 Gabriel Corona[mc] Remove the ugly is_in_vector() hack
2016-04-08 Gabriel Corona[mc] Move resolve_process...() as methods of Process
2016-04-08 Gabriel Corona[mc] Remove useless MC_MODE_CLIENT paths
2016-04-08 Gabriel Corona[mc] Mark some remote pointers as such
2016-04-08 Gabriel Corona[mc] Misc. comments
2016-04-07 Gabriel Corona[mc] Add Factor some gorry code to State::getRecordElem...
2016-04-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Gabriel Corona[mc] Fix #includes
2016-04-05 Gabriel Corona[mc] Use RAII std::string for s_mc_comm_pattern::rdv
2016-03-16 Gabriel Corona[mc] Remove pointless #includes
2016-03-15 Gabriel Corona[mc] Remove useless asserts
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Gabriel Corona[mc] Make Process:cache_flags private
2016-03-13 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-11 Gabriel Corona[mc] Move some SIMIX inspection code in the Process...
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-09 Gabriel CoronaFix HAVE_FOOBAR flags handling
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-03-07 Gabriel Corona[mc] Remove useless braces
2016-03-04 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-03 Gabriel Corona[mc] Remove the mc_smx_process_info typedefs
2016-03-03 Gabriel Corona[mc] Remove the horrid temporary MC_PROCESS_FOREACH...
2016-03-03 Gabriel Corona[mc] Make SimixProcessInformation a real C++ object
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Gabriel CoronaRemove/cleanup/fix #include
2016-02-26 Gabriel Corona[mc] s/NULL/nullptr/
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel CoronaRemove/cleanup/fix some #include
2016-01-16 Martin Quinsonwoopsy, adapt MC to the previous change
2016-01-15 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-15 Gabriel Corona[mc] Fix compilation
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2015-12-23 Martin Quinsongive the VM a link to their PM as a simgrid::Host
2015-12-16 Gabriel Corona[mc] Fix the MC wrt the simgrid::Host modification
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-11-26 Gabriel Corona[mc] Better #includes
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-09 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-09 Gabriel Corona[mc] Remove Process.is_self()
2015-09-17 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-14 Gabriel Corona[mc] Fix SimGridMC when SMPI is disabled
2015-07-25 Gabriel Coronas/smx_host/host/ because of API change
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-23 Gabriel Corona[mc] Remove a lot of typedefs and typedef usage
2015-05-21 Gabriel Corona[mc] Move methods in Process class
2015-05-21 Gabriel Corona[mc] Add remote_ptr for marking pointers-to/addresses...
2015-05-21 Gabriel Corona[mc] Remove compatibility stuff
2015-05-21 Gabriel Corona[mc] Make C++ classes out of addres_space, process...
next