Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-01-09 Arnaud GierschRedo "Like java, python breaks mmalloc with FreeBSD...
2019-01-09 Augustin Degommeadd python coverage
2019-01-09 Arnaud GierschField SwappedContext::stack_ became private, use get_st...
2019-01-09 Arnaud GierschLike java, python breaks mmalloc with FreeBSD+MC. Disab...
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 Arnaud GierschHappy new year.
2019-01-09 Martin Quinsonmore pythonic example
2019-01-09 Martin Quinsonsonar: don't exclude java from coverage
2019-01-09 Martin Quinsonsonar: disable a weird rule
2019-01-09 Martin QuinsonFix MC builds
2019-01-08 Martin Quinsontravis is on Xenial now
2019-01-08 Martin QuinsonMissing files
2019-01-08 Martin Quinsondoc cosmetics, and cleanup the API
2019-01-08 Martin Quinsonsonar: ignore XML and python files from coverage
2019-01-08 Martin Quinsonnew python example: actor-kill
2019-01-08 Martin Quinsonobey sonar and make SwappedContext::stack_ private
2019-01-08 Martin QuinsonDon't force on a factory that is not always avail
2019-01-08 Martin Quinsontiny doc improvement
2019-01-08 Augustin DegommeDon't get tied to a version, this one needed an upgrade
2019-01-08 Augustin Degommeprotect against entering the loop when no match is...
2019-01-08 Augustin Degommeadd sonarqube to the coverage build
2019-01-08 Augustin Degommedon't wrash with 0 sized files
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 Quinsonci: make target got renamed
2019-01-08 Martin Quinsontiny doc improvement
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 Quinsonautopep8 our python examples
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-08 Martin QuinsonAlso test is_suspended in the s4u example
2019-01-08 Martin Quinsonpython: test Actor.is_suspended() and introduce this_ac...
2019-01-08 Martin QuinsonVarious doc improvements
2019-01-08 Martin Quinsonrename make target to ease tab-completion
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 QuinsonNew python example: actor-daemon
2019-01-08 Martin Quinsonallow python actors to be killed
2019-01-07 Arnaud GierschDon't turn gcc's -Wmaybe-uninitialized into an error.
2019-01-07 Arnaud GierschFix build with ASan (s/from/this/).
2019-01-07 Arnaud GierschThread factory is always valid.
2019-01-07 Arnaud GierschAnonymize unused variable.
2019-01-07 Arnaud GierschRemove trailing whitespaces.
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-07 Martin Quinsondoc: fix copy/paste error
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 Quinsonreimplement this test in cpp to use standard threads
2019-01-05 Martin Quinsonmake this test more robust to cruft that may remain...
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 Quinsonsonar: ignore another rule as we don't have real securi...
2019-01-04 Martin Quinsonuse strncpy instead of strcpy to please sonar
2019-01-04 Martin Quinsontravis: don't run the tests before the sonar analysis
2019-01-04 Martin Quinsonpy: try to fix MC builds
2019-01-04 Martin Quinsonsonar: we do have a process to remove deprecated code
2019-01-04 Martin Quinsontypo in comments
2019-01-04 Martin Quinsoncmake: mark some variables as advanced to hide them
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 Quinsongitlab-ci: don't build with sonar, as it does not work
2019-01-03 Martin Quinsonrename an example to stick to the function name
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 Quinsonsphinx autodoc needs the package to be built before...
2019-01-03 Martin QuinsonInstall unzip to get sonar on framagit
2019-01-03 Martin QuinsonInstall curl to get sonar on framagit
2019-01-03 Martin Quinsontry to activate sonar on framagit
2019-01-03 Martin Quinsonpy: Try to add properties to the Host class
2019-01-03 Martin QuinsonDocument recent pyton examples
2019-01-02 Arnaud Gierschtravis: more parallelism (extend previous commit).
2019-01-02 Martin Quinsontypo
next