Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / xbt /
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-07 Arnaud GierschRedundant cast.
2022-12-06 Arnaud GierschAdd -Wextra to CFLAGS too.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-03 Arnaud GierschReuse existing variable, and shorten conditional.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonDisplay the stack of each actor during a MC replay...
2022-10-22 Martin QuinsonHide cfg_latency_factor and bw, and change them into...
2022-10-13 Arnaud GierschCosmetics.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-09-29 Arnaud GierschUse std::fill instead of memset.
2022-09-29 Arnaud GierschUseless cast.
2022-09-29 Arnaud GierschReduce code duplication.
2022-08-09 Arnaud GierschUnused include.
2022-07-29 Martin QuinsonIf there is no LOCK in mmalloc anymore, then there...
2022-07-28 Martin QuinsonRemove the need of pthread_mutex in mmalloc, to allow...
2022-07-28 Martin QuinsonKill useless complexity in mmalloc: one of the dlsym
2022-07-28 Martin QuinsonAllow dlsym to call free() on memory that is allocated...
2022-07-22 Martin QuinsonAnother attempt at PRELOADing mmalloc (WIP)
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-21 Martin QuinsonFix build error due to clang-format reordering the...
2022-07-21 Martin QuinsonSplit mmalloc in a separate library
2022-07-21 Martin QuinsonFurther small simplifications to mmalloc, killing dead...
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-21 Martin QuinsonSeparate mmalloc from xbt
2022-07-13 Martin Quinsonmmalloc: rename a symbol to prepare further refactorings
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Arnaud GierschEasy Sonar smells.
2022-06-27 Martin QuinsonMake sthread_inside_simgrid static into libsthread...
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-26 Martin Quinsonmake sthread work out of MC build trees
2022-06-25 Martin Quinsontentative of implementing pthread_join, and to ensure...
2022-06-24 Martin QuinsonMake sure that sthread_inside_simgrid is initially...
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Martin QuinsonOngoing attempt for sthread, an automatic intercepter...
2022-06-24 Martin QuinsonAdd a function to determine whether SMPI is currently...
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.
next