Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-03-26 Frederic Suterend of revision for this file
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschTidy SIMIX_process on_exit callbacks.
2019-03-26 Arnaud GierschMake config flag static (global), and rename s_MSG_Glob...
2019-03-26 Frederic Suterstart to revise doc on platforms
2019-03-25 Arnaud GierschA bit more coverage.
2019-03-25 Arnaud GierschThere's a nice sg_version(), use it.
2019-03-25 Arnaud GierschUse string::compare with C++ strings.
2019-03-25 Arnaud GierschSimplifications.
2019-03-25 Arnaud GierschCosmetics.
2019-03-25 Arnaud GierschFix condition.
2019-03-22 Arnaud GierschCompute GIT_VERSION in a simpler way.
2019-03-22 Arnaud GierschRemove now unused xbt_str_join_array().
2019-03-22 Arnaud GierschReplace macros with real functions.
2019-03-21 Arnaud GierschUse C++ algorithms.
2019-03-21 Arnaud GierschUse xbt_malloc() and friends.
2019-03-21 Arnaud GierschUse more vector and strings for xbt_log.
2019-03-21 Arnaud GierschOne more dynar less.
2019-03-21 Arnaud GierschKill dead code.
2019-03-21 Arnaud GierschUncomment constant definition, even though currently...
2019-03-21 Arnaud GierschLame attempt to hide problems on Jenkins.
2019-03-21 Arnaud GierschCapitalize class name.
2019-03-20 Arnaud GierschUpdate list of fixed bugs.
2019-03-20 Arnaud GierschReduce nesting depth of lambdas.
2019-03-20 Arnaud GierschMake pyForcefulKillEx static.
2019-03-20 Arnaud GierschUseless intermediate cast.
2019-03-20 Arnaud GierschTrailing whitespaces.
2019-03-19 Arnaud GierschUnused parameter.
2019-03-19 Arnaud GierschDisallow direct destruction of Mailbox (make dtor private).
2019-03-19 Arnaud GierschUse a Mailbox* with Python bindings.
2019-03-19 Arnaud GierschCosmetic rename.
2019-03-19 Martin Quinsonimprove release documentation
2019-03-19 Martin Quinsonpython: add exec-dvfs example
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-18 Arnaud GierschUnhide non-deprecated declaration.
2019-03-18 Arnaud GierschAvoid deprecated type alias.
2019-03-18 Arnaud GierschMake create_context return the real type.
2019-03-18 degommechangelog update
2019-03-17 Martin Quinsonpython doc: add Comm and Exec to the refguide
2019-03-17 Martin Quinsonsonar: don't catch exception that we don't handle
2019-03-17 Martin Quinsontry to fix windows builds
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
next