Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove features marked with DEPRECATED_v324.
[simgrid.git] / include / simgrid / Exception.hpp
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-03 Arnaud Giersch[sonar] Add attribute "noreturn" to non-returning funct...
2019-03-08 Arnaud GierschUse references for parameters of type 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-01 Arnaud GierschUse Rvalue references for exception constructors.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-19 Martin Quinsontiny doc improvement
2019-02-18 Frederic Suteradd a StorageFailureException
2019-02-16 Frederic Suteradd support for CancelException
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
2018-11-06 Augustin Degommefix gcc 9 warnings. Have to check if the std::move...
2018-11-03 Martin Quinsonfinish objectifying the backtraces
2018-10-29 Martin QuinsonHide the backtrace implementation in a private pimpl
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-29 Martin QuinsonConvert all xbt_ex(network_error) throwing locations
2018-08-26 Martin Quinsonfix travis builds
2018-08-26 Martin Quinsonimplement THROW_IMPOSSIBLE and THROW_UNIMPLEMENTED...
2018-08-25 Martin Quinsonconvert all xbt_ex(timeout_error) throwing locations...
2018-08-25 Martin Quinsonallow to pass a std::string as message to Exceptions
2018-08-25 Martin QuinsonMake HostFailureException compatible with the old xbt_e...
2018-08-25 Martin QuinsonMake the future simgrid::*Exception inherit of legacy...
2018-08-25 Martin QuinsonMerge the content of xbt::WithContextException into...
2018-08-25 Martin QuinsonMerge the content of xbt/exception.hpp into simgrid...
2018-08-25 Martin QuinsonRename simgrid::exception into simgrid::Exception