Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
put back a leak (for now) to fix tests
[simgrid.git] / src / surf / surf_interface.hpp
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschRemove unused option: network/sender-gap.
2017-07-31 Frederic Suterthis dict was a set
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Frederic Suterkill another dict in the C++ world
2017-07-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-20 Frederic Suterremove useless function
2017-07-20 Frederic Suteradress smells in cpuTI
2017-07-04 Martin Quinsonrefactor: be explicit on what an action's priority is
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-24 Frederic Suteruseless includes
2017-05-23 Martin Quinsonremove (void) in C++
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-14 Martin Quinsonrename a type to better match its purpose
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-10 Frederic Suteruniformization
2017-03-09 Frederic Suterdynar--
2017-03-08 Frederic Suterremove unnecessary access specifiers
2017-02-14 Martin Quinsoncosmetics
2017-02-10 Martin Quinsonobey our naming conventions
2016-12-21 Martin Quinsontry to fix clang++ builds
2016-12-21 Martin Quinsonfurther trim the includes
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-16 degommeadd missing include (only for osx?)
2016-11-15 Martin Quinsonlet's do standard C++ here
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-13 Martin Quinsonless strdup/free
2016-11-12 Martin Quinsoncode simplification: we don't use non-LMM resources
2016-10-02 Martin Quinsonrename next_occuring_event_isIdempotent() into nextOccu...
2016-10-02 Martin QuinsonselectiveUpdate is a bool
2016-10-02 Martin Quinsonrename next_occuring_event() into nextOccuringEvent()
2016-10-02 Martin Quinsonbetter use of inherency around Model::next_occuring_eve...
2016-10-02 Martin Quinsonadd a solve() fun pointer to maxmin datatype (+minor...
2016-10-02 Martin Quinsondon't make a pure function an object member
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-07-05 Gabriel Coronas/NULL/nullptr/ in our C++ codebase
2016-06-30 Gabriel CoronaSome #include fixes
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-05-19 Martin Quinsondocumentation shuffeling
2016-04-28 Gabriel CoronaRemove useless boost #includes
2016-04-03 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-01 Martin Quinsonsimplify the prototype of LinkCM02 constructor
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-08 Martin QuinsonRename the fields of surf::Model
2016-03-04 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-04 Martin Quinsonkill the latency_bound experiment in our codebase
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
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-21 Martin Quinsonbanish some surf parsing files to a src/surf/xml jail
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-08 Martin Quinsoncosmetics around surf::Resouce::apply_event()
2016-02-08 Martin Quinsonremove the last remainings of the addTraces() pimple \o/
2016-02-08 Martin Quinsonmake the rest of trace:connect private to the XML parsing
2016-02-08 Martin Quinsonmake trace_connect_list_host_speed private as it should
2016-02-07 Martin Quinsonsanitize surf API: s/updateState/apply_event/
2016-02-07 Martin Quinsonsanitize surf API: s/shareResources/next_occuring_event/
2016-02-07 Martin Quinsonsanitize the surf API
2016-02-07 Martin QuinsonSanitize the handling of the future_event_set
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-03 Martin QuinsonFurther untangle trace:connect. make trace_connect_list...
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin QuinsonMerge pull request #57 from fabienchaix/oldstyle_elemen...
2016-01-30 Martin Quinsonrename the datacontainers allowing the trace:connect tag
2016-01-25 Martin Quinsonobjectifies the Future Event Set of trace events
2016-01-23 Martin QuinsonCompile trace_mgr with g++. Next step: objectification
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 CoronaPublic simgrid::xbt:signal<F> class
2016-01-12 Gabriel CoronaAdd missing XBT_ALWAYS_INLINE
2016-01-12 Gabriel CoronaFix aliased template parameter name
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-03 Martin Quinsoncleanups in CpuCas01: overrides, initialize fields...
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-25 Martin QuinsonMake the energy plugin usable with ptask (but not DVFS...
2015-12-21 Martin Quinsoncode simplification around Host::onDestruction
2015-12-21 Martin Quinsonkill some MSC cruft
2015-12-18 Gabriel Corona[surf] Remove signal-related #defines
next