Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Apply the default settings of 'smpi/buffering' too
[simgrid.git] / src / xbt / log.cpp
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-23 Arnaud GierschSlight simplification.
2019-04-19 Arnaud GierschComplete --help-logs.
2019-04-19 Arnaud GierschNew log appenders stdout and stderr. Use stdout for...
2019-04-03 Arnaud Giersch[sonar] Use a logger for help messages.
2019-03-29 Arnaud GierschKill outdated comment.
2019-03-25 Arnaud GierschSimplifications.
2019-03-25 Arnaud GierschCosmetics.
2019-03-25 Arnaud GierschFix condition.
2019-03-21 Arnaud GierschUse more vector and strings for xbt_log.
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Martin QuinsonFix (old) clang builds
2019-02-02 Martin Quinsonsonar: simplify this code
2019-01-17 Arnaud GierschHide usage of free() to Sonar.
2019-01-16 Arnaud GierschReplace macros by C++ constructs.
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Arnaud GierschUse standard C++ mutex.
2019-01-16 Arnaud GierschBuild log module as C++.