Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't set a field to its default value from the constructor
[simgrid.git] / src /
2018-05-11 Martin Quinsondon't set a field to its default value from the constructor
2018-05-11 Martin Quinsoncosmetics: snake_case some random local variables,...
2018-05-11 Martin Quinsonrename some fields (change toto to toto_)
2018-05-11 Martin Quinsoncosmetics and reduce the amount of direct call to simcall_*
2018-05-11 Martin Quinsonsnake_case the signals in s4u::Link (no way to make...
2018-05-11 Martin Quinsoncosmetics: rename 2 fields
2018-05-11 Martin Quinsonprivatize ExecImpl::timeoutDetector and partially ExecI...
2018-05-11 Martin Quinsonfactorize code between SIMIX_execution_start and SIMIX_...
2018-05-11 Martin Quinsonkill an unused method in HostImpl (that should be renam...
2018-05-11 Martin Quinsoncosmetic in mutex
2018-05-11 Martin Quinsonsnake_case kernel::activity::ExecImpl
2018-05-11 Augustin Degommerename SmpiHost file and class to blend in better
2018-05-11 Frederic Sutersnake_case in instr
2018-05-11 Frederic Suterrefactor with templated method
2018-05-11 Frederic Sutermove function to class
2018-05-11 Frederic Suterfix tracing debug mode (and please sonar)
2018-05-11 Arnaud GierschReplace deprecated function.
2018-05-10 Frederic Suterstart to use surf signals to trace resource usage
2018-05-09 Martin Quinsonsnake_case (and document) s4u::Exec
2018-05-09 Martin Quinsonmake s4u::Engine::pimpl private at the price of a stati...
2018-05-09 Martin Quinsonfinish snake_case s4u::Engine
2018-05-09 Frederic Suteralso use ofstream for tracing_files
2018-05-09 Frederic Suterreplace FILE* by ofstream for tracing_file
2018-05-09 Frederic Suterrefactor TRACE_start and TRACE_end
2018-05-09 Frederic SuterMSG_VM => VM in instr
2018-05-09 Frederic Suteruse signals to instrument VMs
2018-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-08 Martin Quinsonfix a FIXME
2018-05-08 Frederic Sutersnake_casing file system plugin
2018-05-07 Arnaud GierschRemove useless check for null before free.
2018-05-07 Arnaud GierschsurfExitCallbacks are gone.
2018-05-07 Frederic Suteradd and use callback instr_actor_on_creation
2018-05-07 Frederic Sutersnake_casing the dirty page tracking plugin
2018-05-07 Frederic Suterthis parameter belongs to the plugin
2018-05-07 Frederic Suterconsistency: merge src/simgrid/host.cpp into src/s4u...
2018-05-07 Frederic Sutercosmetics: reorder file to be consistent with others
2018-05-06 Frederic Suterfix java and build
2018-05-06 Frederic Suterdid I say bummer?
2018-05-06 Frederic Sutermore legacy MSG functions
2018-05-05 Frederic Suteruse signals and callbacks to trace actors
2018-05-05 Augustin Degommeplease sonar by removing redundant test
2018-05-04 Arnaud GierschFix for s4u::ConditionVariable::wait_for, lost by previ...
2018-05-04 Arnaud GierschStop using costly exceptions on timeout for simix synchros.
2018-05-04 Arnaud GierschCosmetics: define function before use.
2018-05-04 Arnaud GierschUse kernelImmediate for simcall cond_init.
2018-05-04 Frederic Sutermsg_process_from_PID => sg_actor_by_PID
2018-05-03 Arnaud GierschUse kernelImmediate for simcalls execution_{,parallel_...
2018-05-03 Arnaud GierschUse kernelImmediate for simcall set_category.
2018-05-03 Arnaud GierschUse s4u.
2018-05-03 Arnaud GierschExplicitly capture the required variables (sonar).
2018-05-03 Augustin Degommeprotect MPI_Test, Iprobe and Probe the same way
2018-05-03 Augustin Degommefix bug on MPI_Recv when MPI_IGNORE_STATUS is used...
2018-05-03 Arnaud GierschModernize simcall process_on_exit.
2018-05-03 Arnaud GierschModernize simcall process_killall.
2018-05-03 Arnaud GierschModernize simcall process_cleanup.
2018-05-03 Arnaud GierschKill unused simcall process_count.
2018-05-03 Arnaud GierschComplete search path for simcall_HANDLER_*.
2018-05-03 Arnaud GierschImprove formatting of simcalls.py's output..
2018-05-03 Arnaud GierschRemove unused forward declarations.
2018-05-03 Arnaud GierschRemove obsolete FIXME.
2018-05-02 Martin Quinsonremove on_config_in_platform_done(): that's redundent
2018-05-01 Martin Quinsontry to make Engine::on_config_in_platform_done() useles...
2018-04-30 Frederic Suterthis is a bool, say it. It's C++, dude
2018-04-30 Frederic SuterObey! Move signal trigger at a better place
2018-04-30 Frederic Suterrefactor
2018-04-30 Frederic Suterremove useless include
2018-04-30 Frederic Suteradd new signal trigerred when some config has been...
2018-04-30 Frederic Sutersnake_case Engine signals
2018-04-30 Frederic Suterbetter use of signals for TRACE init/exit
2018-04-30 Frederic Suterremove useless call to TRACE_end
2018-04-26 Arnaud GierschMissing include.
2018-04-26 Arnaud GierschReplace deprecated method.
2018-04-26 Arnaud GierschMove samples in private (anonymous) namespace.
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-25 Arnaud GierschMake ActorImpl::userdata private.
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Frederic Suterallow to have TI data for popEvent
2018-04-25 Frederic Sutermove this file out of src/surf
2018-04-25 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-04-25 Arnaud GierschAvoid using a branching statement as the last in a...
2018-04-25 Frederic Suteruse signals a bit more to create tracing stuff
2018-04-25 Arnaud GierschFlag is useless (always true).
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Martin Quinsonsnake_case and cleanup some more methods of s4u::Engine
2018-04-25 Arnaud GierschAvoid explicit call to close() on an auto-closeable...
2018-04-24 Arnaud GierschPut deprecated annotation at declaration.
2018-04-24 Arnaud GierschDon't loose first result for 'failed'.
2018-04-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-04-24 Frederic Sutersimplication and uniformization
2018-04-24 Martin Quinsonconsistency in host/storage/netpoint registering
2018-04-24 Martin Quinsonfurther snake_case s4u::Engine
2018-04-24 Frederic Sutersimplify/extend setup of resource tracing
2018-04-24 Frederic Suteradd missing include for accumulate
2018-04-24 Frederic Suterreduce brain overload (at least try)
2018-04-23 Martin Quinsonstart snake_casing s4u::Engine
2018-04-23 Martin Quinsonsmpicc: give -lm to all architectures, not only linux
2018-04-23 Martin Quinsonstart enforcing our new coding standards
2018-04-23 Arnaud GierschFix some doxygen warnings.
2018-04-23 Arnaud GierschSonar: have a single return.
2018-04-20 Christian Heinrich[SMPI] Initial commit of the LB plugin
next