Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-03-28 Martin QuinsonProposition of a NEWS entry
2021-03-28 Augustin Degommecosmetics
2021-03-28 Augustin Degommealso change option name in MC-flavored tesh
2021-03-28 Augustin Degommetrim changelog
2021-03-28 Augustin Degommedocument new options
2021-03-28 Augustin Degommeadd -analyze to smpirun to activate both smpi/display...
2021-03-28 Augustin Degommerename option,
2021-03-28 Augustin Degommetypo
2021-03-27 Arnaud GierschTypos [noci]
2021-03-27 Arnaud GierschAdd explaining comment.
2021-03-27 Martin QuinsonChangelog: this big fat warning is not mandated, as...
2021-03-27 Arnaud GierschReduce scope for variables.
2021-03-27 Arnaud GierschReplace std::random with xbt::random.
2021-03-27 Arnaud GierschFix XbtRandom::uniform_int() when used with large range.
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-27 Arnaud GierschUse std::call_once instead of pthread_once.
2021-03-27 Martin QuinsonChangelog updates as a preparation to the next release...
2021-03-27 Augustin Degommechangelog update
2021-03-27 Augustin DegommeRename github action
2021-03-27 Augustin DegommeMerge branch 'master' into 'master'
2021-03-27 Augustin Degommeadd ctest output to gitlab ci
2021-03-26 Martin Quinsoncosmetics, somewhat hinted by sonar
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-26 Arnaud GierschMerge branch 'simcall_blocking' into 'master'
2021-03-26 Arnaud GierschMove PoC blocking_simcall.hpp from public include/...
2021-03-26 Arnaud GierschFix simcall_blocking returning a value.
2021-03-26 Arnaud GierschKill empty file.
2021-03-26 Augustin Degommesupport MPI_CXX types.
2021-03-25 Arnaud GierschA few more ChangeLog updates.
2021-03-25 Augustin DegommeChangelog update for SMPI
2021-03-25 SUTER Fredericwhy do not implement this?
2021-03-25 SUTER Fredericuse simcalls for setters
2021-03-25 Arnaud GierschUse const& for std::string parameter (sonar, again).
2021-03-25 Bruno DonassoloFix test: java-app-bittorrent
2021-03-25 SUTER Fredericmore chaining for CPUs too
2021-03-25 SUTER Fredericas to zone
2021-03-25 SUTER FredericCleaning and chaining around links
2021-03-25 Arnaud GierschUse a const reference for parameter.
2021-03-25 Arnaud GierschBetter fix for constness of argv in sg_actor_start...
2021-03-25 Martin QuinsonMake model name constant
2021-03-25 Martin QuinsonUse the models directly, not their names
2021-03-25 Martin Quinsonuse default value when none better is to be given
2021-03-25 Martin QuinsonRemove more obsolete files from the old doc
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-24 Arnaud GierschRemove a level of constness for argv parameter of sg_ac...
2021-03-24 Arnaud GierschNot sure if these files are still used, but keep them...
2021-03-24 Arnaud GierschRestore xbt_dynar_to_array, which is still used by...
2021-03-23 Arnaud GierschSuperfluous global variable.
2021-03-23 Arnaud GierschKill now unused xbt_str_split_quoted(), xbt_str_split_q...
2021-03-23 Arnaud GierschUse boost::tokenizer.
2021-03-23 Arnaud GierschKill unused dynar functions.
2021-03-23 Arnaud GierschUse C++ functions to parse file.
2021-03-23 Bruno DonassoloNo more types for models.
2021-03-23 Arnaud Giersch[sonar] Pass large object by reference to const.
2021-03-23 Arnaud Giersch[sonar] Make parameter a pointer-to-const.
2021-03-23 Arnaud Giersch[sonar] Inheriting constructors should be used.
2021-03-23 Arnaud GierschBlank lines.
2021-03-23 Arnaud GierschKill "FIXME" comment.
2021-03-23 Martin QuinsonHumpf, time to sleep, obviously
2021-03-23 Martin QuinsonForbid to modify a sealed netzone
2021-03-22 Martin QuinsonFix make distcheck
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
2021-03-22 SUTER FredericNetZone: father to parent and more accessors
2021-03-22 SUTER Frederictrimming zones
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-22 Arnaud GierschReduce scope for variables.
2021-03-22 Arnaud GierschActivityImpl::register_simcall does not need to be...
2021-03-22 Arnaud GierschFactor un-registration of simcall.
2021-03-22 Arnaud GierschMake SIMIX_comm_copy_data_callback a member of CommImpl.
2021-03-22 Arnaud GierschMake fields private.
2021-03-22 Arnaud GierschCosmetics (redundant version number).
2021-03-21 Augustin DegommeThis is the index, we want the rank for the underlying...
2021-03-20 Augustin Degommeextraneous chars
2021-03-20 Augustin Degommestatus can actually be MPI_STATUS_IGNORE
2021-03-20 Martin QuinsonAdd ModelChecker::finalize_app(), but don't use it...
2021-03-20 Martin Quinsonsome symbol renamings to make MC easier to understand...
2021-03-19 Arnaud Giersch.mailmap
2021-03-19 Arnaud GierschMake Time::date const; kill useless getter.
2021-03-19 Arnaud GierschMake fields private; define getters.
2021-03-19 Arnaud GierschMake Datatype::contents_ a private std::unique_ptr.
2021-03-19 Arnaud GierschDon't mix public and private fields (sonar).
2021-03-19 Arnaud GierschFactorize handling of asynchronous receives.
2021-03-19 Arnaud GierschUnnecessary 'else'.
2021-03-19 Arnaud GierschMake cast explicit.
2021-03-19 Arnaud GierschReduce scope for variables.
2021-03-19 SUTER Fredericreally set link latency for ns3
2021-03-19 SUTER Fredericprivatize fields of ClusterZone + more explicit methods
2021-03-19 Augustin Degommeadd tesh file to dist
2021-03-19 Martin QuinsonFix clang builds
2021-03-18 Martin QuinsonReorder the headers to ensure that ours are actually...
2021-03-18 Martin Quinsontest with leaks: no printf, and run also in MC (that...
2021-03-18 Martin QuinsonFix non-MC builds
2021-03-18 Martin Quinsonsimcall.py: this parameter is not a field, respect...
2021-03-18 Martin QuinsonAdd a tests-mc target to rebuild only what's needed...
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-18 Arnaud GierschImplement simcall_HANDLER_execution_waitany_for into...
2021-03-18 Arnaud GierschMake simcall execution_waitany_for use a std::vector...
2021-03-18 Arnaud GierschUse functions from ActorImpl when available.
2021-03-18 Arnaud GierschLowercase PID in function name (2/2 - public part).
2021-03-17 Arnaud GierschLowercase PID in function name (1/2 - private part).
next