Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-08-02 Arnaud GierschUpdate .gitignore.
2017-08-02 Christian Heinrich[SMPI] Use std::string::compare instead of strncmp
2017-08-02 Martin Quinsoncleanups in Java examples advised by Sonar
2017-08-01 Martin QuinsonAdd two missing @Override annotations
2017-08-01 Martin Quinsontidy the exceptions that can be raised by our Java...
2017-08-01 Martin Quinsonsonar: don't complain about Java not having a proper...
2017-08-01 Arnaud GierschTry to fix msg-process-join.
2017-08-01 Martin QuinsonReduces the amount of build env leaked in the binaries...
2017-08-01 Martin Quinsontypo found by lintian
2017-08-01 Martin Quinsonfix copyright file according to Debian standards
2017-08-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-01 Frederic Sutermissing include
2017-08-01 Martin Quinsontry to fix sonar by specifying where the java binaries are
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
2017-08-01 Arnaud GierschOnly maestro is allowed to push in simix_global->proces...
2017-08-01 Frederic Suteruse a map for F2C lookup.
2017-07-31 Frederic Sutermove ugly dict closer to the C APIs
2017-07-31 Frederic Suterimprove
2017-07-31 Frederic Sutersimplify storage_type mess
2017-07-31 Frederic Sutercosmetics
2017-07-31 Frederic Suterthis dict was a set
2017-07-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-31 Frederic Sutertry to fix build + cosmetics
2017-07-31 Martin Quinsonplease sonar
2017-07-30 Martin Quinsonfix NS3 builds
2017-07-30 Martin Quinsonfix an URL
2017-07-30 Frederic Suterkill another dict
2017-07-30 Frederic Suterplease emptty
2017-07-28 Arnaud GierschLast replacement of qsort by std::sort.
2017-07-28 Arnaud GierschUse std::sort instead of qsort in C++ files (easy part).
2017-07-28 Martin Quinsondon't let every process do the initialization, only...
2017-07-27 Martin Quinsondisable raw contexts and ucontexts with ASan because...
2017-07-27 Frederic Suterkill dict and dynar in dotloader
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Arnaud GierschAnother one only built on *bsd.
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Frederic Sutercosmetics
2017-07-27 Arnaud GierschFix signedness issues in dht-pastry in a more conservat...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschForgotten signedness issues.
2017-07-27 Arnaud Gierschs/GREATER/LESS/
2017-07-27 Frederic Suterkill dicts in option management
2017-07-27 Arnaud GierschAdd -Wformat-signedness to warnCFLAGS for GCC >= 5.0.
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Arnaud GierschReduce scope of variables (please Codacy).
2017-07-27 Arnaud GierschAvoid warnings about renamed options with --help-aliases.
2017-07-27 Arnaud GierschCorrectly sort config entries for --help.
2017-07-27 Arnaud Gierschsmpirun: define function die() to print error message...
2017-07-27 Arnaud GierschShell scripts: remove useless variable expansion in...
2017-07-27 Arnaud GierschShell scripts: replace backquotes with $().
2017-07-27 Arnaud GierschRemove useless guard.
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-27 Arnaud GierschRemove header files which are obsolete since SimGrid...
2017-07-27 Arnaud GierschRemove remaining mentions of Swig.
2017-07-27 Arnaud GierschRemove commented lines.
2017-07-27 Frederic Suterless dict, bprintf, and xbt_str_parse
2017-07-26 Martin QuinsonUsing operator[] instead of std::unordered_map::insert
2017-07-26 Martin Quinsonfix tracing tests
2017-07-25 Frederic Suterfix MC which uses simgrid::xbt::string
2017-07-25 Frederic Suterpartial leak plug in chord
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-25 degommeallgather was forgotten in ti tracing. fix this
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-25 Frederic Suterlet parsing raise C++ exceptions, kill a dict, reindent
2017-07-24 Martin Quinsoncosmetics
2017-07-24 Martin Quinsonuse a proper destructor for the paje::value type
2017-07-24 Martin Quinsoncosmetics in instr: use sensible identifier names
2017-07-24 Martin Quinsonahem
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-24 Martin Quinsoncodacy
2017-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-24 Takishippdelete unused parameters
2017-07-24 Frederic Sutermess up with parsing and exceptions
2017-07-24 Takishippdelete unused parameters
2017-07-24 Takishippremove unused parameters of some fcts
2017-07-24 Frederic Suteroverall optimization of map usage
2017-07-23 Martin Quinsonfix MSG compatibility layer
2017-07-22 Martin Quinsoncodacy
2017-07-21 Frederic Suteruniform allocation is better
2017-07-21 Frederic Suterkill degomme's masochist troll ;)
2017-07-21 Frederic Suterkill another dict in the C++ world
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Frederic Sutersimplify process/actor restart
2017-07-21 Augustin Degommetry to silence a valgrind leak
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Frederic Sutersimcall_mutex_unlock is back but keep the simplificatio...
2017-07-21 Martin Quinsonfix make dist for MC builds
2017-07-21 Martin Quinsoncosmetics in error message
2017-07-21 Martin Quinsonsonar
2017-07-21 Frederic SuterRevert "kill one simcall, simplify another"
2017-07-21 Frederic Suterplease sonar (initialization lists) + reindent
2017-07-21 Takishippfix PJ_value class and its methods
2017-07-21 Takishippfix conflict
2017-07-21 Frederic Sutersimplify semaphores related simcalls
2017-07-21 Frederic Sutertiny change
2017-07-21 Frederic Sutermodernize two more simcalls
2017-07-20 Takishippgive s_val PJ_value as a constructor
2017-07-20 Arnaud GierschLooking for libelf (required by MC).
next