Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Expose signals Activity::on_suspend and Activity::on_resume in s4u
[simgrid.git] / include / xbt /
2022-03-22 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v336.
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud GierschA few more sonar smells.
2022-03-16 Arnaud GierschRename variables to avoid shadowing outer declarations.
2022-03-16 SUTER Frederictake 2 on declare_flag, not sure it's better... a bit...
2022-03-15 SUTER Frederic[config] some declare_flag to Flag
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschUse std::function for Extension deleters.
2022-02-28 Martin QuinsonMore information on actor death in monkey's test case
2022-02-24 Martin QuinsonAdd a MC version of the s4u-synchro-mutex test
2022-02-16 Arnaud GierschUse bounds checking method array::at().
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-01-31 Arnaud GierschKill now unused xbt_dynar_shrink().
2022-01-31 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v335.
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonMany tiny documentation improvements
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-08 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v334.
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-09-23 Augustin DegommeMerge branch 'public_smpi_func' into 'master'
2021-09-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-22 Martin QuinsonDocument xbt_dynar_t in the new doc
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-17 Arnaud GierschPleases somewhat codefactor.io, lgtm, and pvs-studio.
2021-07-19 Arnaud Giersch[pvs-studio] Initialize every members of class.
2021-07-17 Arnaud GierschFix xbt_parse_get_all_speeds(), and add some unit tests.
2021-07-14 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v333.
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-02 Arnaud GierschXBT_ATTRIB_PRINTF for vprintf-like functions.
2021-06-01 Arnaud GierschAdd attribute(printf) to xbt::string_printf.
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-04 Martin QuinsonWork around a bug in vscode
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-02 Arnaud GierschNever disable xbt_assert anymore.
2021-04-02 Arnaud GierschEmpty is when len == 0!.
2021-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-04-01 Arnaud GierschMake xbt_die use the root log category.
2021-03-31 Arnaud GierschConstify xbt::string::to_string_data.
2021-03-29 Arnaud GierschDefine next XBT_ATTRIB_DEPRECATED macro.
2021-03-29 Arnaud GierschRemove deprecated features for next release.
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-24 Arnaud GierschRestore xbt_dynar_to_array, which is still used by...
2021-03-23 Arnaud GierschKill now unused xbt_str_split_quoted(), xbt_str_split_q...
2021-03-23 Arnaud GierschKill unused dynar functions.
2021-03-23 Arnaud Giersch[sonar] Pass large object by reference to const.
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-27 Martin QuinsonExtend xbt_stringify_args up to 25 arguments
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 GierschDrop unused 'value' argument from THROW/THROWF.
2021-02-22 Arnaud GierschRename include/xbt/{future.hpp => promise.hpp}.
2021-02-22 Arnaud GierschCosmetics: fix filename in comment.
2021-02-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 Arnaud GierschFix includes.
2021-02-05 Arnaud GierschAdd helper macro to declare enums with to_string.
2021-02-05 Arnaud GierschDefine two more XBT macros to handle lists of arguments.
2021-02-05 eazimimerge with framagit/master
2021-02-05 Martin QuinsonTiny doc improvement
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: last crumbs
2021-02-02 Martin Quinsona word in the doc about signal's API
2021-01-27 Arnaud GierschKeep improved comments from commit 9304dfd37f.
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-24 Martin QuinsonNew doc section: API of logs
2021-01-13 Arnaud Giersch[sonar] Replace the use of "::type" with the "_t" versi...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-17 Arnaud GierschUseless cast to void*.
2020-12-17 Arnaud GierschUseless std::move (sonar).
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-16 Arnaud Gierschbind_flag() with valid_values only works with std:strin...
2020-12-16 Arnaud GierschIntroduce next XBT_DEPRECATED macro.
2020-12-16 Arnaud GierschImprove deprecation warning.
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 GierschDrop xbt_str_split().
2020-11-24 Arnaud GierschRevert "Make simgrid::xbt::action_fs a std::unique_ptr."
2020-11-23 Arnaud GierschMake simgrid::xbt::action_fs a std::unique_ptr.
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-19 Arnaud GierschMore useless std::move.
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 GierschPrefer "using" to "typedef".
2020-10-30 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-29 Arnaud GierschDefine xbt::string::copy().
2020-10-29 Arnaud GierschMove declarations.
2020-10-23 Arnaud GierschSimplify a bit simgrid::config::bind_flag().
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
next