Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Old pybind11 cannot be used
[simgrid.git] / src /
2018-12-27 Martin QuinsonDrop sg_cmdline. Please use xbt_cmdline instead (+inclu...
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
2018-12-27 Martin Quinsonns3: comment asserts that fail on clusters
2018-12-27 Martin Quinsonpython: First working example
2018-12-26 Martin Quinsonpython: add the docstrings
2018-12-26 Martin Quinsoninitial support for pybind11: Python bindings of S4U...
2018-12-25 Martin Quinsonns3: assert that the sent amount is as expected
2018-11-29 Martin Quinsonlink_energy: make sure that the watts ranges are always...
2018-11-28 Millian Poquet[smpi] smpi::Host ext init: smpi_main -> SMPI_init
2018-11-26 Frederic Sutercrude hack to display the "right" rank in Paje traces...
2018-11-26 Frederic Suterlimit the conversion trick for non-replayable types...
2018-11-23 Frederic Suter(#318) should please pj_dump
2018-11-23 Frederic Suterbetter to save file before commit and push ...
2018-11-23 Frederic Suterfix #318: return "NA" when no size can be displayed
2018-11-22 Arnaud GierschMerge remote-tracking branch 'github/master'
2018-11-22 Augustin Degommemake ugly regexp a bit more robust to corner cases
2018-11-22 Martin QuinsonMerge pull request #315 from simgrid/smpirun-replay
2018-11-22 Augustin Degommefix crash with tracing/smpi/display-sizes:yes
2018-11-21 Millian Poquet[smpi] replay from `smpirun -replay <tracefile>`
2018-11-21 Millian Poquet[smpi] add smpireplayrun binary
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-20 Martin QuinsonUpdate src/plugins/vm/VirtualMachineImpl.cpp
2018-11-20 bcamusfix a bug related to the CPU utilization of multi-core VM
2018-11-17 Frederic Suterforgot java too
2018-11-17 Frederic Suterretry with warnings activated
2018-11-17 Frederic Suterback to business!
2018-11-16 Millian Poquet[smpi args cleanup] internal changes for clean-up
2018-11-16 Millian Poquet[smpi args cleanup] xbt_replay args
2018-11-16 Millian PoquetMerge commit 'c619e9d16'
2018-11-15 Augustin Degommehandle MPI_ANY_SOURCE in recv replay
2018-11-15 Arnaud GierschInclude seems useless.
2018-11-15 Arnaud GierschFix comments.
2018-11-12 Martin Quinsonfix clang build
2018-11-12 Martin QuinsonContext creation: Fix one OOP design issue
2018-11-12 Martin Quinsonimprove a comment
2018-11-12 Martin QuinsonFactorize code between the calling sites of the ActorIm...
2018-11-11 Martin Quinsontiny factorizations and doc improvements
2018-11-11 Martin Quinsonremove the argc/argv version of simcall_process_create
2018-11-11 Martin QuinsonMSG: kill the MSG_process_create_from_stdfunc() pimple
2018-11-11 Martin Quinsonjava: stop using MSG_process_create_from_stdfunc
2018-11-11 Martin Quinsonjava process creation: this was already binded by java_...
2018-11-11 Martin QuinsonApple renamed all their OSes
2018-11-11 Martin Quinsonplease sonar: kill an unused type and reduce the visibi...
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 GierschCopy constructor and assignment operators are implicite...
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-27 Martin QuinsonHide the content of a simgrid::xbt::Backtrace and inlin...
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 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-24 Martin QuinsonFix multiple memleaks in the replay of multiple SMPI...
2018-10-19 Martin QuinsonMerge branch 'fix-multi-smpi-buffer-double-free' into...
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-16 Millian Poquet[doc] SMPI_app_instance_register: improve doxygen
2018-10-16 Arnaud GierschDisable mmap on kFreeBSD too.
2018-10-16 Arnaud GierschSendfile may be unimplemented. Try again when it retur...
2018-10-15 Martin Quinsonforbid cabinet in inner zones
2018-10-15 Martin Quinsonautomatically regenerate these files
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 Quinsonmove the DTD file from gforge to our own homepage
2018-10-13 Arnaud GierschUse PRIdMAX instead of %jd.
2018-10-13 Arnaud GierschFix format string.
2018-10-12 Martin Quinsondoxygen: fix some warnings
2018-10-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-11 Martin Quinsonimprove the doc of the host plugin API
2018-10-11 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-10-11 Martin QuinsonMerge pull request #307 from Jean-Emile/v3.20-expose...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-10 Martin Quinsondoxygen: kill group m_process_management
2018-10-10 Martin Quinsonwoops, I broke the build while fixing the doc
2018-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-09 Martin QuinsonImprove the doc of parallel executions
2018-10-09 JeDExpose Host Load for Java API through JNI
2018-10-05 Arnaud GierschRemove features marked with DEPRECATED_v322.
2018-10-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next