Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s4u filesystem: correctly update size of files when changed
[simgrid.git] / src / plugins / file_system / s4u_FileSystem.cpp
2022-08-09 Augustin Degommes4u filesystem: correctly update size of files when...
2022-08-09 Augustin Degommefilesystem, correctly update file size when seeking...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-03-16 Arnaud GierschMove simcall out of s4u::File destructor.
2022-03-16 Arnaud GierschUse s4u::File::open/close inside s4u::File too.
2022-03-16 Arnaud GierschProvide File::open with 3 arguments.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2021-10-27 SUTER Fredericadd File::open and File::close in FileSystem plugin
2021-10-01 SUTER Fredericmore include cleanups
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-24 Arnaud GierschFix a few warnings when building doc (mostly related...
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-10 Martin QuinsonDocument direct communications, deprecate Host::sendto...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-04 Arnaud Giersch[sonar] Pointer to const.
2021-02-04 Arnaud Giersch[fbinfer] Fix dead stores.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: clean file system plugin
2021-01-14 Arnaud GierschReduce code complexity.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-23 Arnaud GierschUse std::unique_ptr with std::ifstream.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschConst Disk*.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Arnaud GierschPrefer std::string for C++ API.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-03 Arnaud Giersch[sonar] Const etc. (round #3).
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-03 Arnaud Giersch[sonar] Declare functions "const" (round #2).
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/plugins/.
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
2020-03-04 Arnaud GierschRemove unused lambda capture.
2020-03-04 Arnaud GierschSimcall again, when updating content in s4u::File:...
2020-03-04 Arnaud GierschUse a simcall for s4u::File construction and destruction.
2020-03-04 Arnaud GierschModify object property in kernel mode.
2020-03-04 Arnaud GierschDuplicate assert (taken from FileSystemDiskExt::parse_c...
2020-03-03 Martin Quinsondie verbosely when the content of a filesystem is not...
2020-02-11 Martin Quinsondon't use deprecated functions
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-28 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Martin QuinsonVarious docs update
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-18 Frederic Sutercodefactor: reduce complexity in s4u_FileSystem.cpp
2019-12-11 Frederic SuterMerge branch 'master' into depencencies
2019-12-10 Augustin Degommefix issue with file unlinking
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-03 Frederic Sutermake s4u::File extendable
2019-11-02 Arnaud GierschRemove unused parameter 'free_ctn' for xbt_dict_set...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-27 Arnaud GierschFix warning: `content' may be used uninitialized.
2019-09-26 Frederic Suter[sonar] fix some bugs and smells related to disk addition
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-20 Frederic SuterMerge branch 'master' into disk
2019-09-19 Frederic SuterMerge branch 'master' into disk
2019-09-17 Frederic SuterMerge branch 'master' into disk
2019-09-16 Frederic Suterplease 32-bit
2019-09-16 Frederic Sutertake change of signal location into account
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-16 Frederic Suterallows for mount of remote disks in file system plugin
2019-09-12 Frederic Suteradd default values for disk properties in file system...
2019-09-12 Frederic Suterhandle special case of '/' as mount point
next