Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / include /
2023-07-10 Fred SuterMerge remote-tracking branch 'origin/master' into jbod
2023-07-10 Fred Suteradding a JBOD concept
2023-07-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-10 Martin QuinsonNew example: activityset-waitallfor
2023-07-10 Martin QuinsonConvert an example to the new activity sets
2023-07-09 Martin QuinsonConvert 2 examples from Activity::wait_any to ActivitySet
2023-07-09 Martin QuinsonImplement ActivitySet
2023-07-07 Arnaud GierschNo clang-format for auto-generated files.
2023-06-29 Martin QuinsonMerge branch 'master' into 'master'
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-29 Arnaud GierschMake member variables "private" (Sonar).
2023-06-28 Arnaud GierschMove signals "on_(this_)start" and methods "fire_on_...
2023-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-27 Arnaud GierschCorrect warning message, and update comments.
2023-06-27 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v339.
2023-06-27 Arnaud GierschRemove deprecated features for next release (3.35).
2023-06-26 Arnaud GierschRemove deprecated features for the new next release...
2023-06-26 Fred Suteradd missing copyright notes v3.34
2023-06-26 Martin QuinsonRevert "Remove deprecated features for the new next...
2023-06-26 Arnaud GierschRemove deprecated features for the new next release...
2023-06-26 Martin QuinsonSince we skip a release, use XBT_ATTRIB_DEPRECATED_v338...
2023-06-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-21 Fred Suterrename enqueue_execs into enqueue_firings
2023-06-21 Fred Suter[sonar] make signals private
2023-06-21 Fred Sutercleanups and refactoring in s4u::Task
2023-06-20 Fred SuterMove Tasks from a plugin to s4u
2023-06-20 Fred SuterMerge branch 'task-token' into 'master'
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Martin QuinsonFix the liveness tests by ignoring the Comm ID memory...
2023-06-15 Fred Suteradd a get_unique_data to Extendable and test it in...
2023-06-15 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Fred Suteradd a get_unique_data to Extendable and test it in...
2023-06-15 Adrien Gougeonadd simgrid::plugins::Token. switch from get_tokens...
2023-06-14 Adrien Gougeonrename get_tokens to get_next_execution_tokens
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentFix missing fortran import
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentAdd function call and full location in checker-side...
2023-06-12 Adrien Gougeontask can now pass tokens (void*) to other tasks. add...
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 Arnaud GierschConnect the right signal.
2023-06-07 Arnaud GierschDeclare functions "const" (sonar).
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschPostpone the destruction of Task::current_activity_.
2023-06-06 Arnaud GierschVarious cleanups in Task plugin.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Arnaud GierschCosmetics: whitespace cleanup (codefactor.io).
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-04 Fred Suteradd Comm::on_this_send and Comm::on_this_recv
2023-06-04 Fred Suter[no-ci] indicate which methods and signals are static...
2023-06-02 Fred Suter[no-ci] precise which methods of the Actor class are...
2023-06-02 Adrien Gougeonrename operation to task. rename execute to fire.
2023-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-05-31 Fred Suter add on_this_veto signal to Activities
2023-05-31 Fred Suter add on_this_[suspend,resume] signals to Activities
2023-05-31 Fred Suter add on_this_completion signal to Activities
2023-05-31 Fred Suter add on_this_start signal to Activities
2023-05-31 Fred Suterimprove comment
2023-05-31 Martin QuinsonMerge branch 'operation-python' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-31 Fred Sutermove on_start and on_completion from CommImpl to Comm
2023-05-30 Adrien Gougeonadd python bindings for operations
2023-05-24 Arnaud GierschFix some sonar issues in includes, after upgrade to...
2023-05-24 Fred Suteradd accessors
2023-05-24 Martin QuinsonSpecialize the Activity on_veto, on_suspend and on_resu...
2023-05-23 Martin QuinsonHide a bit an internal method (make it protected)
2023-05-23 Martin Quinsoneasy cleanup
2023-05-23 Martin QuinsonGive the on_this_ variant to all VM signals
2023-05-23 Martin QuinsonRename Resource::on_state_change to Resource::on_onoff...
2023-05-23 Martin QuinsonUse the right version for the deprecate macro
2023-05-23 Martin QuinsonGive the _this_ variants to the Link signals
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Martin QuinsonVarious cleanups in the Host signals
2023-05-23 Arnaud GierschUse C++17 features: std::scoped_lock and structured...
2023-05-23 Arnaud GierschUse the "_t" and "_v" version of type traits.
2023-05-23 Arnaud GierschCompact namespaces.
2023-05-23 Fred Suteradd Io operations and an example
2023-05-23 Fred Suteranother try to please clang
2023-05-23 Fred Suterallow operation to execute more than one function at...
2023-05-22 Fred Suteradd missing override
2023-05-22 Fred Suterhave a on_completion per activity type to save users...
2023-05-22 Martin QuinsonAdd instance signals for all Disk signals
2023-05-22 Martin QuinsonAdd instance signals for all Actor signals
2023-05-22 Fred Suterallow to set tracing category in STARTING state
2023-05-16 Adrien Gougeonadd photovoltaic plugin
2023-05-12 Arnaud GierschCosmetics.
2023-05-11 Fred Suteradd two more utility functions to the Operation plugin
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-10 Martin QuinsonMerge branch 'dag-lab' into 'master'
next