Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
should (hopefully) fix build
[simgrid.git] / src /
2017-10-18 Frederic Sutershould (hopefully) fix build
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.
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Arnaud GierschComment some unused parameters.
2017-10-10 Frederic Suterthis field is useless indeed. Good catch CI
2017-10-10 Frederic Suterfactoring in instr Events
2017-10-10 Frederic Suterstringify and objectify instr::Value (wip)
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Frederic Suterremove useless parameters in header generation
2017-10-10 Arnaud GierschApply clang-format on previously renamed files.
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschUse C++ style includes when available.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRemove useless #ifdef __cplusplus from hpp files.
2017-10-10 Arnaud GierschFile smpi/include/private.h cannot be compiled in C...
2017-10-10 Arnaud GierschFix filenames in doc.
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-10 Arnaud Gierschsimcalls.py: improve indentation of generated files.
next