Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert another example to S4U (and document it)
[simgrid.git] / include /
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
2017-11-22 MERCIER Michael[MSG] add MSG_task_get_remaining_work_ratio + test
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 Martin Quinsonfinish the integration of the new link_energy plugin
2017-11-21 Frederic Suterfurther split File and Storage
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Martin QuinsonMake the link_energy plugin actually compile
2017-11-21 Martin Quinsonallow to retrieve the link list from the Engine
2017-11-21 Martin Quinsonimplement some more getters in surf::Link and s4u:...
2017-11-21 Frederic Suteruse storage and not name and type in File
2017-11-20 Martin QuinsonFix the doc of S4U: s/process/actor/
2017-11-20 Arnaud GierschDeclare as XBT_PUBLIC.
2017-11-15 Arnaud GierschFactorize SMPI_SAMPLE macros.
2017-11-14 Arnaud GierschMove simgrid::xbt::HeapComparator in xbt/utility.hpp.
2017-11-14 Arnaud GierschDefine and use utility class to compare pairs in priori...
2017-11-13 Arnaud GierschMissing include.
next