Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Constify pointer and reference local variables in src/xbt/.
[simgrid.git] / include /
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'
2019-11-21 Augustin Degommeinclude smpi helpers definitions in smpi.h, to define...
2019-11-20 Arnaud GierschDefine simgrid::xbt::InitializationError (please Sonar).
2019-11-20 Arnaud GierschCleanup around simgrid::ParseError.
2019-11-20 Martin Quinsonrnd: cosmetics to ease the implem
2019-11-20 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-20 Yann DuplouyIntroducing choice between the standard library and...
2019-11-19 Augustin Degommeadd option "smpi/auto-shared-malloc-thresh"
2019-11-19 Martin Quinsonplug a memleak on parse error :)
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Augustin Degommefix fortran + ARM 64 bits.
2019-11-18 Martin QuinsonParse errors now raise a simgrid::ParseError that you...
2019-11-16 Martin Quinsonsmpi: many classes died tonight, but that will save...
2019-11-14 Martin Quinsondeprecate MSG_set_function, that seems useless since...
2019-11-12 Martin Quinsonfix make distcheck and useless cosmetics
2019-11-12 Martin Quinsonfix clang builds
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-12 Martin Quinsons4u::Actor: Merge signals on_migration_start/end into...
2019-11-12 Yann DuplouyFixes to xbt::random
2019-11-11 Frederic Suterdeprecate a couple of SIMIX functions
2019-11-11 Martin Quinsonfurther API doc improvement
2019-11-10 Martin QuinsonFix autodoxy warnings
2019-11-10 Martin QuinsonDocument the Actor with the new autodoxy extension...
2019-11-10 Martin Quinsontiny doc improvements
2019-11-10 Martin Quinsondocument sg_actor_start
2019-11-04 Arnaud GierschMinor cleanups.
2019-11-04 Frederic Suterdeprecate simcall_process_sleep and add some reminders...
2019-11-04 Frederic SuterC wrappers to set/get user data of the current actor
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-11-03 Martin Quinsonhide some cruft from the doc
2019-11-03 Frederic Suteruser data doesn't have to be stored at kernel level
2019-11-03 Frederic Sutermake s4u::File extendable
2019-11-02 Arnaud GierschAllow const parameter for sg_actor_data().
2019-11-02 Arnaud GierschRemove unused parameter 'free_ctn' for xbt_dict_set...
2019-11-02 Martin Quinsonstart documenting the C API in sphinx
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-30 Frederic Suteradd C interface to Actor::init and Actor::start
2019-10-28 Arnaud GierschMark deprecated virtual methods "final", and complete...
2019-10-26 Arnaud GierschKeep deprecated wrappers "virtual".
2019-10-24 Frederic Suteralmost useless old stuff... remove
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
2019-10-21 Yann DuplouyAdding the normal distribution
next