Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill features marked deprecated until v3.19.
[simgrid.git] / include /
2018-01-09 Arnaud GierschKill features marked deprecated until v3.19.
2018-01-09 Arnaud GierschRemove XBT_LOG_CONNECT, it should be useless nowadays.
2018-01-09 Arnaud GierschAlways enable contructor attribute on log categories.
2018-01-09 Arnaud GierschRename constructor attribute.
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-27 Frederic Sutersmpi doesn't know void anymore
2017-12-27 Frederic Suterremove includes of datatypes.h
2017-12-26 Frederic Suterget rid of the vm_params struct
2017-12-26 Martin Quinsonimplement s4u::Comm::test_any() (fix #194)
2017-12-26 Martin Quinsonmove the host list into the Engine
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Frederic Suterallow zero-cost migration (a.k.a. setPm)
2017-12-26 Frederic Sutervm_migrate is now part of the live_migration plugin \o/
2017-12-19 Martin Quinsonsonar: remove redundent declarations
2017-12-19 Martin Quinsondon't load a private header from s4u/NetZone.hpp
2017-12-19 Martin Quinsonevery setter in s4u::Activity return the activity
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-18 Frederic Suteradd some signals
2017-12-18 Frederic Sutermv VM shutdown to the plugin
2017-12-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-17 Arnaud GierschMissing XBT_PUBLIC.
2017-12-16 Martin Quinsonslight doc improvment
2017-12-15 Frederic Sutermove VM setBound to the plugin
2017-12-14 Martin Quinsonadd Host::by_name(char*)
2017-12-12 Arnaud GierschFix remaining warnings with mingw.
2017-12-11 Frederic Suteradd test() for asynchronous executions
2017-12-09 Martin Quinsons4u::Host->getLoad() returns the achieved speed in...
2017-12-09 Martin Quinsonmove exec_init and exec_async to the this_actor namespace
2017-12-09 Martin Quinsonallow remote exec: s4u::Exec->setHost()
2017-12-09 Martin Quinsonimplement s4u::Exec->getRemainingRatio()
2017-12-09 Martin Quinsonremove a useless 'friend' statement (+cosmetics)
2017-12-09 Martin Quinsonmark overriden methods as virtual (thx sonar)
2017-12-09 Martin Quinsonnew signal: s4u::onDeadlock()
2017-12-08 Martin QuinsonRemove the now unused MSG_task_get_initial_flops_amount()
2017-12-08 Martin QuinsonUn-deprecate MSG_task_get_flops_amount() and implement...
2017-12-08 Arnaud GierschPlease cppcheck (codacy).
2017-12-08 Arnaud GierschFix build errors and warnings with mingw.
2017-12-08 Arnaud GierschTypo.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_system_t -> System.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_element_t -> Element.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_constraint_t ->...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_variable_t -> Variable.
2017-12-07 Arnaud GierschAnother "explicit" forgotten with previous commits.
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::kernel::Future constru...
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::xbt::Task constructor.
2017-12-07 Arnaud GierschAdd explicit keyword to one-parameter constructors.
2017-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-07 Frederic Suteroops. Clang bit me
2017-12-07 Frederic Suterpopulate Exec a bit more
2017-12-06 Frederic Suterhide pimpl a bit in the high level API
2017-12-06 Frederic Suterremove the skip_stage parameters from VM params
2017-12-06 Martin Quinsonplease clang
2017-12-06 Frederic Suterremove unused devsize and use only size_t for sizes
2017-12-06 Frederic Suterfirst step towards asynchronous executions
2017-12-06 Frederic Suterisolate VM migration parameters from others
2017-12-05 Arnaud GierschRemove unused code in xbt_graph.
2017-12-05 Arnaud GierschHide xbt_swag under the hood of mmalloc, its only remai...
2017-12-05 Frederic SuterallStorages() -> getStorageList(whereTo)
2017-12-04 Arnaud GierschDefine simgrid::xbt::intrusive_erase to remove an eleme...
2017-12-04 Frederic Suterconvert process-join to actor-join
2017-12-03 Arnaud GierschRemove useless include.
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-12-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-02 Frederic Suteradd getProperties to Actor
2017-12-01 Frederic Suteradd parallel_execute with timeout in s4u.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Arnaud GierschConstification in maxmin.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Frederic Suterthe plugin is now complete \o/
2017-11-30 Martin QuinsonAll this started with a simple namespace renaming
2017-11-30 Frederic Suterremote copy and move in the plugin
2017-11-30 Frederic Suterattempt to have parallel tasks in s4u.
2017-11-30 Frederic SuterMSG_file_open/close now are in the plugin
2017-11-30 Frederic Suterextend the plugin public interface
2017-11-30 Frederic Suter(hopefully) finalize pluginifaction of pseudo file...
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-29 Frederic Suterhave disk size in the extension too
2017-11-29 Frederic Suterhave getContent in the plugin too
2017-11-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-29 Frederic Sutermore pluginification of our pseudo file system
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-28 Frederic Suterexpose direct I/O on storage in MSG
2017-11-27 Martin Quinsonxbt_cond_timedwait: catch C++ timeouts; convert into...
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-24 Martin QuinsonMerge pull request #246 from danilo-carastan-santos...
2017-11-24 Arnaud GierschDeclare swag as const when possible.
2017-11-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-23 Frederic Suterpluginify storage contents
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Frederic Suterremove FileImpl \o/
2017-11-22 Martin Quinsonrename a field for clarity: that's not a signal
2017-11-22 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-11-22 Martin Quinsonproperly deprecate MSG_task_get_flops_amount() and...
2017-11-22 MERCIER MichaelFix warnings + refactor
next