Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename test to avoid name conflict (for sonarcloud coverage)
[simgrid.git] / src /
2019-01-11 Martin Quinsondon't include the git hash in simgrid/config.h
2019-01-11 Martin QuinsonFix signess that bother Qt Creator
2019-01-11 Arnaud GierschSlightly simplify logic.
2019-01-11 Arnaud GierschKill an obsolete FIXME.
2019-01-11 Arnaud GierschDon't shadow parameter "parent".
2019-01-11 Arnaud GierschMerge "if" statements.
2019-01-10 Arnaud GierschAccess static member with "::".
2019-01-10 Arnaud GierschUseless include.
2019-01-10 Arnaud GierschRemove typedef alias xbt_ex_t.
2019-01-10 Arnaud GierschKill unused function xbt_ex_display().
2019-01-10 Arnaud Giersch[sonar] Rename method (don't use "main").
2019-01-10 Arnaud Giersch[sonar] Misc issues in bindings/lua.
2019-01-09 Arnaud GierschField SwappedContext::stack_ became private, use get_st...
2019-01-09 Arnaud Giersch[sonar] Fix never executed "break" statements.
2019-01-09 Arnaud Giersch[sonar] Use the "&" operator with function names.
2019-01-09 Martin QuinsonFix MC builds
2019-01-08 Martin Quinsondoc cosmetics, and cleanup the API
2019-01-08 Martin Quinsonnew python example: actor-kill
2019-01-08 Martin Quinsonobey sonar and make SwappedContext::stack_ private
2019-01-08 Martin Quinsontiny doc improvement
2019-01-08 Martin Quinsons/HAVE_SENDFILE/SG_HAVE_SENDFILE/
2019-01-08 Martin Quinsonmove header template near to its destination
2019-01-08 Martin Quinsoninclude pybind11.h first, as we should
2019-01-08 Martin Quinsonremove any virtuals from Context::StopRequest
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-08 Martin Quinsonpython: test Actor.is_suspended() and introduce this_ac...
2019-01-08 Martin QuinsonVarious doc improvements
2019-01-08 Martin QuinsonAlso make registered actors killable in python
2019-01-08 Martin Quinsononly use pybind11 when registering actors
2019-01-08 Martin Quinsonallow python actors to be killed
2019-01-07 Arnaud GierschFix build with ASan (s/from/this/).
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-07 Martin Quinsondo not break sequential execution while fixing parallel...
2019-01-07 Martin QuinsonFix a race condition
2019-01-06 Martin Quinsonplease sonar, add 'explicit'
2019-01-06 Martin Quinsonfactorize where seq_runall and par_runall save maestro...
2019-01-06 Martin Quinsonchange static fields in SwappedCtx into regular fields...
2019-01-06 Martin QuinsonKill the now useless ParallelRawContext and ParallelBoo...
2019-01-06 Martin Quinsonmerge ParallelUContext into SwappedContext, that can...
2019-01-06 Martin QuinsonCosmetics in contexts
2019-01-06 Martin Quinsonmove a static field of SwappedContext into SwappedConte...
2019-01-06 Martin QuinsonIntroduce a SwappedContextFactory to further reduce...
2019-01-06 Martin Quinsoncontext: rewrite some comments, and useless cosmetics
2019-01-05 Martin QuinsonMove Parallel{Boost,Raw,U}Context::{initialize,finalize...
2019-01-05 Martin Quinsonfurther cleanups in contexts
2019-01-05 Martin QuinsonChange a subclass into a superclass around contexts
2019-01-05 Martin Quinsonmake SIMIX_context_self() useless and use Context:...
2019-01-05 Martin Quinsonmove ContextFactory::self() into Context::self() and...
2019-01-05 Martin QuinsonPlease sonar
2019-01-05 Martin Quinsonmake xbt_os_thread_self() useless, and kill it
2019-01-05 Martin Quinsonkill the unused xbt_os_thread_self_name()
2019-01-05 Martin Quinsonkill the now useless xbt_os_thread_{get,set}_extra_data()
2019-01-05 Martin Quinsonunify how threaded and parallelisable context factories...
2019-01-05 Martin QuinsonInline SIMIX_context_get_current()
2019-01-05 Martin Quinsonanother small simplification now that threads are usabl...
2019-01-04 Martin QuinsonFurther code simplifications now that the Thread contex...
2019-01-04 Martin Quinsonremove unecessary imports to please sonar
2019-01-04 Martin QuinsonFix make distcheck
2019-01-04 Martin Quinsonkill xbt_os_sem_t and the required cmake-detection...
2019-01-04 Martin QuinsonIntroduce a portable xbt::OsSemaphore using C++11 threads
2019-01-04 Martin Quinsontiny simplification: xbt_os_thread_bind is a noop when...
2019-01-04 Martin Quinsontrack some remaining CamelCase deep inside the context...
2019-01-04 Martin Quinsonsome useless s/process/actor/ in the source code
2019-01-04 Martin Quinsonuse strncpy instead of strcpy to please sonar
2019-01-04 Martin Quinsonpy: try to fix MC builds
2019-01-03 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-01-03 Martin Quinsonyet another example: actor-suspend.py
2019-01-03 Martin Quinsonpy: another example: actor-join
2019-01-03 Martin QuinsonPython: many improvements; add a new example (actor...
2019-01-03 Martin Quinsonpy: Try to add properties to the Host class
2019-01-01 Martin Quinsonuse named parameters instead of overloads for py::execute
2018-12-31 Martin Quinsonxbt::Path: do not ignore the return value of getcwd
2018-12-31 Martin Quinsonimprove an error message when a file cannot be open
2018-12-31 Martin QuinsonNew function: xbt::Path() gets the CWD
2018-12-31 Martin Quinsonpython: reorg to allow 'from simgrid import *' in scripts
2018-12-31 Martin Quinsonpython: rename register_function into register_actor...
2018-12-31 Martin Quinsonpython: fix register_function when passed a class
2018-12-31 Martin Quinsonpython: extend the bindings
2018-12-31 Martin Quinsonpython: improve the documentation
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
next