Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-20 eazimisimcall_get_issuer_id() defined + indentation
2021-01-20 eazimiudpor_global.cpp defined
2021-01-19 Arnaud GierschFix dead stores.
2021-01-19 Arnaud GierschOne more static initialization order fiasco.
2021-01-17 Arnaud GierschFix another static initialization order fiasco for...
2021-01-17 Arnaud GierschFix static initialization order fiasco reported by...
2021-01-17 Arnaud GierschFix a few dead stores spotted by fbinfer.
2021-01-17 Augustin DegommeMerge branch 'master' into 'master'
2021-01-17 Jean-Michel... Fix a few potential memory leaks in SMPI colls
2021-01-14 eazimiudpor_global.cpp defined
2021-01-14 Arnaud GierschRemove obsolete entries in .gitignore.
2021-01-14 Arnaud GierschReduce code complexity.
2021-01-14 Arnaud GierschUse std::min.
2021-01-14 Arnaud GierschCosmetic spacing.
2021-01-13 Arnaud Giersch[sonar] Replace the use of "::type" with the "_t" versi...
2021-01-13 Martin QuinsonCopy/paste error in the doc
2021-01-12 eazimimerge with framagit/master
2021-01-12 eazimiudpor_global.hpp deifined
2021-01-12 eazimiMerge with framagit/master
2021-01-12 eazimiEvtSetTools class deifined
2021-01-12 Arnaud GierschUseless assignment.
2021-01-12 Arnaud GierschUse const reference for std::string parameter.
2021-01-12 Arnaud GierschReduce scope for variables.
2021-01-12 Arnaud GierschMore copyright lines updated to 2021.
2021-01-12 Arnaud GierschKill redundand blank lines.
2021-01-12 Martin QuinsonMore informative error message when running code compil...
2021-01-12 eazimiUnfoldingEvent class deifined
2021-01-12 eazimiConfiguration class defined
2021-01-12 eazimiudpor_global.hpp deifined
2021-01-12 Arnaud GierschReduce scope for variable (and shadow it by later decla...
2021-01-12 Arnaud GierschSearching before insertion is not necessary with std...
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-12 Arnaud GierschFix distcheck.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Augustin Degommesame thing elsewhere
2021-01-10 Augustin DegommeSometimes Fortran and CXX compilers are not the same...
2021-01-10 Martin QuinsonI slowly get bored of reading SMPI use cases that are...
2021-01-10 Martin QuinsonNew: s4u::Comm::get_dst_data()
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
2021-01-04 Ehsan AzimicreateUdporChecker() defined
2021-01-04 Ehsan AzimiUdporChecker class introduced
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
next