Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New log appenders stdout and stderr. Use stdout for xbt_help.
[simgrid.git] / src / xbt / log.cpp
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++.