Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Specialize parameter for simcall comm_test.
[simgrid.git] / include / simgrid / simix.h
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall io_wait.
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-18 Frederic Suterobjectify simix timers.
2019-02-13 Frederic SuterObjectify Semaphore kernel counterpart
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschAvoid unnecessary copy of parameters for parallel_execute.
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Frederic Suterfix clang builds
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Frederic Suterthink about users
2019-02-03 Frederic Suterset_kill_time is a method of ActorImpl
2019-02-03 Frederic SuterEngine is in charge of platform creation, not SIMIX...
2019-02-03 Frederic Sutermove code to the right place
2019-02-03 Frederic Suterfurther cleaning in simcalls
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-02-03 Frederic Sutermodernize a few simcall_execution_* calls
2019-01-26 Martin Quinsoninline a function
2019-01-20 Martin Quinsonkill an unused function
2019-01-15 Martin QuinsonImplement thread factory with std::thread, and cleanups
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-11 Martin Quinsonremove the argc/argv version of simcall_process_create
2018-11-11 Martin Quinsonplease sonar: kill an unused type and reduce the visibi...
2018-11-04 Martin Quinsonthese archaic callbacks are not used anymore, so kill...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-25 Martin Quinsondeprecate SIMIX_process_throw for ActorImpl::throw_exce...
2018-08-07 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-05 Martin QuinsonAllow to register functions that are void (*code)(std...
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Martin QuinsonMerge branch 'async_io' into 'master'
2018-08-02 Frederic Suterworking version.
2018-08-02 Frederic Suterdeclare an Io::OpType enum class
2018-08-02 Frederic Suterfirst compiling version
2018-08-02 Frederic SuterImplement I/O as asynchronous activities
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-25 Frederic Suterchanging the way the tracing category is passed to...
2018-07-24 Frederic Suterfix the (unoticed) mess I made
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-16 Arnaud GierschRestore C linkage for simcall_process_create.
2018-07-14 Martin Quinsonfix the C inclusion of simix.h, once again
2018-07-14 Martin QuinsonProperly stringify, snake_case and cleanups in k::ExecImpl
2018-07-13 Martin Quinsondeprecate some of simix.h C API
2018-07-13 Arnaud GierschRestore C interface (needed by StarPU).
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-11 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-11 Martin Quinsonstringify s4u::Engine
2018-07-09 Martin Quinsonpartially stringify s4u::Actor
2018-06-10 Martin Quinsonuse unordered_maps to store properties
2018-06-01 Arnaud GierschDefine SIMIX_process_on_exit() taking a std::function.
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin Quinsoninline SIMIX_host_off into s4u::Host->turnOff()
2018-05-12 Arnaud GierschKill unused function simcall_call().
2018-05-04 Arnaud GierschStop using costly exceptions on timeout for simix synchros.
2018-05-03 Arnaud GierschModernize simcall process_on_exit.
2018-05-03 Arnaud GierschModernize simcall process_killall.
2018-05-03 Arnaud GierschModernize simcall process_cleanup.
2018-05-03 Arnaud GierschKill unused simcall process_count.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Martin Quinsonmodernize 2 simcalls in ConditionVariable
2018-04-15 Martin Quinsonstart modernizing ConditionVariableImpl
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-22 Martin Quinsonseek and destroy more of MSG out of include/
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-02-13 Arnaud GierschKill function declarations without definitions.
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-27 Frederic Suterremove includes of datatypes.h
2017-12-11 Frederic Suteradd test() for asynchronous executions
2017-12-09 Martin Quinsonallow remote exec: s4u::Exec->setHost()
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Frederic Suterfurther split File and Storage
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-09 Arnaud GierschProtect C++ code when building in C mode.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-28 Arnaud GierschAlign top of stacks to a multiple of 16.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-11 Frederic Suterkill kill simcall
2017-08-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-07 Frederic Suterconvert map to dynar at API level
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
next