Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-01-10 Martin QuinsonRemove the actor of the on_{start/completion} parameter...
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
2020-12-23 Martin Quinsondoc: fix broken link
2020-12-20 Martin Quinsonfix MC builds
2020-12-20 Martin QuinsonDeprecate a SIMIX function that was badly named anyway
2020-12-18 Arnaud GierschNo need for <void> specialization.
2020-12-18 Arnaud GierschCosmetics.
2020-12-18 Arnaud GierschPointer-to-const for sonar.
2020-12-18 Arnaud GierschKeep tutorial examples simple; don't use Mailbox::get_u...
2020-12-17 Arnaud Giersch[sonar] Replace long list of cases in switch by a set.
2020-12-17 Arnaud Giersch[sonar] Replace switch with numerous cases by a data...
2020-12-17 Arnaud GierschXBT_PUBLIC for mingw on appveyor.
2020-12-17 Arnaud GierschUseless cast to void*.
2020-12-17 Arnaud GierschUse Mailbox::get_unique<>(), and save a few delete.
2020-12-17 Arnaud GierschDefine Mailbox::get_unique() returning a std::unique_ptr.
2020-12-17 Arnaud GierschMake untyped Mailbox::get functions deprecated.
2020-12-17 Arnaud GierschUse typed Mailbox::get_async<>() instead of using casts...
2020-12-17 Arnaud GierschUse typed Mailbox::get<>() instead of using static_cast...
2020-12-17 Arnaud GierschPrepare the deprecation of untyped Mailbox::get functions.
2020-12-17 Arnaud GierschDefine typed templates for Mailbox::get and Mailbox...
2020-12-17 Arnaud GierschFix use-after-scope.
2020-12-17 Arnaud GierschUse sensible names for variables.
2020-12-17 Arnaud GierschUseless std::move (sonar).
2020-12-17 Martin QuinsonDocument deprecated features that got removed
2020-12-17 Martin Quinsoncleanup the release instructions according to the recen...
2020-12-16 Arnaud GierschOpen target file with O_EXCL for smpi_copy_file.
2020-12-16 Arnaud GierschAdd an assert for fopen.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-16 Arnaud Gierschbind_flag() with valid_values only works with std:strin...
2020-12-16 Arnaud GierschAvoid unnecessary copy by using a 'const' reference...
2020-12-16 Arnaud GierschPrefer using emplace or emplace_back.
2020-12-16 Arnaud GierschAvoid useless creation of temporary objects with emplac...
2020-12-16 Arnaud GierschReplace for-loop with std::any_of.
2020-12-16 Arnaud GierschDeclare function 'const'.
2020-12-16 Arnaud GierschUse a single =, for POSIX conformance.
2020-12-16 Arnaud GierschCosmetics (and one less memleak).
2020-12-16 Arnaud GierschIntroduce next XBT_DEPRECATED macro.
2020-12-16 Arnaud GierschRemove deprecated features for next release.
2020-12-16 Arnaud GierschImprove deprecation warning.
2020-12-16 Arnaud GierschStart the dev of 3.27.
2020-12-16 adegommefix github action
2020-12-16 Martin Quinsongithub-ci: try to use the new syntax to set env variables
2020-12-15 Martin Quinsongithub CI: try to ease its paranoia
2020-12-15 Martin QuinsonCI: More robust way to compute the version on stable...
2020-12-15 Martin QuinsonOSX node on jenkins was renamed
2020-12-15 Martin QuinsonRelease v3.26 v3.26
2020-12-15 Augustin Degommejenkins : expand OS list with NS3, as I just installed...
2020-12-15 Augustin Degommetest failure fix for #45.
2020-12-15 Augustin Degommewarning --
2020-12-15 Augustin Degommeuse new name for wifi standard in recent NS3.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-15 Arnaud GierschUpdate MANIFEST.in.
2020-12-15 Arnaud GierschRemove unused static functions.
2020-12-15 Arnaud GierschPrefer range-based for loop.
2020-12-15 Arnaud GierschDrop unused parameter.
2020-12-15 Arnaud GierschTypo in function name.
2020-12-15 Arnaud GierschRedundant blank line.
2020-12-15 Augustin DegommeUpdate ChangeLog
2020-12-11 Martin QuinsonMerge pull request #371 from eazimi/master
2020-12-11 Ehsan AzimiCleanup!
2020-12-11 Ehsan Azimimc_api::set_checker() defined and called in Checker()
2020-12-11 Ehsan Azimicreate_checker without Session argument
2020-12-11 Ehsan AzimicreateCommunicationDeterminismChecker without Session...
2020-12-11 Ehsan Azimiconstructor without Session argument
2020-12-11 Ehsan AzimicreateSafetyChecker without Session argument
2020-12-11 Ehsan Azimiconstructor without Session argument
2020-12-11 Ehsan AzimicreateLivenessChecker without Session argument
2020-12-11 Ehsan Azimiconstructor without Session argument
2020-12-11 Ehsan AzimiSession instance removed from Checker class
2020-12-11 Ehsan Azimiget_session() deleted
2020-12-11 Ehsan Azimimcapi::mc_inc_executed_trans() in replay()
2020-12-11 Ehsan Azimimcapi::execute() in replay()
2020-12-11 Ehsan Azimimcapi::restore_initial_state() in replay()
2020-12-11 Ehsan Azimimcapi::simcall_get_issuer() in replay()
2020-12-11 Ehsan Azimimcapi::restore_state() in replay()
2020-12-11 Ehsan Azimimc_api::get().get_actors_size() called in VisitedPair()
2020-12-11 Ehsan Azimimcapi::get().get_remote_heap_bytes() called in VisitedP...
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-10 Arnaud GierschTry to fix download links in doc.
2020-12-10 Arnaud GierschFix file names for examples in doc.
2020-12-10 Arnaud GierschAdd #include <simgrid/config.h>.
2020-12-10 Arnaud GierschRemove mostly empty files.
2020-12-10 Arnaud GierschDon't define (nor use) any MSG symbol when MSG is not...
2020-12-10 Arnaud GierschMove bits of documentation for recently converted traci...
2020-12-10 Arnaud Giersch[jenkins] Temporary disable LTO on CentOS/ld 2.30-85...
2020-12-10 Arnaud GierschA bit of cleanup in .gitignore.
2020-12-10 Arnaud GierschConvert deprecated/msg/trace-process-migration to s4u...
2020-12-10 Arnaud GierschKill dead code: tracing_category is managed by AnyActivity.
2020-12-10 Arnaud GierschMore conversions int -> aid_t.
2020-12-09 Arnaud GierschUse dedicated function to get config value.
2020-12-09 Arnaud GierschFix type for parameter 'issuer'.
2020-12-09 Arnaud GierschConst pointer.
2020-12-08 Arnaud GierschRemove old deprecated aliases for runtime options.
2020-12-08 Arnaud GierschRename runtime option 'tracing/msg/process' to 'tracing...
2020-12-08 Arnaud GierschFix log category for example.
2020-12-08 Arnaud GierschFire Comm::on_completion in any case.
2020-12-08 Ehsan Azimimc_api::get_automaton_transition_dst() defined and...
2020-12-08 Ehsan Azimimc_api::get_automaton_transition_label() defined and...
2020-12-08 Ehsan Azimimc_api::get_dynar_length() defined and called in run()
2020-12-08 Ehsan Azimimcapi::log_state() in run()
next