Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify writing in model setup + may fix issue with unit-tests
[simgrid.git] / src / xbt /
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-23 Augustin Degommenew attempt.. this bit of code was not useful, it looks...
2021-08-18 Arnaud GierschCosmetics for sonar&co.
2021-07-23 Arnaud GierschDefine a macro for debug messages.
2021-07-21 Arnaud GierschUse if(false) to comment debugging code, and be sure...
2021-07-17 Arnaud GierschFix xbt_parse_get_all_speeds(), and add some unit tests.
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-06-24 Arnaud GierschParameter 'fd' is always -1 for xbt_mheap_new. Kill...
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-06-04 Arnaud Giersch[sonar] Redundant parentheses.
2021-06-02 Arnaud GierschOoops, fmt is second arg.
2021-06-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-02 Arnaud GierschXBT_ATTRIB_PRINTF for vprintf-like functions.
2021-05-31 Arnaud GierschUnused exception parameter 'e'.
2021-05-28 Millian Poquetxbt_replay: rethrow exception instead of xbt_die
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-04-30 Arnaud GierschCleanup some unused and/or useless build config variables.
2021-04-28 Arnaud GierschAttribute noreturn for terminate handler.
2021-04-27 Arnaud GierschWe don't want to survive a ForcefulKillException!
2021-04-27 Arnaud GierschThe header <typeinfo> must be included before using...
2021-04-22 Arnaud GierschUse std::string::rfind to match string prefix.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-07 Arnaud GierschMake BacktraceImpl::resolve a bit faster.
2021-04-07 Arnaud GierschStop using void* for xbt_mheap_t.
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-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-04-01 Arnaud GierschUsing xbt_* functions in vasprintf() does not look...
2021-03-29 Arnaud GierschMove xbt_modinter.h to src/include/xbt/.
2021-03-27 Arnaud GierschAdd explaining comment.
2021-03-27 Arnaud GierschFix XbtRandom::uniform_int() when used with large range.
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
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 GierschSuperfluous global variable.
2021-03-23 Arnaud GierschKill now unused xbt_str_split_quoted(), xbt_str_split_q...
2021-03-23 Arnaud GierschUse boost::tokenizer.
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-03-14 Arnaud GierschReplace magic number 8.
2021-03-10 Arnaud GierschMerge branch 's4u/model_list' into 'master'
2021-03-10 Arnaud GierschMore error messages.
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-02 Arnaud GierschRename mc_base.h -> .hpp (it's C++ only anyway).
2021-03-02 Arnaud GierschRemove some useless nested code blocks.
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-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
2021-02-20 Arnaud GierschDefault constructor is used by default.
2021-02-17 Arnaud GierschPrefer free functions over member functions (sonar).
2021-02-17 Arnaud GierschRemove excess semicolon.
2021-02-17 Arnaud GierschMore whitespaces for codefactor.io.
2021-02-13 Martin QuinsonWhen an exception occures in kernel mode, display both...
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-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Arnaud GierschUse auto return type deduction.
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-17 Arnaud GierschFix static initialization order fiasco reported by...
2021-01-17 Arnaud GierschFix a few dead stores spotted by fbinfer.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschReduce scope for variable (and shadow it by later decla...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-16 Arnaud GierschAvoid unnecessary copy by using a 'const' reference...
2020-12-16 Arnaud GierschRemove deprecated features for next release.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-08 Arnaud GierschRemove old deprecated aliases for runtime options.
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschUse type 'bool' for boolean.
2020-12-04 Arnaud GierschDrop xbt_str_split().
2020-12-04 Arnaud Giersch[sonar] Reduce number of nested code blocks.
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud Giersch[pvs] Possible overflow. Cast operands of the '1 <...
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud Giersch[pvs] Two or more case-branches perform the same actions.
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-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-11-18 Arnaud GierschRemove redundant "staitc" in anonymous namespaces.
2020-11-16 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-11 Arnaud GierschAvoid nested try-catch blocks.
2020-10-26 Arnaud GierschUpdate, using std::string.
2020-10-23 Arnaud GierschEnsure that the expected RNG (xbt) is used for unit...
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'
next