Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove declarations for never used signal slots.
[simgrid.git] / src / plugins / file_system /
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-02-13 Arnaud GierschChange some calls to get_cname to calls to get_name.
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-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-04 Martin QuinsonDeprecate the C API of parallel_execute
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-29 Arnaud GierschFix some doxygen warnings.
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-23 Martin Quinsonsnake_case s4u::Host and improve doc
2018-06-06 Frederic Sutersnake case storage
2018-05-15 Frederic Sutercleanups in Storage-related signals
2018-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-12 Martin Quinsonsnake_case the s4u::Host signals
2018-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-08 Frederic Sutersnake_casing file system plugin
2018-05-07 Frederic Suterthis parameter belongs to the plugin
2018-04-04 Martin Quinsonreduce the amount of included headers
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-12-01 Frederic Sutermy special: empty statements
2017-11-30 Frederic Suteruse XBT_PULIC_CLASS here too
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Arnaud GierschHopefully fix build on appveyor (mingw).
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Frederic Suterthe plugin is now complete \o/
2017-11-30 Frederic Suterremote copy and move in the plugin
2017-11-30 Frederic Suteradd missing include for std::iota
2017-11-30 Frederic SuterMSG_file_open/close now are in the plugin
2017-11-30 Frederic Suterextend the plugin public interface
2017-11-30 Frederic Suter(hopefully) finalize pluginifaction of pseudo file...