Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics do not use msg in log class names
[simgrid.git] / include / simgrid /
2019-05-19 Martin Quinsonmake sure that nobody can compile s4u without simgrid...
2019-05-18 Arnaud GierschReturn const& for consistency.
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-14 Millian Poquet[doc] fix another doxygen friendliness issue
2019-05-14 Millian Poquet[doc] fix warnings, cosmetics
2019-05-14 Martin Quinsonfix some errors and warnings in the doc generation
2019-05-03 Arnaud Giersch[sonar] Add attribute "noreturn" to non-returning funct...
2019-04-30 Arnaud Giersch[sonar] Use unsigned char* for smpi buffers.
2019-04-30 Arnaud GierschUse C++ memory operators for smpi buffers.
2019-04-23 degommestorage : Allow to write inside a file without reducing...
2019-04-19 Arnaud GierschUse default destructor for resource::Model.
2019-04-19 Arnaud GierschRemove empty functions
2019-04-19 Arnaud GierschUse std::unique_ptr to manage memory.
2019-04-19 Martin Quinson[sonar] kill commented code
2019-04-19 Martin Quinsonplease sonar
2019-04-18 Arnaud GierschRemove a level of indirection, and custom destructors...
2019-04-18 Arnaud GierschRemove custom destructors for s4u_Filesystem.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschDefine PropertyHolder::set_properties.
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-17 Arnaud GierschUseless smart pointer.
2019-04-17 Arnaud GierschSmart pointer is not necessary for Actor::self.
2019-04-17 Arnaud GierschUniformize get_impl(): const attribute, and return...
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for routing/Dragonfly...
2019-04-13 Frederic Suterplease sonar
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Frederic Suterchanging namespace for cpu_interface
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-09 Arnaud GierschA simcall seems superfluous here (+ constify).
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutersimcall_comm_test returns a bool too
2019-04-03 Frederic Sutersimcall_execution_test returns a bool not a state
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterSave a cast per action completion
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Frederic Suterplease clang
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Arnaud GierschConstify Cpu::speed_per_pstate_.
2019-03-29 Frederic Suterenable user data extension without calling MSG_init
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschTidy SIMIX_process on_exit callbacks.
2019-03-19 Arnaud GierschDisallow direct destruction of Mailbox (make dtor private).
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-18 Arnaud GierschUnhide non-deprecated declaration.
2019-03-17 Martin Quinsonpython: exec-async and exec-remote examples
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschInline methods of simgrid::kernel::Resource.
2019-03-14 Arnaud GierschTidying simix::Timer.
2019-03-14 Frederic Sutercosmetic cleanups in S4U
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Arnaud GierschIIUC return std::move(...) is discouraged.
2019-03-12 Arnaud GierschReferences++.
2019-03-12 Frederic Suteruse consistent namespaces
2019-03-12 Frederic Sutermark old MSG functions as deprecated
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-11 Arnaud GierschConstify.
2019-03-08 Arnaud GierschPut XBT_ATTRIB_DEPRECATED at proper place.
2019-03-08 Arnaud GierschUse references for callback parameters of on_exit().
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-08 Arnaud GierschRemove duplicated but unused forward declarations.
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-06 Arnaud GierschDeprecate some functions.
2019-03-06 Frederic Suterplease sonar
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-03-05 Frederic Suterplease clang
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Arnaud GierschField is initialized by constructor.
2019-03-05 Martin Quinsonthose pimpl are actually never null, stop fooling sonar
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-05 Martin Quinsondon't let sonar think that pimpl_ can be null
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Frederic Sutersnake case this bool
2019-03-01 Arnaud GierschUse Rvalue references for exception constructors.
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-28 Arnaud GierschMake capture list explicit.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschMethod is redundant with base class.
2019-02-25 Arnaud GierschKill now unused functions SIMIX_mutex_{un}ref.
2019-02-25 Frederic Suterend objectification of MSG tasks
2019-02-25 Frederic Sutermv counter from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv data from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv category from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermove name from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Suterobjectify simdata_task_t
2019-02-23 Frederic Suterplease sonar
2019-02-22 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-02-22 Frederic Sutermake destructor public
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-20 Frederic Suterdamned picky clang
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutersave a cast
next