Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / include /
2020-01-15 Frederic Sutercleanups
2020-01-15 Frederic Suterfixedme
2020-01-10 Martin Quinsondocument Mailboxes in the new way
2020-01-10 Martin Quinsondocument the this_actor namespace in the new way
2020-01-10 Martin QuinsonKill a meaningless function: this_actor::resume()
2020-01-09 Frederic Suter[sonar] Don't mix public and private data members ...
2020-01-08 Arnaud GierschUse initialization list.
2020-01-08 Arnaud Giersch[sonar] asks for std::forward.
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 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-06 Arnaud GierschDrop never used macro XBT_UNREACHABLE.
2020-01-04 Martin Quinsondocument Mutex and Semaphores in the new way
2020-01-04 Martin Quinsondocument Barrier in the new way, and document the C...
2020-01-04 Martin Quinsonimprove the doc of condition variables
2020-01-04 Martin Quinsondocument ConditionVariables in the new way
2020-01-04 Arnaud GierschUse a std::unique_ptr, and remove custom destructor.
2020-01-04 Gabriel CoronaRevert changes about Task
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-03 Martin Quinsonvarious doc small fixups
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 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 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-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 GierschField is not used (and apparently has never been used).
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 Frederic Suter[sonar] initialization lists and co.
2019-12-22 Arnaud GierschKill dead code.
2019-12-22 Arnaud Giersch[sonar] This is still ot a forwarding reference.
2019-12-21 Arnaud GierschKill unused includes, and put the remaining ones at...
2019-12-20 Arnaud GierschFix prototype, and use boolean operators.
2019-12-20 Arnaud Giersch[sonar] "std::forward" should only be called on a forwa...
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-17 Frederic Sutersave a vector, kill a dynar!
2019-12-16 Frederic Sutercosmetics in kernel/resource
2019-12-16 Arnaud GierschMake mailbox matching functions return a bool.
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 parameter when calling MC_assert.
2019-12-12 Arnaud GierschBe consistent on the number of indirections.
2019-12-11 Augustin Degommeavoid warnings with SMPI + MC asserts
2019-12-10 Frederic Sutercosmetics and damn 32-bit fix
2019-12-10 Frederic SuterSIMIX_display_process_status becomes Global::display_al...
2019-12-10 Frederic Suternamespacing cleanups
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-12-09 Frederic Sutergive access to disk's read and write (nomimal) bandwidt...
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-05 Arnaud GierschQualifier "virtual" is redundant with "override".
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschAvoid non-standard statement expressions.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Julien EMMANUELFix link in Mutex doc
2019-12-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Augustin DegommeMerge branch 'master' into 'master'
2019-12-02 Frederic Sutermv version related things from config.h.in to version...
2019-12-02 Frederic Sutermove version.h from src/simgrid to include/simgrid
2019-12-01 Augustin Degommeoops, this bit wasn't meant to be reverted.
2019-12-01 Augustin Degommerename this macro.
2019-12-01 Augustin Degommepartial revert of e16e0233
2019-11-29 Fabien ChaixAdd missing constant definitions for Fortran
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Suterdepreacate SIMIX_process_on_exit
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutere_smx_state_t is now kernel::activity::State
2019-11-27 Frederic Suterdon't know why this was still a struct
2019-11-26 Augustin DegommeAvoid copying data if it comes from/to a shared buffer...
2019-11-24 Arnaud GierschParentheses around macro parameters.
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-22 Augustin Degommeadd calloc_intercept to avoid mistmatches.
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
next