Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc improvement
[simgrid.git] / src /
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 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 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 SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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 a default initialization for member variables.
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 GierschComment name for unused parameters.
2017-10-15 Arnaud GierschMove variable defintion out of header file.
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
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 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-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 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
2017-10-12 Frederic Suterminor smell--
2017-10-11 Arnaud GierschFix build on freebsd and macos.
2017-10-11 Arnaud GierschC -> C++ casts.
2017-10-11 Arnaud GierschReplace some malloc/free by C++ new/delete.
2017-10-11 Frederic SuterRefactoring instr
2017-10-11 Frederic Suterfurther cleanups in instr
2017-10-11 Frederic Suteruse initialization list to please sonar
2017-10-10 Arnaud GierschAdd a comment to empty function.
next