Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the sendsend tests at least fail fast to not hinder my workflow
[simgrid.git] / src / sthread /
2023-03-12 Martin QuinsonThis seems to reduce the amount of failure, but I don...
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Martin QuinsonMerge branch 'udpor-phase4' into 'master'
2023-03-06 Martin QuinsonFix clang build and make output more portable/predictible
2023-03-06 Martin Quinsonsthread: Add a way to verify accesses to non-reentrant...
2023-03-06 Martin QuinsonCosmetics in sthread output when not using SMPI
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschMore Sonar issues.
2023-02-22 Martin QuinsonImplement the semaphore functions in sthread
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2022-11-23 Arnaud GierschCosmetics.
2022-11-23 Arnaud GierschUse C++ string_view.
2022-11-23 Arnaud GierschReplace static function by a lambda.
2022-11-06 Martin QuinsonHelp windows builds: do not redefine XBT_PUBLIC
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-10-16 Martin QuinsonDeal with PTHREAD_STATIC_INITIALIZER if it behave as...
2022-10-16 Martin QuinsonImplement pthread_join in MC mode for sthread
2022-10-11 Arnaud GierschActor::create already does init->start.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-20 Arnaud GierschKill useless commented code.
2022-07-19 Augustin Degommeadd casts in case types don't match (musl). Let's hope...
2022-07-18 Arnaud GierschRemove redundant cast.
2022-07-13 Martin Quinsonsthread: correctly switch to within simgrid when callin...
2022-07-12 Arnaud GierschFix definition of overriding gettimeofday.
2022-07-11 Arnaud GierschHandle different types for second parameter of gettimeo...
2022-07-10 Martin Quinsonsthread: Intercept gettimeofday + sleep + usleep
2022-07-02 Martin Quinsonsthread: don't intercept the main when run from smpirun
2022-07-02 Arnaud GierschMake libsthtread valgrind-aware.
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-29 Martin QuinsonDisable sthread at the end of the sthread_main
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Martin QuinsonAdd a TESH for the new sthread feature
2022-06-28 Arnaud GierschEasy Sonar smells.
2022-06-28 Arnaud GierschUse std::string.
2022-06-28 Arnaud GierschMissing return in the raw path.
2022-06-27 Martin QuinsonMake sthread_inside_simgrid static into libsthread...
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-26 Martin Quinsonmake sthread work out of MC build trees
2022-06-25 Martin Quinsontentative of implementing pthread_join, and to ensure...
2022-06-24 Martin QuinsonMake sure that sthread_inside_simgrid is initially...
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Martin QuinsonOngoing attempt for sthread, an automatic intercepter...