Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-03-17 Martin Quinsonfix make distcheck + reindent
2019-03-17 Martin Quinsonpython: exec-async and exec-remote examples
2019-03-17 Martin QuinsonSimplify the exec-ptask example
2019-03-17 Martin Quinsonmerge exec-async and exec-monitor examples
2019-03-17 Martin Quinsonautopep8 --max-line-length 120 -i --aggressive `find...
2019-03-17 Martin Quinsondocument the recent python examples
2019-03-17 Martin QuinsonPython: Add Comm.wait_any
2019-03-17 Martin Quinsonpython: add Comm.waitall
2019-03-16 Arnaud GierschRemove declarations for never used signal slots.
2019-03-16 Arnaud GierschCosmetics.
2019-03-16 Arnaud GierschSpurious ;
2019-03-16 Arnaud GierschParanoid builds fail with unused variable.
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-16 henricasanovaAdded a test for Issue #325 (call to test is commented...
2019-03-16 Martin QuinsonFix clang+MC+python builds
2019-03-15 Martin Quinsondoc: typo
2019-03-15 Martin QuinsonImprove the ChangeLog & NEWS in preparation for the...
2019-03-15 Martin Quinsonpython: Add Comm.wait() and Comm.test()
2019-03-15 Martin Quinsontiny doc improvement
2019-03-15 Martin Quinsonactors on failing hosts should die silently and with...
2019-03-14 Martin QuinsonRestarting or killing maestro does not seem to be a...
2019-03-14 Martin Quinsonfurther let the actor clean for itself
2019-03-14 Martin Quinsoncleaning the actor twice seems somewhat overplayed
2019-03-14 Martin Quinsonlet the actor clean for itself
2019-03-14 Martin Quinsonkill parts of the old doc that were converted
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Frederic Suterrework SleepImpl (and save a cast)
2019-03-14 Arnaud GierschInline methods of simgrid::kernel::Resource.
2019-03-14 Arnaud GierschRemove useless function pointer.
2019-03-14 Arnaud GierschTidying simix::Timer.
2019-03-14 Arnaud GierschDefine move-assignment and delete copy-assignment opera...
2019-03-14 Arnaud Giersch[sonar] Name parameters differently than request_depend...
2019-03-14 Arnaud GierschTry to make tests succeed with coverage on Jenkins.
2019-03-14 Arnaud GierschMove test declaration in proper CMakeLists.txt.
2019-03-14 Frederic Suterlet base class dtor deal with surf action
2019-03-14 Frederic SuterWhat ActivityImpl child should look like IMHO
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-13 Arnaud GierschActivate assert when debug log is active.
2019-03-13 Arnaud GierschUse std::unordered_map + save an indirection.
2019-03-13 Arnaud GierschDirectly fill vectors at construction.
2019-03-13 Arnaud GierschSimplification.
2019-03-13 Arnaud GierschRemove unused type definitions.
2019-03-13 Martin Quinsondon't kill the fools sourcing this script
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-13 Frederic Sutercleanups in smpi, mostly cosmetic stuff and indent
2019-03-12 Arnaud GierschComplete Asan suppressions.
2019-03-12 Arnaud GierschEnsure field is initialized.
2019-03-12 Arnaud GierschClang is picky.
2019-03-12 Arnaud GierschSave valgrind_stack_id in a private field.
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Arnaud GierschRemove unnecessary calls to c_str().
2019-03-12 Arnaud GierschIIUC return std::move(...) is discouraged.
2019-03-12 Arnaud GierschReferences++.
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-12 Frederic Suterdon't use old fashioned simcall when you don't have to
2019-03-12 Frederic Suterproperly split task/comm in msg files
2019-03-12 Frederic Suterobjectify a few msg::Comm functions
2019-03-12 Frederic Sutermark old MSG functions as deprecated
2019-03-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-11 Frederic SuterSimplifications
2019-03-11 Arnaud GierschReplace void* when using std::thread.
2019-03-11 Arnaud GierschDeprecated functions are still used by StarPU. Postpone...
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschDon't use pass-by-value for large parameters.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-11 Arnaud GierschConstify.
2019-03-10 Arnaud GierschBad cast.
2019-03-10 Arnaud GierschMake ActorImpl::context_ a std::unique_ptr.
2019-03-10 Arnaud GierschMake SwappedContext::parmap_ a std::unique_ptr.
2019-03-09 Arnaud GierschCosmetics around std::unique_ptr.
2019-03-09 Arnaud GierschFix xbt_assert with side effects.
2019-03-09 Arnaud GierschEquality/assignment mismatch.
2019-03-08 Arnaud GierschRelease memory after last use only.
2019-03-08 Arnaud GierschPut XBT_ATTRIB_DEPRECATED at proper place.
2019-03-08 Martin Quinson2 fixes in host-energy plugin
2019-03-08 Martin QuinsonSpecify bindir while launching tesh
2019-03-08 Arnaud GierschUse references for callback parameters of on_exit().
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-08 Arnaud GierschUse references for parameters of type std::vector.
2019-03-08 Arnaud GierschFix mismatched alloc/free.
2019-03-08 Arnaud GierschRemove duplicated but unused forward declarations.
2019-03-08 Arnaud GierschDon't hide class member.
2019-03-08 Arnaud GierschFix null pointer dereference.
2019-03-08 degommeSwitch s4u tuto to pajengr as well.
2019-03-08 Frederic Suterhopefully fix most issues. thx agier for spotting the...
2019-03-07 Frederic Suterpoor damage control for tonight only
2019-03-07 Frederic Suterrevalidate another tesh
2019-03-07 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-07 Frederic Suterrevalidate tesh
2019-03-07 Frederic Sutersimplifications and fixes (forgot properties)
2019-03-07 degommeadapt smpi tuto to use pajengr (+ dockerfile)
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-07 Frederic SuterSplit the behavior of ActorImpl::create
2019-03-06 Arnaud GierschSometimes 'free' is not a member of 'std'.
2019-03-06 Arnaud GierschAdd exception specification for xbt_free_f.
2019-03-06 Arnaud GierschMissing include.
2019-03-06 Arnaud GierschUse real pointer type for context wrappers.
2019-03-06 Arnaud Giersch[sonar] Use unsigned char* for context stacks.
2019-03-06 Arnaud Giersch[sonar] Use std::function.
next