Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-11-11 Martin Quinsonplease sonar: kill an unused type and reduce the visibi...
2018-11-07 Arnaud GierschFix distcheck.
2018-11-07 Arnaud GierschCosmetics.
2018-11-07 Martin QuinsonMerge pull request #309 from mpoquet/generate-pkg-config
2018-11-07 Millian Poquet[cmake] generate/install a pkg-config simgrid.pc
2018-11-06 Augustin Degommefix gcc 9 warnings. Have to check if the std::move...
2018-11-04 Martin Quinsonthese archaic callbacks are not used anymore, so kill...
2018-11-04 Martin Quinsonsimplify MSG process creation/destruction
2018-11-04 Martin QuinsonNote that this easy task is actually impssible as is
2018-11-04 Martin QuinsonDeprecate the C API of parallel_execute
2018-11-04 Martin Quinsonplug a memleak
2018-11-03 Augustin Degommetry to have mc work with freebsd 12 and flang
2018-11-03 Martin Quinsonfinish objectifying the backtraces
2018-11-02 Arnaud GierschUse $() instead of backticks and remove useless use...
2018-11-02 Arnaud GierschCopy constructor and assignment operators are implicite...
2018-11-01 Arnaud GierschUse libunwind-generic instead of specific libunwind...
2018-10-29 Martin QuinsonFix build without stacktrace_backtrace
2018-10-29 Martin Quinsonreplace our own crude code with Boost.stacktrace
2018-10-29 Augustin Degommeadd libboost_stacktrace_backtrace to excludes
2018-10-29 Martin Quinsonprovide a backtrace implementation that uses boost...
2018-10-29 Martin QuinsonHide the backtrace implementation in a private pimpl
2018-10-29 Martin QuinsonBuildSimGrid.sh: Try to install the lib if possible
2018-10-29 Martin Quinsoncmake: rewrite the detection of boost optional componen...
2018-10-28 Arnaud GierschWorkaround bug in Intel-C.cmake.
2018-10-28 Arnaud GierschAvoid bleeding edge ‘for’ loop initial declarations.
2018-10-28 Arnaud GierschKill obsolete config test programs.
2018-10-28 Arnaud GierschRemove obsolete exclusions.
2018-10-28 Arnaud GierschUdpate .mailmap.
2018-10-28 Martin Quinsontravis: this format is hard to read and I'm stupid...
2018-10-28 Martin Quinsontravis: Display full cmake logs on error
2018-10-27 Martin QuinsonHide the content of a simgrid::xbt::Backtrace and inlin...
2018-10-27 Martin QuinsonSimplify how we check for C++11 and friends
2018-10-27 Martin QuinsonFindSimGrid: Make sure our headers are compiled with...
2018-10-27 Martin Quinsontry to please sonar on this ugly code
2018-10-27 Martin Quinsonbacktrace: factorize the function headers between the...
2018-10-27 Martin Quinsondocs: fix all examples of git clone to use https
2018-10-27 Martin Quinsonbacktrace: fix various portability issues I just introduced
2018-10-27 Martin Quinsonthese portability bits should be useless
2018-10-27 Martin Quinsoninline two C files that were included (gosh)
2018-10-27 Martin Quinsonbacktrace: kill two unused functions
2018-10-27 Martin Quinsoninline an include file. Not used from C anymore
2018-10-27 Martin Quinsoncosmetics around backtraces
2018-10-27 Martin Quinsonremove an obsolete file
2018-10-27 Martin QuinsonRevert "[smpi] use maps on actor to use one buffer...
2018-10-27 Martin QuinsonRevert "Fix multiple memleaks in the replay of multiple...
2018-10-27 Martin Quinsonignore more examples' binaries
2018-10-26 Martin Quinsoncosmetics, sorry for the noise
2018-10-26 Martin QuinsonTuto algo: say how to specify where SimGrid is installed
2018-10-26 Martin QuinsonMPI tuto: use the https version of git repos
2018-10-25 Millian Poquet[examples] smpi-replay-mm: free -> xbt_free
2018-10-25 Millian PoquetMerge branch 'smpi-replay-mm-robustness'
2018-10-25 Millian Poquet[examples] smpi-replay-mm: sleep(1) at job end
2018-10-25 Millian Poquet[examples] smpi-replay-mm: fix output sort
2018-10-25 Millian Poquet[examples] smpi-replay-mm: align actors' name
2018-10-24 Martin Quinsondocs: Fix broken links, bummer
2018-10-24 Martin Quinsonupdate the releasing procedure to align with the new...
2018-10-24 Martin Quinsondocker smpi tuto: we need libboost-all-dev for replay.cpp
2018-10-24 Martin Quinsondocs: user-friendly URLs
2018-10-24 Martin QuinsonFix multiple memleaks in the replay of multiple SMPI...
2018-10-24 Martin Quinsontravis: try to use the addon to install homebrew packages
2018-10-24 Martin Quinsonfix some doxygen errors
2018-10-24 Martin Quinsondocs: Rewrite the intro of platform description
2018-10-23 Millian Poquet[examples] smpi-replay-mmd: hack--, memleak++
2018-10-22 Millian Poquet[examples] smpi-replay-mmd: (ugly) memory clean-up
2018-10-19 Martin QuinsonMerge branch 'fix-multi-smpi-buffer-double-free' into...
2018-10-18 Martin QuinsonTODO--
2018-10-18 MERCIER Michael[smpi] use maps on actor to use one buffer for each
2018-10-17 Martin QuinsonSanitize the API of this_actor::parallel_execute()
2018-10-17 Martin QuinsonHide ugly things from the doc
2018-10-17 Martin Quinsondocs: document <config>
2018-10-16 Martin Quinsondocs: fix broken links
2018-10-16 Martin Quinsondocs: new section on M&S hints
2018-10-16 Martin Quinsonremove my config files from the git. Not sure it ever...
2018-10-16 Martin Quinsonanother thing that SMPI cannot do yet
2018-10-16 Martin QuinsonCOPYING: move our homepage to framagit
2018-10-16 Millian Poquet[examples] smpi-replay-mmd: static + cleanup
2018-10-16 Millian Poquet[doc] SMPI_app_instance_register: improve doxygen
2018-10-16 Millian Poquet[examples] smpi-replay-mmd: sayonara MSG
2018-10-16 Arnaud GierschDisable mmap on kFreeBSD too.
2018-10-16 Arnaud GierschSendfile may be unimplemented. Try again when it retur...
2018-10-16 Arnaud GierschFix build on Debian/kFreeBSD.
2018-10-15 Augustin Degommehave description use current build and not latest one...
2018-10-15 Martin Quinsonforbid cabinet in inner zones
2018-10-15 Martin Quinsonautomatically regenerate these files
2018-10-15 Martin QuinsonFurther hack the XML parser to accept the old DTD location
2018-10-15 Martin Quinsondocker tuto-s4u: Add an empty makefile advising to...
2018-10-15 Martin Quinsontuto s4u: adapt text to the actual docker content
2018-10-15 Martin Quinsons4u tuto: make it clear that you have to run cmake...
2018-10-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-14 Martin QuinsonRegenerate with the lastest Flex
2018-10-14 Martin Quinsonstart rewriting the platform documentation
2018-10-14 Martin Quinsonmove the DTD file from gforge to our own homepage
2018-10-14 Martin Quinsoncosmetic so that it can be displayed in doc
2018-10-13 Arnaud GierschUse PRIdMAX instead of %jd.
2018-10-13 Martin Quinsonremove an example that does not bring much
2018-10-13 Arnaud GierschFix format string.
2018-10-12 Martin Quinsonsonar cleanup
2018-10-12 Martin Quinsondoxygen: fix some warnings
2018-10-12 Martin Quinsonsonar cleanups
2018-10-12 Martin QuinsonFix documentation: I inverted 2 host model names
next