Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Coding style: snake_case.
[simgrid.git] / src / xbt /
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschUse std::unique_ptr instead of new/delete in xbt_replay...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-05-03 Arnaud GierschSpurious blank line.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-05-03 Arnaud GierschSave an indirection for replay/action_queues.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-25 Arnaud GierschRely on template argument deduction (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-21 Augustin Degommetry to help clang builds
2022-04-21 Augustin Degommebump C++ requirement to 17 (ns3 will need it for v3.26)
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-02-24 Arnaud GierschReview xbt_automaton_*_free.
2022-02-24 Arnaud GierschUse more explicit identifiers.
2022-02-18 Arnaud GierschFix xbt_log_appender when there is no percent in template.
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Martin Quinsonthis file is too deep to allow XBT_INFO, so keep with...
2022-02-01 Martin QuinsonMore verbose on an error experienced on aarch64-darwin...
2022-02-01 Arnaud GierschAvoid const cast (sonar).
2022-01-31 Arnaud GierschKill now unused xbt_dynar_shrink().
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-03 SUTER Fredericrename src/simdag to src/dag and update other files...
2021-12-29 Augustin Degommereplay: add an explicit message if an action is not...
2021-12-13 Augustin DegommePlease GCC-12 which warns us of a (potentially buggy...
2021-10-29 Arnaud GierschSlightly improve coverage for xbt/config.
2021-10-28 Arnaud GierschBe more user-friendly, and give a hint for options...
2021-10-13 Arnaud GierschKill trailing whitespaces in docs.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-10-02 Arnaud GierschMisc. cosmetic changes.
2021-10-01 SUTER Fredericdeprecate 2 simix functions
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-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.
next