Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / xbt / utils /
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-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 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 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