Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Constify pointer and reference local variables in src/simdag/.
[simgrid.git] / src /
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud GierschKill no-op.
2019-12-23 Arnaud GierschDefault ctor is good enough.
2019-12-23 Arnaud GierschUnused code.
2019-12-23 Arnaud GierschSmall cleanups in parmap.hpp.
2019-12-23 Martin QuinsonVarious docs update
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Arnaud GierschCosmetics: use empty parentheses for new std::container.
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-22 Arnaud GierschKill useless field 'parallel_' in context factories.
2019-12-22 Arnaud GierschObey coding standard for the field names in mc:State.
2019-12-22 Arnaud GierschEnsure xbt_new0 is called with a size > 0.
2019-12-22 Arnaud GierschKill dead code.
2019-12-21 Arnaud GierschKill unused includes, and put the remaining ones at...
2019-12-21 Arnaud Giersch[sonar] Use a RAII idiom instead of calling lock()...
2019-12-20 Arnaud GierschEnsure malloc is not called with a size of 0.
2019-12-20 Arnaud Giersch[sonar] Fix casts to pointer type without const qualifier.
2019-12-20 Arnaud GierschFix prototype, and use boolean operators.
2019-12-20 Arnaud Giersch[sonar] A single statement should not have more than...
2019-12-19 Martin QuinsonLet all smpi wrapper obey the VERBOSE variable
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-12-18 Frederic Sutercodefactor: reduce complexity in s4u_FileSystem.cpp
2019-12-18 Martin Quinsonfix SimGrid-FMI
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-12-18 Frederic Sutercodefactor: fix use len(Seq) to determine Seq is empty...
2019-12-18 Frederic Sutercodefactor: fix unnecessary else after return maintaina...
2019-12-17 Frederic Sutersave a vector, kill a dynar!
2019-12-17 Frederic Suteranother bunch of cleanups
2019-12-16 Frederic Sutercosmetics in kernel/resource
2019-12-16 Arnaud GierschReduce code duplication.
2019-12-16 Arnaud GierschMake mailbox matching functions return a bool.
2019-12-16 Frederic Suterremove an instance of namespace surf
2019-12-16 Frederic Sutermornign cleanups
2019-12-13 Frederic Suteryet another bunch of cleanups
2019-12-13 Frederic Suterend the implementation of Io::test with a new simcall
2019-12-13 Frederic Suteradd waitfor of Io too
2019-12-12 Frederic Sutercleanups after introduction of Exec::wait_for(timeout)
2019-12-12 Frederic Suterimplement Exec::wait_for()
2019-12-12 Arnaud GierschFix refcounting of smpi::Errhandler.
2019-12-12 Arnaud GierschFix refcounting of smpi::Info.
2019-12-12 Arnaud GierschLink Topo and Comm in both directions, and fix memory...
2019-12-12 Arnaud Giersch[sonar] Unused parameters.
2019-12-10 Augustin Degommeactivate tests.
2019-12-10 Augustin Degommeget rid of CHECK_FLAGS which was not correct.
2019-12-10 Augustin Degomme"Implement" MPI_File_set_view, MPI_File_get_view.
2019-12-10 Augustin Degommeagain with status
2019-12-10 Augustin Degommeappend / to mountpoint when generated
2019-12-10 Augustin DegommeMPI_STATUS_IGNORE = null, actually.
2019-12-10 Augustin DegommeAllow to use non absolute path in MPI IO.
2019-12-10 Augustin DegommeSMPI-io : check that files are not read when write...
2019-12-10 Augustin Degommefix issue with file unlinking
2019-12-10 Frederic Sutercosmetics and damn 32-bit fix
2019-12-10 Frederic Suteran enum class of size of 2 is a well named bool
2019-12-10 Frederic SuterSIMIX_display_process_status becomes Global::display_al...
2019-12-10 Frederic Sutera few process to actor changes
2019-12-10 Frederic Suternamespacing cleanups
2019-12-10 Augustin Degommeplease sonar and codefactor
2019-12-10 Augustin Degommeplease sonar
2019-12-10 Augustin Degommeinput sanitization continued.
2019-12-09 Augustin DegommeUnify input checking using shared macros. Avoid repeati...
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-12-09 Augustin Degommeplease codefactor
2019-12-09 Augustin DegommeAdd more macros for input validation for colls.
2019-12-09 Frederic Sutergive access to disk's read and write (nomimal) bandwidt...
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-12-09 Augustin DegommeUse CHECK_ARGS for more collectives.
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-06 Augustin Degommestill some missing includes.
2019-12-06 Frederic Suterinclude version.h for python bindings too
2019-12-06 Frederic Suteradd missing include for smpi_options
2019-12-06 Frederic Suteradd missing include for smpi_options
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Augustin Degommesmpi_init_options needs to be public
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Arnaud GierschHAVE_SMPI is always defined (maybe to 0).
2019-12-05 Arnaud GierschReplace non-breaking spaces.
2019-12-05 Arnaud Giersch[cpplint] Omit template arguments for make_pair.
2019-12-05 Arnaud GierschQualifier "virtual" is redundant with "override".
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschAvoid division by zero.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschDeclare variables and allocate memory when needed ...
2019-12-05 Arnaud GierschReindent.
2019-12-05 Arnaud GierschFix memory leak.
2019-12-05 Arnaud GierschFactor code to get and resize temporary shared mem...
2019-12-05 Arnaud GierschUnused variables.
2019-12-05 Arnaud GierschMissing include.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Augustin Degommefix build with MC + no SMPI
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin Degomme...
2019-12-04 Augustin Degommeneed to initialize here also for osx and co.
2019-12-04 Augustin Degommehelp mc initialize smpi options.
2019-12-04 Augustin Degommefix MC build
2019-12-04 Augustin Degommeleak--
next