Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 Arnaud GierschComplete list of closed bugs.
2019-05-16 Arnaud GierschCorrectly split os/ver on redhat-like.
2019-05-16 Martin QuinsonMerge branch 'cmake-no-pybind11-search-if-explicitly...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Arnaud GierschMove install(TARGETS) in its proper directory.
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Arnaud GierschFix make dist / distcheck.
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Millian Poquet[cmake] no search for pybind11 if explicitly off
2019-05-16 Arnaud GierschDisable bogus warning.
2019-05-16 Arnaud GierschDon't install empty doc/html/.
2019-05-16 Arnaud GierschAllow binary to be stripped with install/strip.
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 Arnaud GierschDisable LTO for pybind11 too when enable_lto=off.
2019-05-16 Arnaud GierschClose simgrid/simgrid#7 (FramaGit).
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 Augustin Degommefix mess with quotes
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 Quinsoncmake: do not build the documentation by default
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-15 Arnaud GierschFix new/delete mismatch.
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 Degommewarnings-=2
2019-05-14 Augustin Degommereplace useless strncpy by a memcpy
2019-05-14 Millian Poquet[doc] fix another doxygen friendliness issue
2019-05-14 Millian Poquet[doc] fix links (URL, internal ref + duplication)
2019-05-14 Millian Poquet[doc] trailing space cosmetics
2019-05-14 Millian Poquet[doc] fix warnings, cosmetics
2019-05-14 Millian Poquet[doc] fix warnings, cosmetics
2019-05-14 Martin Quinsonfix some errors and warnings in the doc generation
2019-05-14 Augustin Degommelet's pretend that sunOS supports privatization (no...
2019-05-14 Martin QuinsonA first example with MC and S4U together
2019-05-14 Martin Quinsondocker: fix the build of images for simgrid stable
2019-05-14 Martin Quinsondocker: remove useless packages from tuto-mc
2019-05-14 Martin Quinsona dockerfile for a wanna be MC tutorial
2019-05-14 Martin Quinsonsonar: silence a rule on python code
2019-05-14 Martin Quinsonmake sure that xbt/memory_map can be used out of simgrid
2019-05-14 Augustin Degommeadd sorting to project description
2019-05-14 Augustin Degommeapparently sunos illumos make/dmake does not like make...
2019-05-14 Augustin Degomme--quiet long version is not supported on sunos
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-09 Arnaud GierschEnable some more test with memcheck, but with disabled...
2019-05-09 Arnaud GierschTesh files: kill obsolete variables SG_TEST_EXENV and...
2019-05-07 Arnaud GierschUse "exec" so that failures are correclty reported...
2019-05-07 Arnaud GierschEnsure the task is correctly destroyed when the host...
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-05-06 Arnaud GierschMissing explicit.
2019-05-06 Arnaud GierschTypos.
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 GierschKill unused static function.
2019-05-06 Arnaud Giersch[sonar] Remove void* from function parameters.
2019-05-06 Arnaud GierschChange two dynars (maybe more).
2019-05-06 Martin Quinsoncontinue the devel of the future 3.23 release
2019-05-06 Martin Quinsonon the way for 3.22.2 v3.22.2
2019-05-05 Martin Quinsoninclude a header we use
2019-05-03 Arnaud Giersch[sonar] Catch a more specific exception.
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] Extract nested conditionals.
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 GierschChange condition for infinite loops (make sonar believe...
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-05-01 Augustin Degommeforgot to push test for write_at_all and read_at_all
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.
next