Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'models_type_rework_part2_try2' into 'master'
[simgrid.git] / include / xbt /
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...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-15 Arnaud GierschRewrite in a simpler manner.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-07 Arnaud GierschRevert "Check C++ standard in xbt/base.h."
2020-10-06 Arnaud GierschCheck C++ standard in xbt/base.h.
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-10-02 Arnaud Giersch[sonar] Use "std::make_unique" to construct "std::uniqu...
2020-10-02 Arnaud GierschUse empty() to check whether the container is empty...
2020-10-02 Arnaud GierschRemove compatibility layer for pre-c++14.
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/xbt/.
2020-06-12 Augustin Degommespelling mistakes in include/ and examples/
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
2020-05-25 Martin Quinsonlgtm: Add some missing header guards
2020-05-06 Martin QuinsonThe return type of the sg_actor_on_exit() callbacks...
2020-04-30 Arnaud GierschUse const reference for std::string parameters.
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Yann DuplouyTries to handle IO errors
2020-04-15 Yann DuplouyIt is now possible to read/write the RNG state in a...
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-27 Arnaud Giersch[sonar] Declare move constructors with "noexcept".
2020-02-07 Arnaud GierschPursue deprecation of xbt/synchro.h.
2020-02-06 Arnaud GierschAdd "explicit".
2020-02-06 Arnaud GierschDefines C++ classes for xbt RNG.
2020-02-06 Arnaud GierschMerge branch 'doc' into 'master'
2020-02-06 Arnaud GierschExclude max from range for xbt::random::uniform_real.
2020-02-06 Arnaud GierschCosmetics in xbt/random.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-02 Arnaud GierschIntroduce XBT_ATTRIB_DEPRECATED_v330.
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-27 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Arnaud GierschPut only the declaration between SG_{BEGIN,END}_DECL.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-08 Arnaud GierschUse initialization list.
2020-01-08 Arnaud Giersch[sonar] asks for std::forward.
2020-01-08 Arnaud Giersch[sonar] Use std::move with rvalue references.
2020-01-07 Arnaud GierschForgotten cleanups in includes.
2020-01-07 Arnaud GierschSimplify xbt:Backtrace.
2020-01-06 Arnaud GierschDrop unused xbt dynar functions.
next