Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the library initialization + deprecate 2 XBT functions
[simgrid.git] / include / simgrid / Exception.hpp
2023-02-21 Martin QuinsonSimplify the library initialization + deprecate 2 XBT...
2023-01-21 Martin QuinsonAdd a section on errors and exceptions to the API docum...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-23 Tom CornebizeRemove the -Wformat-security warning
2022-06-21 Tom CornebizeRenaming: s4u_enforce -> xbt_enforce
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-05 Arnaud GierschAdd attribute [[noreturn]].
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-03-29 Arnaud GierschRemove deprecated features for next release.
2021-03-03 Arnaud Gierschstd::runtime error takes a const&.
2021-03-02 Arnaud GierschRestore Rvalue references for xbt::Exception.
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-23 Arnaud GierschDefine getter/setter for Exception::value.
2021-02-19 Arnaud GierschDefine and use Exception::rethrow_nested to rethrow...
2021-02-19 Arnaud GierschFactorize declarations for exceptions.
2021-02-16 Arnaud GierschFix build error.
2021-02-13 Martin QuinsonWhen an exception occures in kernel mode, display both...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschRevert "Intel icc doesn't like attribute [[deprecated...
2020-11-18 Arnaud GierschUse inherited constructors for derived exceptions.
2020-11-18 Arnaud GierschUse 'using-declarations' to inherit constructors.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschIntel icc doesn't like attribute [[deprecated]] with...
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-02 Arnaud GierschConst qualifier is useless.
2020-07-01 Arnaud GierschKill unused ctor.
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-28 Arnaud GierschComplete definition of exception's destructors in Excep...
2020-02-27 Arnaud Giersch[sonar] Declare move constructors with "noexcept".
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-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-20 Arnaud GierschDefine simgrid::xbt::InitializationError (please Sonar).
2019-11-20 Arnaud GierschCleanup around simgrid::ParseError.
2019-11-19 Martin Quinsonplug a memleak on parse error :)
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-18 Martin QuinsonParse errors now raise a simgrid::ParseError that you...
2019-10-11 Arnaud GierschKeep deprecated features one more release (target:...
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschDefine and throw simgrid::TracingError.
2019-07-02 Arnaud GierschDefine and throw simgrid::VmFailureException.
2019-07-02 Arnaud GierschDefine proper exceptions subclasses.
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