Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Assert that the log categories are unique
[simgrid.git] / src / xbt / log.cpp
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-17 Arnaud GierschFix static initialization order fiasco reported by...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschUse type 'bool' for boolean.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-16 Arnaud GierschCosmetics.
2020-10-15 Arnaud Giersch[sonar] Replace some C-style arrays.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-05 Arnaud GierschPrefer C++ headers, and C++-style void-arg declarations.
2020-10-02 Arnaud GierschReduce scope for loop variables.
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-06-12 Augustin DegommeFix most of spelling mistakes in src/
2020-03-26 Martin QuinsonPlease PVS
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-16 Frederic Sutermornign cleanups
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
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-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
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++.