Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-08-13 Martin Quinsonsmall cleanups in the simix timers
2017-08-12 Martin Quinsonsonar
2017-08-11 Martin Quinsonspelling
2017-08-11 Frederic Suterkill kill simcall
2017-08-11 Frederic Suterdamn lua
2017-08-11 Frederic Suteranother fix for lua
2017-08-11 Frederic Sutertry to fix ns3 build
2017-08-11 Frederic Suterminimal fix (hopefully) of lua bindings
2017-08-11 Frederic Suterstringify cluster
2017-08-11 Frederic Suterstringify Host link creation
2017-08-11 Frederic Suterkill 2 sonar bugs
2017-08-11 Frederic Sutercodacy and clang-format
2017-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-10 Frederic Suterstringify IO
2017-08-10 Frederic Sutermore strings
2017-08-10 Frederic Suterbprintf -> string
2017-08-10 Frederic SuterAS -> Zone. Mainly cosmetics and unused defined thing
2017-08-10 Frederic Suterassume a dumb tracker (and please travis)
2017-08-10 Martin Quinsoncodacy
2017-08-10 Frederic SuterAS->Zone + stringification
2017-08-10 Frederic Suterstringification
2017-08-09 Frederic Sutermaybe sort isn't portable
2017-08-09 Frederic Suterattempt to fix daxload example
2017-08-09 Frederic Suterless bprintf (some were completely useless)
2017-08-09 Frederic Suterstringification
2017-08-09 Frederic Suterfix MC. host names are not std::string damnit
2017-08-09 Frederic Suterbprintf--
2017-08-09 Frederic Sutermove VM start function to s4u
2017-08-09 Frederic Suterplug leak in msg_vm (by rmving bprintf)
2017-08-08 Frederic Suterput back a leak (for now) to fix tests
2017-08-08 Frederic Suterplug leaks
2017-08-07 Frederic Sutercodacy
2017-08-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 Frederic Suterconvert map to dynar at API level
2017-08-07 Frederic Suterjxbt_throw_null needs a string. no need to bprintf
2017-08-07 Frederic Suterbprintf-- (try to use strings in cpp world
2017-08-07 Frederic Suterno need for unused args
2017-08-07 bcamusfixing codacy issue
2017-08-07 Frederic Sutergetting rid of bprintf raises a potential bug :-/
2017-08-07 Frederic Suterstop using variadic functions for surf_parse messages
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-07 Frederic Suterplease codacy and sonar + factoring
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.
next