Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Comment unused function parameters.
[simgrid.git] / src / include / xbt / parmap.hpp
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-04-25 Frederic Suteruse signals a bit more to create tracing stuff
2018-04-11 Martin Quinsonfurther cut include files
2018-04-08 Arnaud GierschDelete copy assignment operator when copy constructor...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-10-30 Arnaud GierschBe safe in case of spurious wakeup of xbt_os_cond_wait.
2017-10-30 Arnaud GierschTypos.
2017-10-29 Arnaud GierschParmap: add missing atomic load/store, and convert...
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-08-30 Arnaud GierschUse std::atomic::fetch_add instead of ++ shortcut ...
2017-08-30 Arnaud GierschProtected is useless here (please sonar).
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-20 Arnaud GierschWhitespace cleanup.
2017-08-20 Arnaud GierschUse default destructor.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschPlease codacy (initialize member variables).
2017-08-03 Arnaud GierschPlease codacy (delete copy constructor).
2017-08-03 Arnaud GierschPlease codacy (explicit constructor).
2017-08-03 Arnaud GierschPort xbt_parmap to C++.