Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-12-07 Arnaud GierschUpdate ChangeLog.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::lmm_set_default_protocol_f...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_system_t -> System.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_element_t -> Element.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_constraint_t ->...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_variable_t -> Variable.
2017-12-07 Arnaud GierschAnother "explicit" forgotten with previous commits.
2017-12-07 Arnaud GierschRename variable hiding class field.
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::mc::RemotePtr constructor.
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::kernel::Future constru...
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::xbt::Task constructor.
2017-12-07 Arnaud GierschAdd explicit keyword to one-parameter constructors.
2017-12-07 Martin Quinsondon't lie to users, don't ignore parameters
2017-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-07 Frederic Suterrework the example to get rid of the deployment file
2017-12-07 Frederic Suteroops. Clang bit me
2017-12-07 Frederic Suterpopulate Exec a bit more
2017-12-06 Martin Quinsonsmall doc improvement (hopefuly)
2017-12-06 Arnaud GierschAttempt to fix leaks in msg-host_on_off_processes.
2017-12-06 Arnaud GierschRemove empty statement.
2017-12-06 Arnaud GierschRun test in binary dir.
2017-12-06 Frederic SuterRevert "vm->destroy is not at kernel level ..."
2017-12-06 Frederic Sutervm->destroy is not at kernel level ...
2017-12-06 Frederic Suterthis is a bool
2017-12-06 Frederic Suterhide pimpl a bit in the high level API
2017-12-06 Frederic Suterremove the skip_stage parameters from VM params
2017-12-06 Martin Quinsonplease clang
2017-12-06 Frederic Suterremove unused devsize and use only size_t for sizes
2017-12-06 Frederic Suterfirst step towards asynchronous executions
2017-12-06 Frederic Suterisolate VM migration parameters from others
2017-12-06 Frederic Suterplug leak (unlink does not delete)
2017-12-05 Arnaud GierschRemove unused code in xbt_graph.
2017-12-05 Arnaud GierschMove default case at the end of the switch.
2017-12-05 Arnaud GierschNo need for reinterpret_cast here.
2017-12-05 Arnaud GierschMove typedefs where they are used.
2017-12-05 Arnaud GierschHide xbt_swag under the hood of mmalloc, its only remai...
2017-12-05 Arnaud GierschAdd dummy instruction to please sonar.
2017-12-05 Arnaud GierschUnused variable.
2017-12-05 Frederic Suterplease sonar and do the same in teshsuite
2017-12-05 Arnaud GierschUpdate doc.
2017-12-05 Arnaud GierschRemove last mention of xbt_swag in simix (and reformat).
2017-12-05 Arnaud GierschConvert simix_global->process_to_destroy to boost:...
2017-12-05 Arnaud GierschMC: maintain a copy of simix_global->process_to_destroy...
2017-12-05 Christian Heinrich[SMPI] process_data is now declared static
2017-12-05 Christian Heinrich[SMPI] Don't use external process_data variable. Instea...
2017-12-05 Christian Heinrich[SMPI] Cosmetics in smpi_comm.cpp
2017-12-05 Frederic Suterremove useless stuff
2017-12-05 Frederic Sutermove last MSG io example to teshsuite
2017-12-05 Frederic Suterslightly augment this test (unlink)
2017-12-05 Frederic Suterconvert this example too
2017-12-05 Frederic Suterfix another glitch
2017-12-05 Frederic SuterallStorages() -> getStorageList(whereTo)
2017-12-05 Frederic Suterfix this test
2017-12-05 Frederic Suterplug leak
2017-12-05 Frederic Suterplug leak
2017-12-05 Martin Quinsonexample doc++ (noci)
2017-12-04 Martin Quinsonignore newly created cruft
2017-12-04 Martin Quinsonremove that example: now a dupplicate of actor-execute
2017-12-04 Martin Quinsonimprove that example so that it also demonstrates the...
2017-12-04 Martin Quinsondoc improvements
2017-12-04 Arnaud GierschAugustin's easy commit.
2017-12-04 Arnaud GierschConvert simix synchro' sleeping lists to boost::intrusi...
2017-12-04 Arnaud GierschFix run of ns3 examples.
2017-12-04 Arnaud GierschSimplify some indirections.
2017-12-04 Arnaud GierschUse simgrid::xbt::intrusive_erase().
2017-12-04 Arnaud GierschDefine simgrid::xbt::intrusive_erase to remove an eleme...
2017-12-04 Frederic Suterthese examples have been moved
2017-12-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-04 Frederic Suterdamn me!
2017-12-04 Martin Quinsonsmall doc improvement (noci)
2017-12-04 Frederic Sutertwo more examples move to the dungeon
2017-12-04 Frederic Suterconvert process-join to actor-join
2017-12-04 Frederic Suteranother example to teshsuite move
2017-12-04 Martin Quinsonplug a memleak
2017-12-04 Martin Quinsonexample improvement and cosmetics
2017-12-03 Martin Quinsonsonar: plug a memleak
2017-12-03 Arnaud GierschConvert simgrid::simix::Host::process_list to boost...
2017-12-03 Arnaud GierschFix comment.
2017-12-03 Arnaud GierschRemove useless include.
2017-12-03 Arnaud GierschRemove unused swag hookups.
2017-12-03 Martin Quinsonreally fix out of tree builds
2017-12-03 Martin Quinsontesh: be verbose about --cd parameters
2017-12-03 Martin Quinsonfix out of dir builds
2017-12-02 Martin Quinsonintegrate examples/s4u/energy-pstate + move the msg...
2017-12-02 Martin QuinsonMerge branch 'Takishipp-energy-pstate'
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-12-02 Martin Quinsonsimplify bindir platfdir in examples/s4u
2017-12-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-02 Martin Quinsonsimplify srcdir platfdir bindir in examples/msg
2017-12-02 Frederic Suterconvert platform-properties to S4U
2017-12-02 Frederic Suteradd getProperties to Actor
2017-12-02 Frederic Suterrename (make more sense like this)
2017-12-02 Frederic Suterconvert io-remote
2017-12-02 Frederic Suteryet another conversion+dungeon
2017-12-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-02 Frederic Sutermove MSG async examples to the dungeon
2017-12-02 Frederic Sutermove converted MSG process examples to the dungeon
2017-12-01 Martin QuinsonDon't test features that are impossible to get right
2017-12-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-01 Frederic Suterone more MSG example to go to the dungeon
next