Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 Arnaud GierschMove fucntion call out of xbt_assert.
2020-10-19 Arnaud GierschTypos.
2020-10-19 Arnaud Giersch[codefactor] Blank line is redundant.
2020-10-18 Martin QuinsonCosmetics in the ns3 teshsuite
2020-10-18 Martin Quinsonns3: ensure that sending from an host to itself does...
2020-10-17 Martin Quinsonfix a memleak
2020-10-17 Arnaud GierschSort entries.
2020-10-17 Arnaud GierschTry to reduce requirements about C++ standard for smpicxx.
2020-10-17 Arnaud GierschAvoid buffer overflow.
2020-10-17 Arnaud GierschMissing include.
2020-10-17 Martin QuinsonFix another typo
2020-10-17 Martin QuinsonDocument a recent change
2020-10-17 Martin Quinsontiny cleanups in platform examples
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-10-17 Arnaud GierschTypo.
2020-10-17 Arnaud GierschNested code block is useless.
2020-10-17 Arnaud GierschMANIFEST.in once again.
2020-10-16 Augustin DegommeMerge branch 'test-condvar-wait_until' into 'master'
2020-10-16 Millian Poquettest condition variable wait_until+notify_all
2020-10-16 Arnaud GierschKeep the right definition for type_names[].
2020-10-16 Arnaud GierschCosmetics.
2020-10-16 Arnaud GierschUse std::array and reduce scope for constant.
2020-10-16 Arnaud GierschMake static stuff member of class Replayer.
2020-10-16 Arnaud GierschMake global variables const.
2020-10-16 Arnaud GierschFix indentation.
2020-10-16 Arnaud GierschForgotten guard.
2020-10-16 Arnaud GierschConst.
2020-10-16 Arnaud GierschMove global variables to class Context.
2020-10-16 Arnaud GierschMove global variables to class Container.
2020-10-15 Arnaud GierschPlug memleak.
2020-10-15 Arnaud GierschRewrite in a simpler manner.
2020-10-15 Arnaud GierschMore char* -> std::string conversions.
2020-10-15 Arnaud GierschDefinitely remove deprecated stuff in private area.
2020-10-15 Arnaud GierschConstify a parameter, fix name for another, and simplif...
2020-10-15 Arnaud Giersch[sonar] Replace some C-style arrays.
2020-10-15 Martin Quinsonmmalloc: cosmetics in an error message
2020-10-14 Arnaud GierschCosmetics.
2020-10-14 Arnaud GierschDrop unused parameters.
2020-10-13 Augustin DegommeRevert "move fort_args test to a "fort args" folder...
2020-10-13 Augustin DegommeRevert "try to help cmake on freebsd"
2020-10-13 Augustin DegommeRevert "Try to help for freebsd and paths. Thanks Matth...
2020-10-13 Arnaud GierschEnsure type > 0.
2020-10-13 Arnaud GierschReduce scope for variables.
2020-10-13 Arnaud Giersch"s < 0" is always true here.
2020-10-13 Arnaud GierschDelete unused ctor.
2020-10-13 Augustin DegommeTry to help for freebsd and paths. Thanks Matthieu...
2020-10-13 Arnaud Gierschpopping_enum.h becomes an hpp.
2020-10-13 Arnaud Gierschconst again
2020-10-13 Arnaud GierschRemove useless type aliases.
2020-10-12 Arnaud GierschFix MANIFEST.in.
2020-10-12 Arnaud GierschProtect spaces in path.
2020-10-12 Arnaud Giersch[sonar] Make parameter a pointer-to-const.
2020-10-12 Martin Quinsonns3: Improve a debug message [Mahesh Ketkar]
2020-10-12 Martin Quinsonns3: live with the fact that sometimes finished_ become...
2020-10-12 Martin QuinsonDon't display strings with %p [Mahesh Ketkar]
2020-10-12 Augustin Degommetry to help cmake on freebsd
2020-10-11 Augustin Degommemove fort_args test to a "fort args" folder, with a...
2020-10-11 Martin QuinsonFinish this plugin rename to make the tests pass again
2020-10-11 Martin QuinsonProposal for a NEWS file
2020-10-11 Martin QuinsonAnother tiny improvement to the ChangeLog
2020-10-11 Martin QuinsonDocument some plugins
2020-10-11 Martin QuinsonRename that C example for consistency with C++
2020-10-11 Martin QuinsonImprove the ChangeLog
2020-10-11 Arnaud GierschMore const.
2020-10-11 Arnaud Giersch[sonar] Constructors of an "abstract" class should...
2020-10-11 Arnaud GierschFunctions are currenlty not overridden.
2020-10-11 Arnaud GierschConst get_bandwidth() and get_latency().
2020-10-11 Arnaud GierschDefine const is_used().
2020-10-11 Arnaud GierschFew more auto's.
2020-10-11 Arnaud GierschConst in network_wifi and link_energy_wifi.
2020-10-11 Arnaud GierschDefine const get_sharing_policy().
2020-10-11 Arnaud GierschDefine const get_iface().
2020-10-11 Arnaud GierschRoute is not empty (already verified by xbt_assert).
2020-10-11 Arnaud GierschDon't lookup twice.
2020-10-11 Arnaud GierschMake expression clear.
2020-10-11 Arnaud GierschUnused parameter.
2020-10-10 Arnaud Giersch.mailmap++
2020-10-10 Arnaud GierschWhitespace cleanup (for codefactor.io).
2020-10-10 Arnaud GierschMerge branch 'master' into 'master'
2020-10-10 Martin QuinsonBetter attempt at fixing 32bits
2020-10-10 Julien EMMANUELplugin link_load: fix name in SIMGRID_REGISTER_PLUGIN
2020-10-10 Martin Quinsonplugin link_load: tiny logic error (thanks clang for...
2020-10-10 Martin QuinsonFix build on 32bits
2020-10-10 Martin QuinsonRename the link load plugin for decency (and consistency)
2020-10-10 Martin QuinsonMake it clear in the doc that this example was extended...
2020-10-10 Martin QuinsonExtend the example on ptasks to demo malleable tasks...
2020-10-10 Martin Quinsonfix a bug in an error message
2020-10-10 Arnaud GierschUpdate ChangeLog.
2020-10-10 Arnaud GierschMerge branch 'link-cumload-plugin' into 'master'
2020-10-10 Millian Poquetoops: missing files in MANIFEST.in
2020-10-10 Millian Poquetbasic test for plugin link_cumload
2020-10-10 Millian Poquetintroduce new plugin: link_cumload
2020-10-10 Arnaud GierschDisable LTO on travis/osx (timeouts).
2020-10-09 Arnaud GierschSonar smells.
2020-10-09 Arnaud GierschUpdate .mailmap.
2020-10-09 Martin Quinsondoc: broken import of this_actor::parallel_execute
2020-10-09 Martin QuinsonWe do have wireless networks now
2020-10-09 Martin QuinsonMerge branch 'master' into 'master'
2020-10-09 Clément CourageuxDocumentation for the Wifi energy example
next