Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
attach errhandlers to some forgotten calls
[simgrid.git] / src / xbt /
2019-08-17 Martin Quinsonmore informative message when setting inexistant config...
2019-07-10 Frederic Suterplease users
2019-07-09 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/28
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschThrow std::out_of_range.
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-07-02 Arnaud GierschDefine proper exceptions subclasses.
2019-07-02 Arnaud Giersch[sonar] Move include before any code.
2019-07-02 Arnaud GierschDrop xbt_dynar_sort_strings().
2019-07-02 Arnaud GierschUseless casts.
2019-06-09 Martin Quinsoncleanups in the debug config items
2019-06-03 Arnaud GierschCosmetics.
2019-06-03 Arnaud GierschDon't leave an empty catch block.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-22 Augustin Degommeoops
2019-05-22 Martin Quinsonos_timer: detect when our implementation needs to be...
2019-05-22 Augustin Degommedeactivate clock_gettime on SunOS, as it does not work...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-05-16 Martin QuinsonUse addr2line as a fallback for stacktraces when backtr...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-14 Martin Quinsonmake sure that xbt/memory_map can be used out of simgrid
2019-05-05 Martin Quinsoninclude a header we use
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-04-24 Arnaud GierschCheck result of lseek.
2019-04-23 Arnaud Gierschdrand48 is not used anymore; stop using srand48.
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-19 Arnaud GierschRevise to fool cppcheck.
2019-04-19 Arnaud GierschFix build errors with gcc 5.4.0.
2019-04-19 Arnaud GierschUse std::unique_ptr to manage memory.
2019-04-19 Martin Quinsonnope sonar, that's not commented code
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for xbt_replay.
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-03 Arnaud Giersch[sonar] Use a logger for help messages.
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschKill unused xbt_dict_dump().
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-22 Arnaud GierschRemove now unused xbt_str_join_array().
2019-03-22 Arnaud GierschReplace macros with real functions.
2019-03-21 Arnaud GierschUse more vector and strings for xbt_log.
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-09 Arnaud GierschCosmetics around std::unique_ptr.
2019-03-06 Arnaud GierschSometimes 'free' is not a member of 'std'.
2019-03-06 Arnaud GierschAdd exception specification for xbt_free_f.
2019-03-06 Arnaud Giersch[sonar] Use std::function.
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Martin QuinsonRename StopRequest into ForcefulKillException to contri...
2019-03-01 Arnaud GierschStop setting random seed at initialization.
2019-02-28 Arnaud GierschUse C++11 <random> instead of rand().
2019-02-27 Arnaud GierschFix Backtrace::operator=.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-02-27 Arnaud GierschRemove dead code after returrn statement.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-25 Arnaud GierschConvert last call to SIMIX_mutex_unref.
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-15 Arnaud GierschMore std::string parameters.
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-09 Martin Quinsonregenerate with Flex 2.6.4
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Arnaud GierschProvide our own main() for unit-tests.
2019-02-05 Arnaud GierschUse C11 atomic_flag instead of gcc builtins.
2019-02-05 Arnaud GierschCosmetic rewrite to please cppcheck.
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-02-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-01 Arnaud GierschPlease Sonar.
2019-02-01 Arnaud Giersch[sonar] Split declarations, unshadow variables.
2019-02-01 Arnaud GierschRIP cunit.
2019-02-01 Arnaud GierschConvert the unit tests of xbt::config to Catch2.
2019-02-01 Arnaud GierschConvert the unit tests of xbt::str to Catch2.
2019-02-01 Arnaud GierschConvert the unit tests of xbt::dict to Catch2.
2019-02-01 Arnaud GierschReduce number of #include.
2019-02-01 Arnaud GierschCheck for emptyness, and populate dynar before testing...
2019-01-31 Martin QuinsonConvert the unit tests of xbt::dynar to Catch2
2019-01-31 Arnaud GierschDefine coverage_checkpoint().
2019-01-31 Arnaud GierschDefine COVERAGE for C++ too.
2019-01-25 Arnaud Giersch[sonar] Remove variadic functions.
2019-01-25 Arnaud GierschMove StopRequest out of Context.
2019-01-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-23 Martin QuinsonRemove 2 (out of 3) horrible hacks around Java contexts
2019-01-17 Arnaud GierschHide usage of free() to Sonar.
2019-01-17 Arnaud GierschRemove unused bits from mmalloc.
2019-01-17 Martin Quinsonfix MC on FreeBSD
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 GierschDrop xbt_os_mutex_* functions.
2019-01-16 Arnaud GierschUse standard C++ mutex.
2019-01-16 Arnaud GierschBuild log module as C++.
next