Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use std::fill instead of memset.
[simgrid.git] / src / surf /
2022-08-31 Arnaud GierschUse std::string_view (sonar).
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-15 Fred SuterPrevent segfault when VM's host is created with pstate > 0
2022-07-13 Arnaud GierschUse fixed point arithmetic to avoid rounding errors.
2022-07-08 Bruno DonassoloMerge branch 'issue111' into 'master'
2022-07-07 Bruno DonassoloWorkaround for multicore ptasks.
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-21 Tom CornebizeRenaming: s4u_enforce -> xbt_enforce
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-06-05 Arnaud GierschPropagate const attribute (sonar).
2022-06-03 Arnaud GierschCoding style: snake_case.
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
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 GierschMerge branch 'dev-fix_mailbox_clear' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-hosts_to_activity' into 'master'
2022-05-19 Fabien ChaixCosmetics
2022-05-19 Fabien ChaixNo need to check for activities_ nullness
2022-05-18 Fabien ChaixMove hosts_ to ActivityImpl_ to allow tracking of detac...
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschPointer-to-const (sonar).
2022-04-26 Arnaud GierschDon't build useless temporary object (sonar, c++17).
2022-04-25 Arnaud GierschRemaining "try_emplace" (sonar, c++!7).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-25 Arnaud GierschConst ref for catch.
2022-04-23 Arnaud GierschDon't throw exception in destructor (sonar).
2022-04-22 Augustin Degomme... I'm certain I tested this yesterday
2022-04-22 Augustin DegommeUpdate network_ns3.cpp
2022-04-21 Augustin Degommeprepare for next NS3 release
2022-04-19 Bruno DonassoloSet s4u::VirtualMachine as deprecated
2022-04-19 Bruno DonassoloFix wrench test, use s4u method to generate the good...
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-11 Bruno DonassoloHosts and VMs internal refactor.
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-04-04 Bruno DonassoloMove links_ to the netzone their are declared
2022-03-31 Arnaud GierschDead code elimination.
2022-03-31 SUTER Fredericallow users to retrieve hosts and links by the zone...
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (resource...
2022-03-18 Bruno DonassoloKill set_concurrency_share
2022-03-18 Bruno DonassoloKill expand_add
2022-03-18 Bruno DonassoloRemove bmf host model. Add it as an option.
2022-03-18 Bruno DonassoloNetwork: add solver as an option
2022-03-18 Bruno DonassoloDisk: add solver as an option
2022-03-18 Bruno DonassoloMove maxmin solver from system
2022-03-18 Bruno DonassoloSolver as an configuration option for CPU
2022-03-17 Arnaud GierschSuppress trailing whitespaces.
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-14 Martin QuinsonMerge branch 'dev-profile-callbacks' into 'master'
2022-03-14 Fabien ChaixRefactoring profiles to use generic callbacks
2022-03-14 Arnaud GierschUpdate comments.
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-11 Bruno DonassoloMinor improv in threads
2022-03-09 Martin QuinsonFix clang builds (unused lambda capture)
2022-03-09 Martin QuinsonIntroduce a Trait to deal with autorestart matter in...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-08 SUTER Fredericintroduce thread_execute
2022-03-07 Bruno DonassoloMerge branch 'bmf' into 'master'
2022-03-07 Bruno DonassoloImplements selective-update for bmf model (off by default).
2022-03-07 Bruno Donassoloptask_BMF: refactor code and loop scenarios
2022-03-07 Bruno DonassoloBugfix: ptask should use expand_add for exec tasks
2022-03-07 Bruno DonassoloNew model for parallel tasks: host/model:ptask_BMF
2022-02-19 Arnaud GierschExplicit casts for Sonar.
2022-02-19 Arnaud GierschApparently these asserts are not failing anymore. Uncom...
2022-02-18 Arnaud GierschFix sonar issues in ns3 bindings.
2022-02-10 Arnaud Giersch[pvs] Don't let members uninitialized.
2022-02-08 Arnaud GierschFix memory leak with ns3 routing tables.
2022-02-03 Martin Quinsonpreshot sonar (dead code; equality test between double)
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-02 Clément Courageux... zero wifi rate
2022-01-28 Martin QuinsonAdd a destructor to the NetworkNS3Model to cleanup...
2022-01-22 Martin QuinsonReally tiny optimization when the communication is...
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-07 SUTER Frederic[sonar] bunch of smells
2022-01-07 SUTER Fredericmerge functions
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-06 Martin QuinsonMerge branch 'appveyor' of github.com:simgrid/simgrid
2022-01-06 SUTER Fredericremove now unused variables
2022-01-06 SUTER Fredericdrop the old Lua bindings for programmatic platform...
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge branch 'issue95' into 'master'
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Bruno DonassoloFix MR74, workaround for s4u-network-ns3-wifi
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2022-01-04 Bruno DonassoloMerge branch 'issue99' into 'master'
2022-01-03 Bruno DonassoloMix XML and C++ platforms
2022-01-03 SUTER Fredericrename src/simdag to src/dag and update other files...
2021-12-27 Bruno Donassolo[CR] Minor improvement.
2021-12-25 Martin QuinsonDocument <backbone> and cosmetics in the platform doc
2021-12-24 Martin QuinsonMark in the DTD which tags are deprecated, and deprecat...
2021-12-24 Bruno DonassoloFix multicore ptask with communications
next