Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
RegionSnap: only use pointers to regions for sake of simplicity
[simgrid.git] / src /
2019-05-22 Martin QuinsonRegionSnap: only use pointers to regions for sake of...
2019-05-22 Martin Quinsonmc: privatized regions now use a vector of pointers...
2019-05-22 Martin Quinsonmc: some snake_casing on the way
2019-05-22 Martin Quinsonmc: that FIXME was easy to fix :)
2019-05-22 Augustin Degommedeactivate clock_gettime on SunOS, as it does not work...
2019-05-21 Arnaud GierschSave worker's context directly in TLS.
2019-05-20 Martin Quinsong++ needs this include but not clang
2019-05-20 Martin QuinsonAhem. You mean I need to actually compile with MC after...
2019-05-20 Martin Quinsonmc: move some files related to ELF, DWARF or unwind...
2019-05-19 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-19 Frederic Suterplease sonar, pass parameters to lambda
2019-05-18 Martin Quinsonmc::Snapshot: various cleanups and refactoring
2019-05-18 Martin Quinsonsosp: cosmetics
2019-05-18 Arnaud GierschUse known PYTHON_EXECUTABLE.
2019-05-18 Arnaud GierschDeobfuscation.
2019-05-18 Martin QuinsonFinish the conversion to python of the hostfile generation
2019-05-17 Martin Quinsonsmpirun: use a python chunk to generate missing hostfiles
2019-05-17 Martin Quinsonsonar: explict
2019-05-17 Martin Quinsonsmall doc improvement
2019-05-17 Arnaud GierschLet the exception flow.
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Arnaud GierschDon't take buffer on stack, 4M may be too big.
2019-05-16 Arnaud GierschCopy the values of {C,CXX,F}FLAGS into smpi{cc,cxx...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-05-16 Martin QuinsonUse addr2line as a fallback for stacktraces when backtr...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Martin Quinsonmc: tiny simplifications and cosmetics (even some snake...
2019-05-16 Martin Quinsonmc: inline two functions
2019-05-16 Martin Quinsonmc: useless cleanups
2019-05-16 Martin Quinsonmc::Buffer: no need for mmap type now that KSM is gone
2019-05-16 Martin Quinsonmc: kill model-check/ksm option. Was not activated...
2019-05-15 Augustin Degommesay mmap is not ready for privatization in SunOS.
2019-05-15 Martin Quinsonmc: simplification: do not repeat information in parameters
2019-05-15 Martin Quinsonmc: Kill a C type and use the C++ one
2019-05-15 Martin Quinsonmc/compare: reduce the scope of some variables
2019-05-15 Martin QuinsonRemove option 'model-check/record': paths are recorded...
2019-05-15 Martin Quinson[mc] enable model-check/record by default, and cosmetics
2019-05-14 Arnaud GierschGet rid of "local" keyword for sh.
2019-05-14 Arnaud GierschFix PMPI_Error_string.
2019-05-14 Arnaud GierschSpecialize return types.
2019-05-14 Arnaud GierschSnake case.
2019-05-14 Arnaud GierschAdd "override" specifier.
2019-05-14 Augustin Degommereplace useless strncpy by a memcpy
2019-05-14 Millian Poquet[doc] fix warnings, cosmetics
2019-05-14 Martin Quinsonmake sure that xbt/memory_map can be used out of simgrid
2019-05-14 Augustin DegommeOn some systems, sqrt(int) is not defined properly...
2019-05-14 Augustin Degommeadd some debug messages to MPI_Testany
2019-05-14 Augustin Degommebefore matching message sent with MPI_ANY_SOURCE, check...
2019-05-14 Augustin DegommeDon't use positive tags for internal messages.
2019-05-14 Millian Poquet[mc] do not ignore MC_ASSERT in replay mode
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-05-06 Arnaud GierschMissing explicit.
2019-05-06 Arnaud GierschKill useless hack (and its union).
2019-05-06 Arnaud GierschUse aligned storage and remove usage of union.
2019-05-06 Arnaud GierschFix a FIXME.
2019-05-06 Arnaud GierschChange two dynars (maybe more).
2019-05-05 Martin Quinsoninclude a header we use
2019-05-03 Arnaud GierschMore Sonar smells around "noreturn".
2019-05-03 Arnaud Giersch[sonar] Rename shadowing local variables.
2019-05-03 Arnaud Giersch[sonar] Extract assignments from expressions.
2019-05-03 Arnaud Giersch[sonar] Assert that pointer is not null.
2019-05-03 Arnaud GierschRename fields to follow coding syle and unshadow from...
2019-05-03 Arnaud GierschKill never implemented option "model-check/snapshot_fds".
2019-05-03 Arnaud Giersch[sonar] Add attribute "noreturn" to non-returning funct...
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-05-03 Augustin Degommeplease sonar by handling properly pointers in unimpleme...
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
2019-05-01 Augustin Degommeget out before dereferencing null pointer in this case
2019-04-30 Augustin Degommecleanup split_type to avoid leaks.
2019-04-30 Augustin Degommecleanup dup_with_info to avoid leaking in some cases
2019-04-30 Arnaud Giersch[sonar] Use unsigned char* for smpi buffers.
2019-04-30 Arnaud GierschChange malloc/free to new/delete.
2019-04-30 Arnaud GierschUse C++ memory operators for smpi buffers.
2019-04-29 Arnaud GierschConst for MPI_Type_struct and MPI_Type_hindexed.
2019-04-29 Arnaud GierschConstify third parameter of smpi::Op::apply, and save...
2019-04-29 Arnaud GierschRemove another bunch of const_casts.
2019-04-29 Arnaud GierschRename some variables for consistency.
2019-04-29 Arnaud GierschGet rid of const_casts in pmpi_coll.
2019-04-27 Arnaud GierschMPI_Address gets const too.
2019-04-26 Augustin DegommeMPI_Comm_dup_with_info
2019-04-26 Augustin Degommesome forgotten consts
2019-04-26 Augustin Degomme(painfully) constify colls.
2019-04-26 Augustin Degommeconstify MPI_Win*
2019-04-26 Augustin Degommeconstify MPI_Request*
2019-04-26 Augustin Degommeconstify MPI_Datatype*
2019-04-26 Augustin Degommeconstify MPI_Topo*
2019-04-26 Augustin Degommeconstify MPI_File*
2019-04-26 Augustin Degommeconstify MPI_Group*
2019-04-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-26 degommeMPI3 changed MPI interface to use const everywhere...
2019-04-26 degommeadd some unimplemented signatures.
2019-04-25 Arnaud GierschFix again FG #11 (mixing daemonize and auto-restart).
2019-04-24 Arnaud GierschCheck result of lseek.
2019-04-24 Arnaud GierschFile "sampi.h" is already included here.
2019-04-24 Arnaud GierschField seems unused since 10 years at least.
next