Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fortran : allow use of C names for types
[simgrid.git] / src /
2020-05-27 Arnaud GierschRemove redundant blank lines (codefactor).
2020-05-27 Arnaud GierschMake smpif90 support SMPI_NO_UNDEFINED_CHECK too.
2020-05-26 Augustin DegommeSMPI : Allow to deactivate link-time definitions check...
2020-05-25 Martin QuinsonDon't use XBT_LOG macros within a function (thanks...
2020-05-25 Martin Quinsonlgtm: Add some missing header guards
2020-05-25 Martin QuinsonBetter explanations for the parameters of the decay...
2020-05-25 Martin QuinsonMC: inline a function
2020-05-14 Martin Quinsonfix ns3 builds
2020-05-14 Martin Quinsonremove an extraneous ';' that fools codacy
2020-05-14 Martin QuinsonMissing const marker
2020-05-14 Martin QuinsonSave the src_wifi_link and dst_wifi_link in a subclass...
2020-05-14 Martin Quinsonfix how wifi's host_rate is used in communicate()
2020-05-14 Martin Quinsonfix save src/dst
2020-05-14 Martin Quinsonremove the src and dst from the Link::on_communicate...
2020-05-14 Martin Quinsonsave the source and destination hosts in the NetworkAction
2020-05-14 Martin Quinsonstick to our coding standards: getters should have...
2020-05-13 Augustin Degommethird time's the charm. It was already done properly...
2020-05-13 Augustin Degommedisable on osx as -z is not supported there
2020-05-13 Augustin Degommeadd definitions check to link phase in SMPI (gh #342...
2020-05-10 Martin Quinsonsonar: also ignore S5271 for the examples in C++
2020-05-10 Martin QuinsonPlease the checkers (sonar, codacy)
2020-05-10 Martin Quinsondo not downcast activities to the wrong type just to...
2020-05-10 Martin QuinsonBetter fix for FG#50
2020-05-10 Martin QuinsonFix MC on FreeBSD
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
2020-05-10 Martin QuinsonMC: obey to the rule of 5 to please sonar
2020-05-10 Martin QuinsonFix MC+SMPI builds
2020-05-09 Martin QuinsonEnsure that suspending an actor running later in the...
2020-05-09 Martin Quinsoncosmetics
2020-05-09 Martin QuinsonMC: Further renamings
2020-05-07 Augustin Degommetry to print pointer correctly on sunos as well
2020-05-06 Martin QuinsonMC: actually remove the comm channel from RemoteClientM...
2020-05-06 Martin QuinsonMC: rename remote/RemoteClient -> remote/RemoteClientMe...
2020-05-06 Martin QuinsonMC: move a function around + cosmetics
2020-05-06 Martin QuinsonMC: inline a trivial function
2020-05-06 Martin QuinsonMC: rename remote/EventLoop into remote/CheckerSide
2020-05-06 Martin QuinsonMC: rename remote/Client into remote/AppSide
2020-05-06 Martin QuinsonThe return type of the sg_actor_on_exit() callbacks...
2020-05-06 Martin Quinsonthe on_exit() of each actor is also executed when the...
2020-05-06 Martin QuinsonExtra header needed by FreeBSD to know SIGCHILD
2020-05-06 Martin Quinsonsplit a piece of src/mc/ModelChecker.cpp into src/mc...
2020-05-06 Martin QuinsonMC: tiny code simplifications
2020-05-05 Martin Quinsonfurther simplify the MC initialization
2020-05-05 Martin Quinsonsimplify the MC initialization by using only one env...
2020-05-05 Martin QuinsonRemove a useless call in MC initialization
2020-04-30 Arnaud GierschUse const reference for std::string parameters.
2020-04-29 Arnaud GierschAlso check that the i/o operation didn't fail.
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Frederic Suteruse signals for smpi tracing of execs
2020-04-27 Frederic Suterrefactoring SMPI trace initialization
2020-04-27 Yann DuplouyTests whether the file could be opened and removes...
2020-04-27 Yann DuplouyNow returns true if the file could be opened
2020-04-27 Yann DuplouyTries to handle IO errors
2020-04-25 Frederic Suterremove redundant Link Type
2020-04-25 Frederic Suternamespacing cosmetics
2020-04-25 Frederic Sutermore lambdas
2020-04-24 Arnaud GierschKill obsolete option --cfg=contexts/parallel-threshold.
2020-04-24 Arnaud GierschMerge branch 'doc' into 'master'
2020-04-24 Sylvain LefebvreAdded Mailbox::set_receiver to python binding
2020-04-21 Frederic Suteradd the capacicity to modify links' latency and bandwidth
2020-04-21 Frederic Suterplease sonar
2020-04-20 Henri CasanovaTypo fix
2020-04-15 Yann DuplouyUnit test to check if the RNG state is written and...
2020-04-15 Yann DuplouyIt is now possible to read/write the RNG state in a...
2020-04-06 Frederic Suteruse signals on PajeEvent creation/destruction
2020-04-05 Frederic Suterstill fighting against this code
2020-04-05 Frederic Suteruseless morning cleanups
2020-04-02 Frederic Suteroops MSG_init() does more than simgrid_init()
2020-04-02 Frederic Suterreduce dependency on msg.h
2020-04-01 Arnaud GierschUse the object copied as operand for sizeof.
2020-04-01 Loic GueganAdd WIFI decay model along with tesh tests.
2020-04-01 Frederic Suterless MSG and less process
2020-04-01 Frederic Suteradd sg_actor_list() and sg_actor_count()
2020-03-30 Frederic Suterlast call to MSG_hosts_as_dynar -> deprecate !
2020-03-30 Frederic Suteruseless stuff: do not use MSG in java bindings when...
2020-03-30 Frederic Suteradd Mailox_listen_from
2020-03-30 Frederic Suterconvert get-sender test
2020-03-30 Frederic Suterfix Comm::get_sender()
2020-03-29 Frederic Suterthe extraction of the graph is a NetZone method
2020-03-29 Frederic Sutercpp-ify and simpifly functions used by graphicator
2020-03-29 Frederic Sutercosmetics
2020-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2020-03-27 Frederic Suternothing to do with instr ...
2020-03-27 Frederic Suterunused constant
2020-03-27 Frederic Suterno need to store a netpoint_ there
2020-03-27 Frederic Sutercosmetics
2020-03-27 Frederic Suteruse signals to trigger logging of Paje type definitions
2020-03-27 Frederic Sutersimplify: callbacks are only called is trace is enabled.
2020-03-27 Frederic Suteruse signals for instr::EntityValue display
2020-03-26 Martin QuinsonPlease PVS
2020-03-26 Frederic SuterSeparate trace file production from container management
2020-03-26 Frederic Suterplease sonar
2020-03-26 Frederic Sutercosmetics (tooooo many functions there)
2020-03-26 Frederic Suteruse signal to decouple instr from surf code
2020-03-26 Frederic SuterThis instrumentation module is a mess ...
2020-03-20 Augustin Degommefix copypaste issue
2020-03-19 Augustin Degommeadd libssh2 to exclusions to please manjaro
2020-03-16 Frederic Suteradd sg_comm_unref
2020-03-16 Frederic Suteradd sg_mailbox_put_init
2020-03-16 Frederic Suteradd sg_comm_detach with cleaning function
next