Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-10-21 Arnaud GierschReplace single case switch by an if.
2017-10-21 Arnaud GierschKill dead code.
2017-10-21 Arnaud GierschContextBoost: destroy key.
2017-10-21 Arnaud GierschContextBoost: move logic from factory to contexts.
2017-10-21 Arnaud GierschContextBoost: move static fields where they belong to.
2017-10-21 Arnaud GierschContextBoost: make maestro_context_ private.
2017-10-21 Arnaud GierschContextBoost: move parallel_ from BoostContext to Boost...
2017-10-21 Arnaud GierschContextBoost: cleanup in includes and cosmetic moves...
2017-10-21 Arnaud GierschDefine xbt_os_thread_key_destroy.
2017-10-20 Arnaud GierschRemove redundant access specifier.
2017-10-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Frederic Suterget rid of Container kind_
2017-10-20 Martin QuinsonDo not fail when the MPI program fails and KEEP is...
2017-10-20 Martin Quinsondoc improvement
2017-10-20 Martin Quinsonmake it compile (fix an old merge)
2017-10-20 Martin QuinsonMerge branch 'Takishipp-actor-priority'
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-20 Martin Quinsonimprove an error message
2017-10-19 Arnaud GierschMethod does not exist.
2017-10-19 Arnaud GierschTiny cleanups in ContextUnix.
2017-10-19 Arnaud GierschMake some protected fields private.
2017-10-19 Arnaud GierschAvoid dangling pointer.
2017-10-19 Frederic Sutermore strings
2017-10-18 Arnaud GierschUse standard C/C++ attributes when available.
2017-10-18 Arnaud GierschMerge if statements.
2017-10-18 Arnaud GierschEnum ResultStatus: valid is not a valid value. Use...
2017-10-18 Arnaud GierschAdd default case to switch statements.
2017-10-18 Arnaud GierschPer default, use default ns3/TcpModel.
2017-10-18 Arnaud GierschDisable logging from ns3.
2017-10-18 Arnaud GierschRemove const that was anyway ignored with a cast.
2017-10-18 Arnaud GierschMake field private.
2017-10-18 Frederic Sutershould (hopefully) fix build
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-18 TakishippAdd actor-priority example to s4u API
2017-10-18 Frederic Sutermore simplifications and try to fix build
2017-10-18 Frederic Suterstringify
2017-10-18 Frederic SuterValue is always attached to Type
2017-10-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-17 Arnaud GierschRemove old #define/#undef.
2017-10-17 Arnaud GierschMove macro definitions out of namespace.
2017-10-17 Frederic Suterfurther simplifications
2017-10-17 Arnaud GierschRemove dead assignment (mimic console_add_link()).
2017-10-17 Arnaud GierschMark unused parameters in C code.
2017-10-17 Arnaud GierschKill empty function.
2017-10-17 Frederic Suterno comment...
2017-10-17 Frederic Sutertry to silent CI
2017-10-17 Frederic Suterthis was a bad idea and I messed up my commits
2017-10-17 Frederic Suterstart deprecating xbt_dict
2017-10-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-17 Frederic Suterstop using xbt_dict_set/get_ext
2017-10-17 Arnaud GierschUse std::string in network_ns3, and fix memory leak.
2017-10-17 Arnaud GierschMark unused parameters.
2017-10-17 Frederic Sutertiny cleanups
2017-10-17 Frederic Suterkill LAST dict in internals !!!
2017-10-16 Arnaud GierschVariable may be unused.
2017-10-16 Arnaud GierschReplace some more malloc/free.
2017-10-16 Arnaud GierschUse simgrid::xbt::string_printf.
2017-10-16 Arnaud GierschAdd default label to switch.
2017-10-16 Arnaud GierschAdd a default initialization for member variables.
2017-10-16 Arnaud GierschInvert variable to circumvent false positive of cppcheck.
2017-10-16 Arnaud GierschRemove unused macros.
2017-10-16 Arnaud GierschSonar still does not like #undef. Use a local variable...
2017-10-16 Arnaud GierschSonar doesn't like #undef.
2017-10-16 Arnaud GierschReplace macro by an inline function.
2017-10-16 Arnaud GierschSonar asked to end this switch cases with an unconditio...
2017-10-16 Arnaud GierschRewrite without goto going backward.
2017-10-16 Frederic Sutermore std::string and stuff
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Frederic Suterc++ify some (untested) code
2017-10-16 Arnaud GierschExplicitly use default ctor/dtor.
2017-10-16 Arnaud GierschKill useless empty functions.
2017-10-16 Arnaud GierschAdd comments to acknowledge empty functions (and please...
2017-10-16 Arnaud GierschAllow nullptr for Extension deleter.
2017-10-16 Arnaud GierschUse s4u API in example.
2017-10-16 Arnaud GierschComment name for unused parameters.
2017-10-15 Arnaud GierschMove variable defintion out of header file.
2017-10-15 Martin Quinsoncosmetics after integrating #229
2017-10-15 Martin QuinsonMerge branch 'Takishipp-actor-startkilltime'
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin Quinsonfollow up on #228: fix make dist and cleanups
2017-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-10-15 Frederic Suterkill last dicts in instr
2017-10-15 Martin Quinsoncosmetics after integrating #228
2017-10-15 Martin Quinsonremove bogus debug log file
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-15 Arnaud GierschMake it clearer that there's no memory leak here.
2017-10-15 Arnaud GierschFix segfault when exiting without running the simulation.
2017-10-15 Arnaud GierschReplace malloc/free by new/delete.
2017-10-15 Arnaud GierschDocument last changes to public API, and keep old metho...
2017-10-15 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v321.
2017-10-14 Arnaud GierschChange getName() and add getCname() in s4u::Storage.
2017-10-14 Arnaud GierschConstify getName()/getCname() in s4u::NetZone.
2017-10-14 Arnaud GierschChange getName() and add getCname() in s4u::Mailbox.
2017-10-14 Arnaud GierschChange name() to getCname() and add getName() in s4u...
2017-10-14 Arnaud GierschCosmetics.
2017-10-14 Arnaud GierschConstify getName()/getCname() in s4u::Actor.
2017-10-14 Arnaud GierschAdd getName()/getCname() in kernel::activity::MailboxImpl.
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in simix...
2017-10-14 Arnaud GierschChange name()/cname() to getName()/getCname() in surf...
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in surf...
next