Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused type definitions.
[simgrid.git] / src / xbt /
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++.
2019-01-16 Arnaud GierschFix asserts.
2019-01-16 Arnaud GierschStruct xbt_os_thread_t is not used anymore.
2019-01-16 Arnaud GierschRemove useless wrapper around pthread_atfork().
2019-01-16 Arnaud GierschInclude is not needed anymore. Remove.
2019-01-16 Martin QuinsonKill xbt_os_thread_atfork: tesh is not native but pytho...
2019-01-15 Martin QuinsonDrop xbt_os_thread_t
2019-01-15 Martin QuinsonImplement thread factory with std::thread, and cleanups
2019-01-10 Arnaud GierschRemove typedef alias xbt_ex_t.
2019-01-10 Arnaud GierschKill unused function xbt_ex_display().
2019-01-09 Arnaud Giersch[sonar] Fix never executed "break" statements.
2019-01-09 Arnaud Giersch[sonar] Use the "&" operator with function names.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-05 Martin QuinsonPlease sonar
2019-01-05 Martin Quinsonmake xbt_os_thread_self() useless, and kill it
2019-01-05 Martin Quinsonkill the unused xbt_os_thread_self_name()
2019-01-05 Martin Quinsonkill the now useless xbt_os_thread_{get,set}_extra_data()
2019-01-04 Martin QuinsonFix make distcheck
2019-01-04 Martin Quinsonkill xbt_os_sem_t and the required cmake-detection...
2019-01-04 Martin QuinsonIntroduce a portable xbt::OsSemaphore using C++11 threads
2018-12-31 Martin Quinsonxbt::Path: do not ignore the return value of getcwd
2018-12-31 Martin QuinsonNew function: xbt::Path() gets the CWD
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-16 Millian Poquet[smpi args cleanup] xbt_replay args
2018-11-11 Martin QuinsonApple renamed all their OSes
2018-11-03 Martin Quinsonfinish objectifying the backtraces
2018-10-29 Martin QuinsonFix build without stacktrace_backtrace
2018-10-29 Martin Quinsonreplace our own crude code with Boost.stacktrace
2018-10-29 Martin Quinsonprovide a backtrace implementation that uses boost...
2018-10-29 Martin QuinsonHide the backtrace implementation in a private pimpl
2018-10-27 Martin QuinsonHide the content of a simgrid::xbt::Backtrace and inlin...
2018-10-27 Martin Quinsontry to please sonar on this ugly code
2018-10-27 Martin Quinsonbacktrace: factorize the function headers between the...
2018-10-27 Martin Quinsonbacktrace: fix various portability issues I just introduced
2018-10-27 Martin Quinsonthese portability bits should be useless
2018-10-27 Martin Quinsoninline two C files that were included (gosh)
2018-10-27 Martin Quinsonbacktrace: kill two unused functions
2018-10-27 Martin Quinsoninline an include file. Not used from C anymore
2018-10-27 Martin Quinsoncosmetics around backtraces
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-02 Arnaud GierschActually use given parameters.
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-02 Martin Quinsoncosmetics while debuging backtraces
2018-08-26 Martin Quinsonimplement THROW_IMPOSSIBLE and THROW_UNIMPLEMENTED...
next