Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a deque instead of an intrusive hook for all VMs
[simgrid.git] / src / surf / surf_interface.cpp
2016-08-26 Martin Quinsonclasses can actually be created on demand
2016-08-25 Martin Quinsondestroy the config set each time we allocate it
2016-08-18 Martin QuinsonMerge pull request #108 from adfaure/master
2016-08-17 Frederic Suterstore host and not names
2016-08-16 Frederic Suterdynar-- for hosts that restart
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Frederic Suterdynar to std::vector
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-02 degommeAdd a check to crash when user is compiling with stable...
2016-08-02 degommeOrder of these error messages was inverted
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::routing
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-19 Martin Quinsonmove the routing stuff to its namespace
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Gabriel CoronaGetting rid of C exceptions
2016-06-09 Christian Heinrich[SURF] NULL -> nullptr substitution
2016-05-31 degomme.. and of strcat, replaced by strncat
2016-05-30 Gabriel Corona[surf] Fix NetCard leak
2016-05-30 Gabriel Corona[surf] Init ROUTING_ASR_LEVEL
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-26 Martin Quinsonplug 2 memleaks
2016-03-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-26 Martin Quinsonsmall cleanups here and there
2016-03-26 Martin Quinsonrename the fields of surf::Action
2016-03-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-25 Martin Quinsonkill unused constructors of Resources and other cleanups
2016-03-25 Martin QuinsonResource: rename fields
2016-03-25 Martin Quinsonfix constness of some methods and add a std::hash<Resource>
2016-03-20 Martin Quinsonobjectifies surf::Action::State
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-09 Martin Quinsonkill the portable header
2016-03-09 Gabriel CoronaFix HAVE_FOOBAR flags handling
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-03-08 Martin QuinsonRename the fields of surf::Model
2016-03-06 Martin Quinson'inline' is C99, remove portability the layer
2016-03-06 Martin Quinsonfirst cleanups in the WIN32 preprocessor stuff
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Martin Quinsonmove surf::As to s4u::As
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Martin Quinsonvarious little cleanups
2016-03-01 Martin Quinsoninline a function called once
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Martin Quinsonoups
2016-02-26 Martin Quinsonrebalance a bit between simgrid_config and internal_config
2016-02-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-25 Martin QuinsonImplem? I meant Impl, as in pimpl. Sorry for the noise
2016-02-24 Martin QuinsonLet's call sg::surf::host a HostImplem
2016-02-24 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-02-24 Martin Quinsontry to sort out the surf headers a bit, if possible
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin Quinsonsurfxml: better error checking, and less include of...
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-07 Martin Quinsoncosmetics
2016-02-07 Martin Quinsonsanitize surf API: s/shareResources/next_occuring_event/
2016-02-07 Martin QuinsonSanitize the handling of the future_event_set
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-04 degommeUnify naming of contexts support.
2016-01-29 Martin Quinsonkill dead code: override to the same content
2016-01-25 Martin Quinsonobjectifies the Future Event Set of trace events
2016-01-22 Martin Quinsontypo in comments
2016-01-22 Martin Quinsonkill dead code. Simgrid internals are Pure Magic
2016-01-21 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-21 Martin QuinsonFirst round of refactoring in the event trace stuff
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-13 Gabriel CoronaMove the signals from simgrid::surf::Host to simgrid...
2016-01-13 Gabriel CoronaPublic simgrid::xbt:signal<F> class
2016-01-12 Gabriel CoronaRevert "remove a C-like pimple"
2016-01-11 Martin Quinsonremove completely the energy concern from the core
2016-01-10 Martin Quinsonkill dead code
2016-01-09 Martin Quinsonmake it easier to mark execution paths as DEADCODE...
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
2016-01-07 Martin Quinsonuntangle resource::state (ON/OFF) and VM::state (STARTE...
2016-01-06 Martin Quinsonremove a C-like pimple
2015-12-31 Martin Quinsoninitialize fields at declaration, to improve readability
2015-12-25 Martin Quinsongive a default value at field declaration, not everywhe...
2015-12-21 Martin Quinsoncode simplification around Host::onDestruction
2015-12-20 Martin Quinsonmake the host callbacks static to surf::Host instead...
2015-12-18 Gabriel Corona[surf] Remove signal-related #defines
2015-12-18 Gabriel Corona[surf] Triggers the destructed callbacks on the full...
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
2015-12-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-17 Gabriel Corona[xbt] Type-safe Facetable levels
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-10 Gabriel Corona[surf] Move some code in a simgrid::surf namespace
2015-11-24 Gabriel Corona[surf] Change CPU initialization
2015-11-22 Martin Quinsonrename a global to make its purpose clear (hopefully)
2015-10-31 Martin Quinsonkill some dead (commented) code
2015-10-27 Martin Quinson[surf] tiny cleanups around the virtual machines
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-09-20 Martin Quinson[MSVC] try to shut some warnings in the right file
2015-09-19 Martin Quinsondisable a MSVC warning
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-17 Gabriel Corona[mc] Use member hooks for surf_interface
next