Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / src /
2020-01-15 Frederic Sutercleanups
2020-01-14 Frederic Suterplug leak
2020-01-13 Frederic Suternamespace cosmetics
2020-01-13 Frederic Suter[sonar] Don't mix public/private data members
2020-01-10 Martin QuinsonKill a meaningless function: this_actor::resume()
2020-01-09 Arnaud GierschA simcall on Actor destruction doesn't make much sense.
2020-01-09 Arnaud GierschNoreturn annotations in contexts.
2020-01-09 Arnaud GierschPass large parameter by address.
2020-01-09 Arnaud GierschUse implicit string conversion.
2020-01-09 Frederic Suter[sonar] Don't mix public and private data members for...
2020-01-08 Arnaud Giersch[sonar] Use std::move with rvalue references.
2020-01-08 Arnaud GierschConst + simplification for jedule::Container::get_child...
2020-01-07 Arnaud GierschForgotten cleanups in includes.
2020-01-07 Arnaud GierschSimplify xbt:Backtrace.
2020-01-07 Arnaud GierschTest is redundant (already checked in xbt_dict_preinit).
2020-01-07 Frederic Suter[sonar] don't mix public/private data members
2020-01-07 Frederic Suter[sonar] don't mix public/private data members
2020-01-07 Frederic Suter[sonar] don't mix public/private issues in jedule
2020-01-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-06 Arnaud GierschDrop unused xbt dynar functions.
2020-01-06 Arnaud GierschDrop unused xbt dict functions.
2020-01-05 Arnaud GierschUse a std::unique_ptr.
2020-01-05 Arnaud GierschBoost 1.59 is required nowadays, remove support for...
2020-01-04 Arnaud GierschUse a std::unique_ptr, and remove custom destructor.
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-03 Arnaud Giersch[sonar] Make member variables "private".
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-29 Arnaud GierschSonar consts of the day.
2019-12-28 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-28 Arnaud Giersch[sonar] Constify pointer parameters in src/msg/.
2019-12-28 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-28 Arnaud Giersch[sonar] More const for pointer and reference local...
2019-12-28 Arnaud GierschCosmetics: use 's_xbt_mheap_t' instead of 'struct mdesc'.
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables in smpi::Comm too.
2019-12-27 Arnaud GierschUse type bool for boolean variables in smpi/colls/.
2019-12-27 Arnaud GierschUse type jboolean for boolean variables.
2019-12-27 Arnaud GierschUse type bool for boolean variables.
2019-12-27 Arnaud GierschField is not used (and apparently has never been used).
2019-12-27 Arnaud Giersch[sonar] Don't remove const qualification with cast.
2019-12-27 Arnaud Giersch[sonar] A few more const local pointers.
2019-12-26 Arnaud GierschRestore explicitely defined constructor (with empty...
2019-12-26 Arnaud GierschHost may be null (fix crash with logs).
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 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 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
next