Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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...
2017-10-14 Arnaud GierschChange name()/cname() to getName()/getCname() in kernel...
2017-10-14 Arnaud GierschUse a C++ string instead of char* for mailbox name.
2017-10-14 Arnaud GierschAdd a method to get the string_data from a simgrid...
2017-10-14 Arnaud GierschReindent.
2017-10-14 Arnaud GierschAvoid potential memory leak.
2017-10-14 Arnaud GierschCosmetics: remove redundant "case" clause.
2017-10-14 Arnaud GierschCosmetics: remove redundant access specifier.
2017-10-14 Arnaud GierschCosmetics: one statement per declaration.
2017-10-13 Frederic SuterRework way of creating Type hierarchy.
2017-10-13 Frederic Suteruse bools and true/false
2017-10-13 Frederic SuterMore objectification of instr::Type (wip)
2017-10-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-13 Arnaud GierschRepair Dijkstra's cache mode.
2017-10-13 Arnaud GierschRemove an indirection and fix memory leak.
2017-10-12 Arnaud GierschFix memory leaks.
2017-10-12 Arnaud GierschIn MSG_parallel_task_create(), take a copy of flops_amo...
2017-10-12 Arnaud GierschAnother bunch of s/malloc/new/.
2017-10-12 Frederic Suterrefactoring and namespacing
2017-10-12 Frederic Sutermove creation and destruction logging to Class
2017-10-12 Frederic Sutersimplify container creation
2017-10-12 Frederic SuterPJ_container_remove_from_parent () becomes Container...
2017-10-12 Frederic Suteruse namespaces for instr containers and values
2017-10-12 Frederic Sutermore stringification/privatization
2017-10-12 Frederic Suterkill another dict in instr
2017-10-12 Frederic Suterdicts to maps in Dijkstra
next