Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv NetworkAction::rate_ to Action::user_bound_
[simgrid.git] / src /
2021-03-09 Frederic Sutermv NetworkAction::rate_ to Action::user_bound_
2021-03-09 Frederic Sutercosmetics
2021-03-09 Martin QuinsonSplit the {TEST,WAIT}ANY translation away from MC_state...
2021-03-09 Martin QuinsonPrepare to split the {TEST,WAIT}ANY translation away...
2021-03-08 Frederic Suterfix GH#343
2021-03-08 Frederic Sutertrigger Host::on_creation a bit earlier
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschModernize simcall mutex_trylock.
2021-03-08 Arnaud GierschSonar wants one declaration per line.
2021-03-08 Arnaud GierschDon't adjust variable name each time Api::get_maxpid...
2021-03-08 Arnaud GierschCache result of Api::get_maxpid() when used multiple...
2021-03-08 Arnaud GierschTypo.
2021-03-08 Arnaud GierschUseless braces.
2021-03-08 Arnaud GierschAdd 'explicit'.
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Martin QuinsonThat was a nasty optimization :-/
2021-03-08 Martin QuinsonMC dependency: do the easy test before the harder one
2021-03-08 Martin QuinsonUse less of state->internal_req_ and more of state...
2021-03-08 Frederic Sutercontinue to fluentify Cpu creation. Fix FG37 on the way
2021-03-08 Martin QuinsonUse default parameter value instead of having an overlo...
2021-03-08 Augustin Degommemove MPI_COMM_WORLD to smpi_comm.cpp.
2021-03-08 Augustin Degommegeneralize previous change to other MPI predefined...
2021-03-08 Augustin Degommesonar is right here
2021-03-08 Augustin Degommechange the way MPI datatypes are declared.
2021-03-07 Augustin Degommedebug message --
2021-03-07 Augustin DegommeUse flags to handle cancellation instead of a tri-state int
2021-03-07 Augustin DegommeChange handling of MPI_PROC_NULL as a src or a dest.
2021-03-07 Augustin DegommeThat was a stupid optimization.
2021-03-07 Arnaud GierschKill superfluous macros.
2021-03-07 Arnaud GierschZero-initialize struct to avoid valgrind warnings.
2021-03-07 Arnaud GierschInline trivial function.
2021-03-07 Arnaud GierschAt most one resource allocation per statement (sonar).
2021-03-06 Martin QuinsonMC: untangle dependencies
2021-03-06 Martin QuinsonMC: more symmetry between WAITANY and TESTANY in dependency
2021-03-06 Martin QuinsonMC: untangle the dependency code a tiny bit
2021-03-06 Martin QuinsonMC: inline a function, kill a file
2021-03-06 Augustin DegommeAdd multiple unimplemented calls in smpi.h
2021-03-06 Augustin DegommeImplement MPI_Aint_add and MPI_Aint_diff
2021-03-06 Augustin Degomme"Implement" MPI_Type_get_extent_x, MPI_Type_get_true_ex...
2021-03-05 Martin Quinsonsimgrid-mc also needs debugging symbols, so let's hint...
2021-03-05 Frederic Suterclang ... override ... again
2021-03-05 Frederic SuterRemove constraint from LinkImpl ctor
2021-03-05 Frederic Suteradd boolean state to resources and protect set_core_count
2021-03-04 Martin Quinsonmc: rename Inspector to Observer
2021-03-04 Martin QuinsonSimplify mc::api a bit
2021-03-04 Martin Quinsoncosmetics
2021-03-04 Arnaud GierschDon't crash on empty PAPI event set.
2021-03-04 Arnaud GierschCosmetics
2021-03-03 Frederic Suteruse CRTP dor resources
2021-03-03 Frederic Suterremove model from Link constructors
2021-03-03 Augustin DegommePAPI tracing was broken with latest instr changes.
2021-03-03 Arnaud GierschModernize simcall mutex_unlock.
2021-03-03 Arnaud GierschMake SimcallInspector::dot_label and to_string pure...
2021-03-03 Arnaud GierschFix mem leak.
2021-03-03 Arnaud GierschPointer to const.
2021-03-03 Augustin Degommechange message a bit
2021-03-03 Augustin Degommempi_comm_self was cleaned after mpi finalization during...
2021-03-02 Augustin Degommeadd errhandlers support for mpi_comm_world
2021-03-02 Augustin Degommeadd leak checking for info and errhandlers
2021-03-02 Arnaud GierschRename mc_base.h -> .hpp (it's C++ only anyway).
2021-03-02 Arnaud GierschConst for methods.
2021-03-02 Arnaud GierschCosmetic rename.
2021-03-02 Frederic SuterSimplify namespaces
2021-03-02 Frederic Sutercleanups
2021-03-02 Frederic Sutercosmetics
2021-03-02 Frederic Suteradd core_count setter
2021-03-02 Arnaud GierschAuto + std::make_unique.
2021-03-02 Arnaud GierschUncomment.
2021-03-02 Arnaud GierschReduce code duplication.
2021-03-02 Arnaud GierschProtect against buffer overflow.
2021-03-02 Arnaud GierschMake Transition::textual a std::string.
2021-03-02 Arnaud GierschMake field private (fixme--).
2021-03-02 Arnaud GierschUse std::copy.
2021-03-02 Arnaud GierschType bool for boolean values.
2021-03-02 Arnaud GierschRemove some useless nested code blocks.
2021-03-02 Arnaud GierschUsing C++ strings.
2021-03-01 Arnaud GierschUse xbt::string for MC hostnames.
2021-03-01 Arnaud GierschKill useless function.
2021-03-01 Arnaud GierschUse defined type alias.
2021-03-01 Arnaud GierschFix code generation (broken call to inspector_->is_pend...
2021-03-01 Frederic Suterfix ns3
2021-03-01 Frederic SuterConsider Link latency as an optional parameter
2021-03-01 Frederic Sutermore fluent version
2021-03-01 Frederic SuterRollback a little in programmatic description of disks
2021-03-01 Arnaud GierschDeprecated simcall_mc_random.
2021-03-01 Arnaud GierschMake global variables 'const'.
2021-03-01 Arnaud GierschA few less global variables.
2021-03-01 Martin QuinsonDon't require MC dependencies when building w/o MC
2021-03-01 Martin QuinsonMissing file
2021-03-01 Martin Quinsonremove a workaround for a bug removed in previous commit
2021-03-01 Martin QuinsonSet the textual representation of a transition before...
2021-02-28 Martin QuinsonSplit inspector::is_pending() in two logical parts
2021-02-28 Martin QuinsonNot sure why to_string is sometimes called when there...
2021-02-28 Martin QuinsonRename ActorState::consider() and State::add_interleave...
2021-02-28 Martin QuinsonFix build on clang
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-27 Martin QuinsonWelcome to modernity
2021-02-26 Frederic Suterallow for programmatic creation of a disk
2021-02-26 Arnaud GierschDeclare function 'static' (and fix picky builders).
next