Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
context: rewrite some comments, and useless cosmetics
[simgrid.git] / src / include / xbt / parmap.hpp
2019-01-06 Martin Quinsoncontext: rewrite some comments, and useless cosmetics
2019-01-05 Martin Quinsonmove ContextFactory::self() into Context::self() and...
2019-01-05 Martin Quinsonmake xbt_os_thread_self() useless, and kill it
2019-01-05 Martin Quinsonkill the now useless xbt_os_thread_{get,set}_extra_data()
2019-01-04 Martin Quinsontiny simplification: xbt_os_thread_bind is a noop when...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-18 Martin Quinsonget rid of xbt_os_thread_yield() using C++11
2018-07-18 Martin Quinsonreimplement parmap with C++11 mutex and cond
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
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++.