Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
snake_case routing::NetPoint
[simgrid.git] / src / kernel / activity /
2018-05-30 Frederic Sutercosmetics
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin QuinsonUPPER_CASE the Action::State values (+ uniformity with...
2018-05-11 Martin Quinsoncosmetics: snake_case some random local variables,...
2018-05-11 Martin Quinsonrename some fields (change toto to toto_)
2018-05-11 Martin Quinsoncosmetics: rename 2 fields
2018-05-11 Martin Quinsonprivatize ExecImpl::timeoutDetector and partially ExecI...
2018-05-11 Martin Quinsonfactorize code between SIMIX_execution_start and SIMIX_...
2018-05-11 Martin Quinsoncosmetic in mutex
2018-05-11 Martin Quinsonsnake_case kernel::activity::ExecImpl
2018-05-04 Arnaud GierschStop using costly exceptions on timeout for simix synchros.
2018-05-04 Arnaud GierschCosmetics: define function before use.
2018-05-04 Arnaud GierschUse kernelImmediate for simcall cond_init.
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschComment unused parameters.
2018-04-16 Arnaud GierschRename variable to unhide class field with same name.
2018-04-16 Martin Quinsonmodernize 2 simcalls in ConditionVariable
2018-04-15 Martin Quinsonstart modernizing ConditionVariableImpl
2018-04-15 Martin QuinsonSeparate ConditionVariableImpl into its own files
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-03 Martin Quinsonfix some issues arising when killing new-born actors...
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-25 Martin Quinsonfinish snake_casing resource::Action
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-25 Martin Quinsonmove simix::ActorImpl to kernel::actor::ActorImpl
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
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-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-02-27 Millian Poquet[code] allow s4u::Mailbox::setReceiver(nullptr)
2018-02-13 Christian Heinrich[KERNEL] Simple spelling fix
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Martin Quinsonmove MutexImpl to the expected location
2017-12-19 Frederic Sutertracking works better if signals are triggered
2017-12-19 Frederic Sutercleanups
2017-12-18 Frederic Suteradd some signals
2017-12-09 Martin Quinsons4u::Exec->getRemains() should not fail on terminated...
2017-12-09 Martin Quinsonremove a useless 'friend' statement (+cosmetics)
2017-12-09 Martin Quinsonuse assert instead of throw std:logic_error
2017-12-09 Martin Quinsonsonar: throw static exceptions
2017-12-08 Martin Quinsonimplement ExecImpl::remainingRatio and make sure we...
2017-12-08 Martin Quinsonmake similarities between CommImpl and ExecImpl more...
2017-12-08 Martin Quinsoncode simplification
2017-12-08 Arnaud GierschFix another warning.
2017-12-07 Arnaud GierschRename variable hiding class field.
2017-12-06 Frederic Suterfirst step towards asynchronous executions
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-11-05 Martin Quinsonconvert src/mc/mc_replay.h into mc_replay.hpp (+ don...
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
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-14 Arnaud GierschAdd getName()/getCname() in kernel::activity::MailboxImpl.
2017-10-14 Arnaud GierschUse a C++ string instead of char* for mailbox name.
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-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-05 Arnaud GierschRemove a few more commented lines of code.
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-08-03 Frederic SuterMC doesn't like strings
2017-08-03 Frederic Suterdict--
2017-07-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-11 Frederic Sutercleanups
2017-07-10 Frederic SuterFile mgmt looks like a plugin now \o/
2017-07-10 Frederic Suterdisentangle file opening
2017-07-10 Frederic Suterclosing a file is a noop. No need to deep down the...
2017-07-10 Frederic Sutermore cleanups
2017-07-05 Martin Quinsonthis header is C++ only
2017-07-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-04 Frederic Suterget rid of smx_file_t
2017-07-04 Martin Quinsonfinish removing simix.h from C files, and avoid the...
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-20 Martin Quinsonwoops, fix the refcounting of activityImpl
2017-06-20 Martin QuinsonSimplify intrusive_ptr_release to speed it up and fix...
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
next