Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'actor-comms' into 'master'
[simgrid.git] / src /
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 Martin Quinsonproperly deal with network/optim (end of the ModuleGrou...
2023-02-15 Martin QuinsonKill a now useless file
2023-02-15 Martin QuinsonCosmetics around the creation of the VM model
2023-02-15 Martin QuinsonFurther factorization: introduce ModuleGroup::init_from...
2023-02-15 Martin Quinson15 years later, I finally managed to kill host/model...
2023-02-15 Martin QuinsonObjectif the disk model
2023-02-15 Martin QuinsonThere is no way these names are empty, bc we give a...
2023-02-15 Martin QuinsonObjectifies the host models
2023-02-15 Martin Quinsonfactorize the flags of models and plugins
2023-02-15 Martin QuinsonObjectifies the CPU model
2023-02-15 Martin QuinsonAllow to add a disk to a host after a load_platform...
2023-02-15 Maxwell PirtleAdd note about resetting `times_considered`
2023-02-15 Maxwell PirtleReplace pending transition with latest execution
2023-02-15 Martin QuinsonConvert the network models to the new plugin-like mechanism
2023-02-14 Martin QuinsonObjectify the model containers
2023-02-14 Martin QuinsonMove the surf log categories elsewhere
2023-02-13 Arnaud GierschReduce scope for variables.
2023-02-13 Arnaud GierschSimplify initialization of the root log category.
2023-02-13 Arnaud GierschDefine context related globals as static members of...
2023-02-13 Arnaud GierschMake global variables "const".
2023-02-13 Maxwell PirtleFinalize passing transitions during model checking
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-10 Maxwell PirtleAdd intial steps to transfer transitions to the MC
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
next