Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Expose signals Activity::on_suspend and Activity::on_resume in s4u
[simgrid.git] / include /
2022-03-25 Martin QuinsonExpose signals Activity::on_suspend and Activity::on_re...
2022-03-25 Martin Quinsonkill a signal that never worked anyway
2022-03-22 Arnaud GierschMore XBT_PUBLIC for mingw.
2022-03-22 Arnaud GierschA few Sonar smells.
2022-03-22 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v336.
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-03-19 Martin QuinsonGive users a way to debug their barriers
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud GierschA few more sonar smells.
2022-03-17 Arnaud GierschFix mingw warnigns.
2022-03-16 Arnaud GierschDisallow direct contruction/destruction of s4u::File.
2022-03-16 Arnaud GierschMove simcall out of s4u::File destructor.
2022-03-16 Arnaud GierschProvide File::open with 3 arguments.
2022-03-16 Arnaud GierschPolymorphic base class destructor should be either...
2022-03-16 Arnaud GierschRename variables to avoid shadowing outer declarations.
2022-03-16 SUTER Frederictake 2 on declare_flag, not sure it's better... a bit...
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschWhitespace cleanup and reindent.
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-15 SUTER Frederic[config] some declare_flag to Flag
2022-03-14 Martin QuinsonCosmetics in comments (mainly in EngineImpl::run)
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 GierschMark more smx_* type aliases as deprecated.
2022-03-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin Quinsondocument a function
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschUse std::function for Extension deleters.
2022-03-10 Arnaud GierschUse std::function for Comm callbacks.
2022-03-10 Martin Quinsoneasy sonar fixes
2022-03-09 Arnaud GierschFix mingw warning.
2022-03-09 Martin QuinsonImprove the Actor::set_auto_restart doc by specifying...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-08 Arnaud GierschDefine Comm::send and Comm::recv (replace simcall_comm_...
2022-03-08 SUTER Fredericintroduce thread_execute
2022-03-08 SUTER Fredericmark 3 more simcalls as deprecated
2022-03-06 Arnaud GierschMark unused type aliases as deprecated.
2022-03-06 Arnaud GierschMark old simcall_comm_isend/irecv/wait as deprecated.
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Martin Quinsonsemaphore monkey
2022-03-02 Martin QuinsonNew signal: Engine::on_simulation_start
2022-03-02 Arnaud GierschConst methods.
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 SUTER Fredericrework how host-to-host comms are managed
2022-03-01 SUTER Fredericclean up before modifications
2022-02-28 Martin QuinsonEnhance the documentation of Actor::daemonize()
2022-02-28 Martin QuinsonMore information on actor death in monkey's test case
2022-02-27 Martin QuinsonNo future.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-27 Martin Quinsonallow to chain some setters on actors
2022-02-27 Martin Quinsoncosmetics (sg4 namespace, comments, log channel)
2022-02-25 Martin QuinsonImplement SemaphoreImpl::acquire_async (timeouts are...
2022-02-24 Martin QuinsonAdd a MC version of the s4u-synchro-mutex test
2022-02-23 SUTER Fredericdeprecate Engine::shutdown()
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-21 Martin Quinsondoc: add a link from Mailbox::get_init to Comm::set_dst...
2022-02-20 Martin QuinsonRename SynchroRawImpl to SynchroImpl
2022-02-18 Martin QuinsonMake CommDet a plugin on top of Safety
2022-02-18 Arnaud GierschFix sonar issues in ns3 bindings.
2022-02-18 Arnaud GierschDeprecate sg_host_dump.
2022-02-16 Arnaud GierschUse bounds checking method array::at().
2022-02-07 Martin QuinsonMove the selection of the next transition to execute...
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Fredericmark some old simcalls as deprecated (test, test_any...
2022-02-02 Clément Courageux... zero wifi rate
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-31 Arnaud GierschKill now unused xbt_dynar_shrink().
2022-01-31 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v335.
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-28 SUTER FredericUsers should not set the netzone_root themselves. Make...
2022-01-24 Arnaud GierschDeprecate Activity::{get,set}_user_data().
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-23 Martin QuinsonExtend the python bindings and cosmetics
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonFurther fixups and cosmetics in the doc
2022-01-22 Martin QuinsonMake Activity::on_completion take a const&, just like...
2022-01-22 Martin QuinsonMany tiny documentation improvements
2022-01-17 Arnaud GierschCurrent XBT_ATTRIB_DEPRECATED is v334. Fix last changes.
2022-01-17 Arnaud GierschDeprecate functions unused after removal of SimDag.
2022-01-17 Arnaud GierschRename method, and make it return a boolean.
2022-01-16 Arnaud Giersch'virtual' looks superfluous here.
2022-01-16 Arnaud GierschMake signals private in s4u::Actor.
2022-01-16 Arnaud GierschRemove references to ancient functions.
2022-01-12 SUTER Fredericmake all VM signals private
2022-01-11 SUTER Fredericcontinue the deprecation of instrumentation C interface
2022-01-11 SUTER Fredericpublic functions in header + fix deprecation info
2022-01-11 SUTER Fredericdeprecate a large part of the old C tracing API
2022-01-10 SUTER Fredericc++-ify interface to instr
2022-01-07 SUTER Frederic[sonar] bunch of smells
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
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 Fredericdrop the old Lua bindings for programmatic platform...
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
next