Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Files were regenerated.
[simgrid.git] / include / simgrid /
2019-08-15 Martin Quinsonnow, kernel::actor::simcall_blocking can return a value
2019-08-15 Martin QuinsonIntroduce a class mc::SimcallInspector, that allows...
2019-08-15 Martin Quinsonstart to make generic simcalls observable from the MC
2019-08-15 Martin Quinsonmove the simcall template to the kernel::actor namespace
2019-08-10 Martin QuinsonPort simcall_process_suspend to the modernity
2019-08-09 Martin Quinsonport a blocking simcall to the modernity
2019-08-09 Martin Quinsonintroduce a simcall_blocking(), and improve the comments
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-08-08 Martin Quinsonshy attempt at simplifying the simcall mechanism
2019-08-02 Martin QuinsonNew signal: Actor::on_termination (when its code termin...
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-07-26 Martin QuinsonMake SG_BARRIER_SERIAL_THREAD visible from C files too
2019-07-24 Martin Quinsoncosmetic to make the code easier to read
2019-07-24 Martin QuinsonHost::get_englobing_zone() returns the englobing netzone
2019-07-13 Martin QuinsonIntroduce SG_BARRIER_SERIAL_THREAD
2019-07-11 Frederic Suteradd Host::send_to and sg_send_to
2019-07-11 Frederic Suteradd a sg_actor_self_execute function
2019-07-10 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-07-10 Frederic Suteruntested C interface to Condition Variables
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/30
2019-07-10 Frederic Suteroups
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/29
2019-07-09 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/28
2019-07-09 Loic GueganWifi model interface:
2019-07-09 Martin QuinsonHide hidden symbols from doxygen
2019-07-03 Arnaud Giersch[sonar] Move all #include directives before any code...
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschDefine and throw simgrid::TracingError.
2019-07-02 Arnaud GierschDefine and throw simgrid::VmFailureException.
2019-07-02 Arnaud GierschDefine proper exceptions subclasses.
2019-06-26 Arnaud GierschRemove features marked with DEPRECATED_v324.
2019-06-15 Martin QuinsonCosmetics around ns-3
2019-06-15 Martin Quinsonlittle tiny fix toward doc homogeneity
2019-06-14 Martin Quinsontiny doc improvements
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-06-04 Martin QuinsonHide the destructor of resource::Model
2019-06-03 Martin QuinsonAvoid a >>unused parameter ‘host’<< error on user code
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-28 Martin QuinsonDon't pretend we can move a parallel exec
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
next