Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add -gdb and -lldb shortcuts to smpirun
[simgrid.git] / include /
2019-03-28 degommeTest of an MPI_Ibarrier implementation.
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschTidy SIMIX_process on_exit callbacks.
2019-03-22 Arnaud GierschRemove now unused xbt_str_join_array().
2019-03-21 Arnaud GierschUse more vector and strings for xbt_log.
2019-03-19 Arnaud GierschDisallow direct destruction of Mailbox (make dtor private).
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-18 Arnaud GierschUnhide non-deprecated declaration.
2019-03-17 Martin Quinsontry to fix windows builds
2019-03-17 Martin Quinsonpython: exec-async and exec-remote examples
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschInline methods of simgrid::kernel::Resource.
2019-03-14 Arnaud GierschTidying simix::Timer.
2019-03-14 Arnaud GierschDefine move-assignment and delete copy-assignment opera...
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-12 Arnaud GierschClang is picky.
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Arnaud GierschIIUC return std::move(...) is discouraged.
2019-03-12 Arnaud GierschReferences++.
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-12 Frederic Sutermark old MSG functions as deprecated
2019-03-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-11 Arnaud GierschDeprecated functions are still used by StarPU. Postpone...
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-11 Arnaud GierschConstify.
2019-03-08 Arnaud GierschPut XBT_ATTRIB_DEPRECATED at proper place.
2019-03-08 Arnaud GierschUse references for callback parameters of on_exit().
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-08 Arnaud GierschRemove duplicated but unused forward declarations.
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-06 Arnaud GierschSometimes 'free' is not a member of 'std'.
2019-03-06 Arnaud GierschAdd exception specification for xbt_free_f.
2019-03-06 Arnaud GierschMissing include.
2019-03-06 Arnaud Giersch[sonar] Use std::function.
2019-03-06 Arnaud GierschDeprecate some functions.
2019-03-06 Frederic Suterplease sonar
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-03-05 Frederic Suterplease clang
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Arnaud GierschField is initialized by constructor.
2019-03-05 Martin Quinsonthose pimpl are actually never null, stop fooling sonar
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-05 Martin Quinsondon't let sonar think that pimpl_ can be null
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Frederic Sutersnake case this bool
2019-03-01 Arnaud GierschUse Rvalue references for exception constructors.
2019-03-01 Arnaud GierschStop setting random seed at initialization.
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-28 Arnaud GierschMake capture list explicit.
2019-02-28 Arnaud GierschUse default initialization.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschMethod is redundant with base class.
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
2019-02-25 Arnaud GierschKill now unused functions SIMIX_mutex_{un}ref.
2019-02-25 Arnaud GierschConvert last call to SIMIX_mutex_unref.
2019-02-25 Frederic Suterend objectification of MSG tasks
2019-02-25 Frederic Sutermv counter from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv data from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv category from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermove name from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Suterobjectify simdata_task_t
2019-02-23 Frederic Suterplease sonar
2019-02-22 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-02-22 Frederic Sutermake destructor public
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-20 Frederic Suterdamned picky clang
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutersave a cast
2019-02-20 Frederic Sutercleanups and uniformization in Activity headers
2019-02-20 degommeChange the syntax of SMPI_SAMPLE_* macros.
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_waitany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_testany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall io_wait.
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-19 Martin Quinsontiny doc improvement
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-18 Frederic Suteradd a StorageFailureException
2019-02-18 Frederic Suterobjectify simix timers.
2019-02-16 Frederic Suteradd support for CancelException
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-13 Frederic SuterObjectify Semaphore kernel counterpart
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschAvoid unnecessary copy of parameters for parallel_execute.
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic Suterkeep a return value for MSG_process_sleep
2019-02-12 Frederic Sutera bug notified on July 28, 2014 is finally solved \o/
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-11 Arnaud GierschDeprecate an unused function.
next