Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
For Sonar.
[simgrid.git] / src /
2023-02-13 Arnaud GierschDefine context related globals as static members of...
2023-02-13 Arnaud GierschMake global variables "const".
2023-02-11 Martin Quinsonmove the flatifier functions to the s4u::Engine, for...
2023-02-11 Martin QuinsonAdd a Link::get_concurrency_limit and use it in the...
2023-02-11 Arnaud GierschUse more readable alternatives for string::compare().
2023-02-11 Arnaud GierschKill another bunch of globals.
2023-02-09 Arnaud GierschKill a few globals.
2023-02-09 Arnaud GierschFix comment.
2023-02-09 Martin QuinsonMerge branch 'arm-patch' into 'master'
2023-02-09 Maxwell PirtleAdd patch for arm64 Ubuntu 22.04 in UnwindContext
2023-02-08 Fred Sutermake all Activity starts vetoable
2023-02-08 Arnaud GierschTypo [ci-skip]
2023-02-08 Arnaud GierschImplement ConditionWaitSimcall::to_string().
2023-02-08 Arnaud GierschCosmetics with spacings around colon (:).
2023-02-08 Arnaud GierschDeclare functions with attribute 'noreturn' (sonar).
2023-02-08 Arnaud GierschReduce scope for variables.
2023-02-07 Arnaud GierschPrevent inlining for empty placeholders of sthread_enab...
2023-02-06 Arnaud GierschMake global variables "const".
2023-02-06 Arnaud GierschAvoid duplicate declaration.
2023-01-30 Arnaud GierschMake pc_id a static member of ProducerConsumer.
2023-01-28 Martin QuinsonFix the code and doc of Comm/Exec suspend/resume in...
2023-01-27 Arnaud GierschSonar smells after last changes.
2023-01-24 Arnaud GierschCondition is always false.
2023-01-24 Arnaud GierschUnsigned cannot be < 0.
2023-01-24 Arnaud GierschUse predefined algorithm.
2023-01-20 Martin QuinsonAllow to disable the TCP windowing modeling by setting...
2023-01-20 Martin QuinsonMove a tiny bit of surf to xbt
2023-01-16 Martin QuinsonKill a useless function, and rename another one
2023-01-16 Martin Quinsonanother useless cleanup
2023-01-16 Martin QuinsonKill a parameter that was always nullptr
2023-01-16 Martin QuinsonMove two generic functions from surf to xbt
2023-01-15 Martin Quinsonuseless cleanups
2023-01-14 Arnaud GierschRemove more references to MSG in documentation.
2023-01-14 Martin QuinsonRemove MSG. Its EOL was scheduled for 2020
2023-01-13 Arnaud GierschFix MC+sthread+coverage.
2023-01-13 Arnaud Giersch[smpi] Flush output streams after the run too.
2023-01-13 Arnaud GierschInstall SIGSEGV handler unconditionally.
2023-01-12 Martin QuinsonRemove Java bindings. They are not updated since maybe...
2023-01-12 Martin Quinsonpthreads are not used anymore. Standard C++ ones are
2023-01-12 Arnaud GierschKill remaining traces of win32 support.
2023-01-11 Arnaud GierschRemove ancient hack.
2023-01-11 Arnaud GierschCosmetics: align with other similar declarations.
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-05 Arnaud GierschFix tests built with PYBIND11_ASSERT_GIL_HELD_INCREF_DE...
2023-01-05 Arnaud GierschEnsure that the GIL is held when using inc_ref/dec_ref.
2023-01-05 Arnaud GierschUse C++ string for argument.
2023-01-05 Arnaud GierschSuperfluous py::call_guard.
2023-01-05 Arnaud GierschReindent.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-16 Arnaud GierschUse std::byte for bye-oriented data manipulation (sonar).
2022-12-07 Arnaud GierschUse pointer-to-const when possible (Sonar).
2022-12-07 Arnaud GierschRedundant cast.
2022-12-07 Arnaud GierschKill unimplemented declarations.
2022-12-06 Arnaud GierschAdd -Wextra to CFLAGS too.
2022-12-05 Arnaud GierschMerge "else" branches.
2022-12-01 Augustin DegommeMerge branch 'faster_activity_removal' into 'master'
2022-12-01 Henri CasanovaReplaced std::list by std::set to keep track of activities
2022-11-23 Arnaud GierschCosmetics.
2022-11-23 Arnaud GierschUse C++ string_view.
2022-11-23 Arnaud GierschReplace static function by a lambda.
2022-11-22 Arnaud GierschFix doc.
2022-11-21 Fred Suterbetter failure handling for streams
2022-11-21 Arnaud GierschAddress misc Sonar issues.
2022-11-17 Arnaud GierschKill useless computation.
2022-11-09 Fred SuterCompletely revise the way to deal with Streamed I/Os
2022-11-09 Fred Suterthis belongs to the Impl not a specific model
2022-11-09 Fred Suterfurther simplification/cleanups
2022-11-08 Arnaud GierschReduce the number of lambdas involved for python bindings.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-07 Arnaud GierschUse boolean value.
2022-11-07 Arnaud GierschMark "override" (Sonar).
2022-11-07 Arnaud GierschCosmetics.
2022-11-07 Fred Sutersimplify the I/O stream thing A LOT. Might be plunged...
2022-11-06 Martin QuinsonRemove a work around for a 2017 bug in Python + Windows
2022-11-06 Martin QuinsonHelp windows builds: do not redefine XBT_PUBLIC
2022-11-06 Martin QuinsonMissing include
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-05 Martin QuinsonAllow the MC replay to use the 'zero' buffering
2022-11-04 Martin QuinsonMove a function to the right file and other cleanups
2022-11-04 Martin QuinsonKill a now unused field
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-04 Fred Suteranother attempt to avoid deadlocks in wrench when using...
2022-11-04 Fred Suterfix deadlock found by hcasanova in case of self communi...
2022-11-03 Arnaud GierschReuse existing variable, and shorten conditional.
2022-11-03 Arnaud GierschDon't call function with side effect twice in the same...
2022-11-02 Arnaud GierschVariable is declared in xbt/asserts.h.
2022-11-02 Arnaud GierschSpurious #include.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonDisplay the mailbox name when showing a deadlocking...
2022-11-01 Martin QuinsonMC: display the status of all actors in case of deadlock
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-11-01 Martin QuinsonDisplay the stack of each actor during a MC replay...
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-11-01 Fred Suterfix issues spotted by agriersch
2022-10-31 Martin QuinsonMC replay: check whether there is a deadlock after...
2022-10-31 Martin QuinsonAlign the behavior of MC and MC_replay in SMPI, so...
2022-10-31 Martin QuinsonBe more verbose on the blocking transition when display...
2022-10-31 Fred Suterplug leak and more consistency with other models
2022-10-30 Martin QuinsonMC_replay: Ensure that times_considered is always set
next