Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
FIXME is obsolete.
[simgrid.git] / src /
2019-04-24 Arnaud Giersch[sonar] Unused function parameters.
2019-04-24 Arnaud GierschCosmetics: conslidate TODO list.
2019-04-24 Arnaud GierschMany const to remove a mutable (TODO--).
2019-04-24 Arnaud GierschClear the 'on_exit' vector when the actor doesn't have...
2019-04-24 Arnaud GierschFix 'on_exit' preservation which failed when auto_resta...
2019-04-24 Arnaud GierschPreserve on_exit funcions between restarts.
2019-04-23 Arnaud GierschMove some includes where they are used.
2019-04-23 Arnaud Gierschdrand48 is not used anymore; stop using srand48.
2019-04-23 Arnaud GierschUse C++ random for tracing colors.
2019-04-23 Arnaud GierschSlight simplification.
2019-04-23 degommeUse what was previously added, and fix broken tests
2019-04-23 degommeIf size read is 0 (eof), don't initiate faulty comm...
2019-04-23 degommestorage : Allow to write inside a file without reducing...
2019-04-23 degommeMPI_File_get_size, MPI_File_get_amode, MPI_File_get_gro...
2019-04-19 Arnaud GierschComplete --help-logs.
2019-04-19 Arnaud GierschNew log appenders stdout and stderr. Use stdout for...
2019-04-19 Arnaud GierschFix default MPI_Barrier.
2019-04-19 Arnaud GierschRevise to fool cppcheck.
2019-04-19 Arnaud GierschFix build errors with gcc 5.4.0.
2019-04-19 Arnaud GierschUse default destructor for resource::Model.
2019-04-19 Arnaud GierschRemove empty functions
2019-04-19 Arnaud GierschUse std::unique_ptr to manage memory.
2019-04-19 degommeleaks --
2019-04-19 degommefix issue seen on 34f5b82ed231ecce .
2019-04-19 degommecheck for readonly flag before writing to a file.
2019-04-19 Martin Quinsonnope sonar, that's not commented code
2019-04-19 Martin Quinsonplease sonar
2019-04-19 Frederic Suterfix GH#133
2019-04-18 Augustin Degommeplease sonar
2019-04-18 Arnaud GierschUse std::vector instead of plain arrays in smpi_topo.
2019-04-18 Arnaud GierschRemove a level of indirection in sd::Global.
2019-04-18 Arnaud GierschTidy up mc/mc_unw a little.
2019-04-18 Arnaud GierschRemove custom destructors for instr/paje.
2019-04-18 Arnaud GierschRemove a level of indirection, and custom destructors...
2019-04-18 Arnaud GierschRemove custom destructors for s4u_Filesystem.
2019-04-18 Arnaud GierschRestore warning for unit-less values.
2019-04-18 Augustin Degomme32 bits insists of having some timestamps off by 1us...
2019-04-18 Augustin Degommebe cleaner with memory
2019-04-18 Augustin Degommeplease clang
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Augustin DegommeChange how we lock things up ...
2019-04-18 Augustin DegommeComment out a buggy line... Can't put a finger on what...
2019-04-18 Augustin Degommecleanups debug messages for read_all write_all
2019-04-18 Augustin Degommecleanups
2019-04-18 Arnaud GierschRevert "Inline Context::self()."
2019-04-18 Arnaud Giersch[sonar] Remove the use of "sprintf".
2019-04-18 Arnaud GierschDefine PropertyHolder::set_properties.
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-17 Augustin Degommechange verbosity of some messages, to ease testing
2019-04-17 Augustin Degommecomments about implem
2019-04-17 Arnaud Giersch[sonar] Remove custom destructors for surf/PropertyHolder.
2019-04-17 Augustin Degommemove everything to the implemented zone.
2019-04-17 Arnaud Giersch[sonar] Remove custom destructors for CpuTiProfile.
2019-04-17 Augustin DegommeMPI_File_read_shared, MPI_File_write_shared, MPI_File_r...
2019-04-17 Arnaud GierschUse std algorithm for binary search.
2019-04-17 Augustin DegommeMPI_File_set_info, MPI_File_get_info, MPI_File_get_position
2019-04-17 Arnaud GierschUseless smart pointer.
2019-04-17 Arnaud GierschCosmetics.
2019-04-17 Arnaud GierschTypo.
2019-04-17 Arnaud GierschUse the good interface.
2019-04-17 Arnaud GierschSmart pointer is not necessary for Actor::self.
2019-04-17 Arnaud GierschInline Context::self().
2019-04-17 Arnaud GierschUniformize get_impl(): const attribute, and return...
2019-04-17 Arnaud GierschMethods of simix::Global have direct access to their...
2019-04-17 Arnaud Giersch[sonar] clean_action() called from destructor should...
2019-04-17 Augustin DegommeRead_all, Write_all, Read_at_all, Write_at_all
2019-04-17 Augustin DegommeRead_at, Write, Write_at
2019-04-17 Augustin DegommeTest using macros for arguments checking, saves some...
2019-04-16 Arnaud GierschDon't make exception on timeout.
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for routing/Dragonfly...
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for surf/network_ib.
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for xbt_replay.
2019-04-15 degommeread, seek + init
2019-04-15 degommeDon't explode here, as flatifier may try exactly to...
2019-04-15 degommefrench comment --
2019-04-15 degommeAllow units in smpi factors.
2019-04-15 degommeAvoid returning uninitialized bytes in fortran processo...
2019-04-14 Augustin DegommeSkeleton for MPI_IO
2019-04-14 Augustin DegommeMPI_Count can be used in ops too.
2019-04-14 Augustin DegommeMPI_INFO_ENV ... Still does nothing for now
2019-04-14 Augustin DegommeMPI_Comm_get_info, MPI_Comm_set_info
2019-04-14 Augustin DegommeSupport MPI3 datatype MPI_Count
2019-04-13 Frederic Suterplease sonar: replace void* by unsigned char* for raw...
2019-04-13 Augustin Degommeyet another attempt to handle MPI special values in...
2019-04-12 Frederic Sutermove CPU models to kernel::resource too
2019-04-12 Frederic Sutercosmetic cleanups in network models
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-12 Frederic Sutercosmetics
2019-04-12 Arnaud GierschFix hash update.
2019-04-12 Frederic Suterstringify
2019-04-12 Arnaud GierschWith a std::map, entries are already sorted by their...
2019-04-12 Arnaud GierschRemove unnecessary "else"s.
2019-04-11 Arnaud GierschRestore environment variable used by StarPU.
2019-04-11 Arnaud GierschMemory leaks.
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-11 Frederic Sutersimplify this live migration stuff
2019-04-10 Arnaud GierschExclude overlapping portions of regions.
2019-04-10 Arnaud GierschSimplify deprecated function.
2019-04-09 Arnaud GierschA simcall seems superfluous here (+ constify).
next