Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
minimal fix (hopefully) of lua bindings
[simgrid.git] / src /
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 Martin Quinsoncodacy
2017-08-10 Frederic SuterAS->Zone + stringification
2017-08-10 Frederic Suterstringification
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 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 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-06 Martin Quinsoninclude <string> to help OSX's clang
2017-08-04 bcamusfixing a bug in PMs energy consumptions when suspending...
2017-08-03 Arnaud GierschMissing include.
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 (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 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 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 Christian Heinrich[SMPI] Use std::string::compare instead of strncmp
2017-08-01 Martin Quinsontidy the exceptions that can be raised by our Java...
2017-08-01 Arnaud GierschTry to fix msg-process-join.
2017-08-01 Martin Quinsontypo found by lintian
2017-08-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-01 Frederic Sutermissing include
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-30 Martin Quinsonfix NS3 builds
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-27 Frederic Suterkill dict and dynar in dotloader
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Frederic Sutercosmetics
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 Frederic Suterkill dicts in option management
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 $().
next