Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-08-07 bcamusfixing codacy issue
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-06 Martin Quinsoninclude <string> to help OSX's clang
2017-08-06 Frederic Sutermv MSG version of bittorrent to teshsuite
2017-08-06 Frederic Suterrewrite bittorrent example in s4u
2017-08-05 Martin Quinsonsort the content of this file to make the test reproducible
2017-08-05 Martin QuinsonDeprecate MSG_task_isend_with_matching()
2017-08-05 Martin Quinsonkill a broken deprecation macro: MSG_mailbox_front...
2017-08-04 Martin Quinsonreindent
2017-08-04 bcamusfixing a bug in PMs energy consumptions when suspending...
2017-08-04 Martin Quinsonsonar: remove unused type declaration
2017-08-03 Arnaud GierschMissing include.
2017-08-03 Arnaud GierschWhitespace cleanup.
2017-08-03 Arnaud GierschRemove unused option: network/sender-gap.
2017-08-03 Arnaud GierschKill dead code: haveGap_/senderGap_ are never used.
2017-08-03 Arnaud GierschPlease codacy (operator !).
2017-08-03 Arnaud GierschPlease codacy (integer type consistency).
2017-08-03 Arnaud GierschSilence codacy (initialize variable).
2017-08-03 Arnaud GierschPlease codacy (avoid C-style pointer casting).
2017-08-03 Arnaud GierschPlease codacy (initialize member variables).
2017-08-03 Arnaud GierschPlease codacy (delete copy constructor).
2017-08-03 Arnaud GierschPlease codacy (explicit constructor).
2017-08-03 Arnaud GierschPlease codacy (operator precedence).
2017-08-03 Frederic Suterdict--
2017-08-03 Frederic Sutermost dicts in instr were bare sets
2017-08-03 Arnaud GierschRemove legacy parmap functions.
2017-08-03 Arnaud GierschDelete now useless xbt_dynar_three_way_partition().
2017-08-03 Arnaud GierschUse std::vector instead of dynar in simix_global (proce...
2017-08-03 Arnaud GierschDefine simgrid::xbt::three_way_partition as a generic...
2017-08-03 Arnaud GierschPort parmap_bench to C++.
2017-08-03 Arnaud GierschPort parmap_test to C++.
2017-08-03 Arnaud GierschMake symbols public.
2017-08-03 Arnaud GierschMake legacy xbt_parmap functions use the C++ code.
2017-08-03 Arnaud GierschPort xbt_parmap to C++.
2017-08-03 Arnaud GierschFix include.
2017-08-03 Frederic Suter4 functions and a callback for one dict... seriously?!
2017-08-03 Frederic Suterdict/dynar --
2017-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-03 Frederic Suterremove some useless includes
2017-08-03 Frederic SuterMC doesn't like strings
2017-08-03 Martin Quinsoncodacy
2017-08-03 Frederic Suterreindent + clang-format
2017-08-03 Frederic Suterdict--
2017-08-03 Frederic Suterdict --
2017-08-03 Frederic Suterdict--
2017-08-03 Frederic Sutersome dict related cleanups
2017-08-02 Arnaud GierschDon't try to get front() from an empty list.
2017-08-02 Arnaud GierschAvoid costly exceptions when looking into a map.
2017-08-02 Arnaud GierschRemove now superfluous assert on critical path.
2017-08-02 Arnaud GierschUnused code since commit 61a993d9efe970edcbb1cb3d947553...
2017-08-02 Arnaud GierschCosmetics: typo in include guard.
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...
next