Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / xbt /
2023-11-15 Martin Quinsoncut the backtrace displayed from sthread to the sthread...
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-06 Martin Quinsonalso remove xbt/automaton which was only useful to...
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-24 Martin QuinsonTypo + cosmetics in portability helpers
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-29 Arnaud GierschShadowed variables (Sonar).
2023-06-28 Arnaud GierschReplace redundant type with "auto" (Sonar).
2023-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-27 Arnaud GierschRespect coding style for boolean operators.
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-15 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-10 Martin QuinsonMerge branch 'dag-lab' into 'master'
2023-05-10 Martin QuinsonMerge branch 'changelog-operation-plugin' into 'master'
2023-05-09 Arnaud GierschUse a static variable for empty_set, and allow default...
2023-05-05 Arnaud GierschMisc Sonar issues.
2023-05-02 Arnaud GierschCosmetics (sonar).
2023-04-27 Arnaud GierschFix build error: exception specification of explicitly
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-05 Arnaud GierschCentralize definitions for the name of environment...
2023-04-05 Maxwell PirtleAdd first steps for ex(C) for CommWait
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschUse #include <...> for foreign header files.
2023-03-08 Maxwell PirtleAdd preliminary tests for checking event conflicts
2023-03-08 Martin QuinsonMerge branch 'udpor-phase4' into 'master'
2023-03-07 Maxwell PirtleAdd some basic tests for variable_for_loop
2023-03-06 Maxwell PirtleWrite maximal_subsets_iterator_wrapper with xbt utils
2023-03-06 Maxwell PirtleFix edge cases in variable_for_loop
2023-03-06 Maxwell PirtleWrite LazyPowerSet in terms of iterator_wrapper
2023-03-06 Maxwell PirtleAdd iterator_wrapping convenience container
2023-03-06 Maxwell PirtleAdd first implementation of variable for-loop
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Martin QuinsonFix a typo found by clang in MC builds
2023-02-28 Augustin DegommeMerge branch 'udpor-phase3' into 'master'
2023-02-28 Maxwell PirtleAdd tests for LazyKSubsets and LazyPowerset
2023-02-28 Maxwell PirtleAdd LazyPowerSet and LazyKSubsets
2023-02-28 Maxwell PirtleAdd more comments to subsets_iterator implementation
2023-02-28 Maxwell PirtleAdd powerset_iterator to simgrid::xbt
2023-02-28 Maxwell PirtleUse boost::iterator_facade for subsets_iterator
2023-02-27 Maxwell PirtleRemove subsets.cpp file
2023-02-27 Maxwell PirtleAdd "working" (but untested) implementation of iterativ...
2023-02-27 Maxwell PirtleAdd first "implementation" of k-subsets iterator
2023-02-27 Maxwell PirtleAdd iterator files to xbt/utils
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 GierschComment is not relevant anymore.
2023-02-23 Arnaud GierschUse type aid_t for an actor's PID.
2023-02-23 Arnaud GierschUse C++17's std::scoped_lock where appropriate.
2023-02-23 Arnaud GierschDon't access variable ouside of the critical section.
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-22 Martin Quinsonprotect the dict initialization against multithreading
2023-02-21 Martin QuinsonCosmetics
2023-02-21 Martin Quinsonlogs: protect finalization against multiple calls
2023-02-21 Martin QuinsonLet the xbt_log module register its finalizer itself
2023-02-21 Martin QuinsonSimplify the library initialization + deprecate 2 XBT...
2023-02-21 Martin QuinsonRemove a useless lib constructor (simpler is better)
2023-02-21 Martin QuinsonInitialize the dict module on need, w/o relying on...
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-19 Martin QuinsonRemove more occurences of 'surf' with uppercases
2023-02-19 Martin QuinsonRework a comment (to remove 'surf')
2023-02-18 Martin QuinsonKill src/include
2023-02-18 Martin QuinsonChange the namespace of flexml-generated parser from...
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschSimplify initialization of the root log category.
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-11 Arnaud GierschUse more readable alternatives for string::compare().
2023-02-11 Arnaud GierschKill another bunch of globals.
2023-02-09 Arnaud GierschFix comment.
2023-02-07 Arnaud GierschPrevent inlining for empty placeholders of sthread_enab...
2023-02-06 Arnaud GierschMake global variables "const".
2023-01-20 Martin QuinsonMove a tiny bit of surf to xbt
2023-01-16 Martin QuinsonMove two generic functions from surf to xbt
2023-01-14 Arnaud GierschRemove more references to MSG in documentation.
2023-01-12 Martin QuinsonRemove Java bindings. They are not updated since maybe...
2023-01-12 Arnaud GierschKill remaining traces of win32 support.
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-07 Arnaud GierschRedundant cast.
2022-12-06 Arnaud GierschAdd -Wextra to CFLAGS too.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-03 Arnaud GierschReuse existing variable, and shorten conditional.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonDisplay the stack of each actor during a MC replay...
2022-10-22 Martin QuinsonHide cfg_latency_factor and bw, and change them into...
2022-10-13 Arnaud GierschCosmetics.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-09-29 Arnaud GierschUse std::fill instead of memset.
next