Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use method get() instead of &* for intrusive_ptr.
[simgrid.git] / src / simix /
2017-11-20 Arnaud GierschUse method get() instead of &* for intrusive_ptr.
2017-11-14 Arnaud GierschUse std::min/std::max instead of MIN/MAX in C++ files.
2017-11-14 Arnaud GierschMove simgrid::xbt::HeapComparator in xbt/utility.hpp.
2017-11-14 Arnaud GierschUse boost::heap for simix timers too, and allow proper...
2017-11-14 Arnaud GierschDefine and use utility class to compare pairs in priori...
2017-11-09 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-09 Arnaud GierschUse a std::priority_queue for simix_timers.
2017-11-08 Arnaud GierschFix Werror=missing-field-initializers with older compilers.
2017-11-08 Arnaud GierschAvoid using memset to initialize structs.
2017-11-05 Martin Quinsonconvert src/mc/mc_replay.h into mc_replay.hpp (+ don...
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-11-04 Martin Quinsoncosmetics
2017-11-04 Frederic Suterthis is a good catch by CI
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-11-01 Arnaud GierschUse explicit atomic operations.
2017-11-01 Arnaud GierschRemove unused typedef.
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Frederic Suterstringify
2017-10-28 Arnaud GierschSonar: use lowercase for field names.
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschRemove redundant forward class declarations.
2017-10-24 Arnaud GierschUnused parameters.
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-18 Arnaud GierschAdd default case to switch statements.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschComment name for unused parameters.
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-15 Arnaud GierschFix segfault when exiting without running the simulation.
2017-10-15 Arnaud GierschReplace malloc/free by new/delete.
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in simix...
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in surf...
2017-10-14 Arnaud GierschAvoid potential memory leak.
2017-10-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-12 Arnaud GierschIn MSG_parallel_task_create(), take a copy of flops_amo...
2017-10-10 Arnaud GierschAdd a comment to empty function.
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschApply clang-format on previously renamed files.
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschUse C++ style includes when available.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRemove useless #ifdef __cplusplus from hpp files.
2017-10-10 Arnaud GierschFile smpi/include/private.h cannot be compiled in C...
2017-10-10 Arnaud GierschFix filenames in doc.
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-10 Arnaud Gierschsimcalls.py: improve indentation of generated files.
2017-10-05 Arnaud GierschAnother try to silence sonar on commented lines of...
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-10-01 Arnaud GierschReintroduce lines removed at commit 5bc3597e1513c7b9449...
2017-10-01 Arnaud GierschCosmetics.
2017-09-30 Martin Quinsonshutdown all hosted VMs when an host is turned off
2017-09-30 Arnaud GierschFix process_killall. Closes #186.
2017-09-29 Arnaud GierschSimply finish the surf sleep action on process join.
2017-09-29 Arnaud GierschRemove function from list before use.
2017-09-28 Arnaud GierschRemove old commented code.
2017-09-28 Arnaud GierschAlign top of stacks to a multiple of 16.
2017-09-26 Arnaud GierschDelete timer on removal.
2017-09-20 Arnaud GierschFix memory leak in process-join.
2017-09-16 Arnaud GierschDelete ProcessArg.properties.
2017-09-16 Arnaud GierschLeak-- (seen in maestro-set).
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-08-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschTrivial formatting issues.
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-18 Frederic Sutermodernize three simcalls
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-13 Martin Quinsonsmall cleanups in the simix timers
2017-08-12 Martin Quinsonsonar
2017-08-11 Frederic Suterkill kill simcall
2017-08-11 Frederic Suterkill 2 sonar bugs
2017-08-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-07 Frederic Suterconvert map to dynar at API level
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschUse std::vector instead of dynar in simix_global (proce...
2017-08-02 Arnaud GierschDon't try to get front() from an empty list.
2017-08-02 Arnaud GierschAvoid costly exceptions when looking into a map.
2017-08-02 Arnaud GierschRemove now superfluous assert on critical path.
2017-08-01 Arnaud GierschTry to fix msg-process-join.
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
2017-08-01 Arnaud GierschOnly maestro is allowed to push in simix_global->proces...
2017-07-31 Frederic Suterthis dict was a set
2017-07-30 Frederic Suterplease emptty
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-24 Frederic Suteroverall optimization of map usage
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Frederic Sutersimplify process/actor restart
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Frederic Sutersimcall_mutex_unlock is back but keep the simplificatio...
next