Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use #if instead if #ifdef for the things in the public config header
[simgrid.git] / src / xbt / parmap.cpp
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-03-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-06 Martin Quinsonkill our _XBT_WIN32. Standard _WIN32 is sufficient
2016-03-05 Martin Quinsontry to bind worker threads to cores when possible
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-07 Gabriel Corona[simix] Move BoostContext to C++
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-09-18 Martin Quinsonfix the detection of MSVC
2015-09-18 Martin Quinson[MSVC] Give up: disable busy waiting on windows as...
2015-09-17 Martin Quinsonuse new/delete instead of xbt_new0/xbt_free on C++...
2015-09-17 Martin QuinsonUse std::atomic instead of __sync_fetch_and_add for...
2015-09-14 Martin Quinsonuse new/delete instead of xbt_new0/xbt_free on C++...
2015-09-13 Martin QuinsonUse std::atomic instead of __sync_fetch_and_add for...