Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the last remainings of the addTraces() pimple \o/
[simgrid.git] / src / surf / network_cm02.cpp
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-07 Martin Quinsonsanitize surf API: s/updateState/apply_event/
2016-02-07 Martin Quinsonsanitize the surf API
2016-02-07 Martin QuinsonSanitize the handling of the future_event_set
2016-02-07 Martin Quinsonsanitize bw and lat in Links: they are now s_surf_metric_t
2016-02-07 Martin Quinsonfirst round of cleanups in the NS3 network
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
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-30 Fabien ChaixFixed a dummy bug and removed an assertion that was...
2016-01-30 Fabien ChaixChanges to the Surf LMM:
2016-01-26 Martin Quinson[trace_mgr] cosmetics and simplifications
2016-01-25 Martin Quinsonkill an unused parameter in the trace_mgr
2016-01-25 Martin Quinsonobjectifies the Future Event Set of trace events
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-15 Martin Quinsonkill (inline) useless functions
2016-01-14 Gabriel CoronaRemove sg_platf_*_add_cb, use the signal<T> directly
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 Quinsoncosmetics in comments and error messages
2016-01-06 Martin QuinsonNetworkCM02: various cosmetics
2015-12-27 Martin QuinsonRename RoutingEdge into NetCard
2015-12-22 Martin Quinsonrename networkLinkCreatedCallbacks into Link::onCreatio...
2015-12-18 Gabriel Corona[surf] Remove signal-related #defines
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-12-09 Gabriel CoronaRemove 'using namespace foo;' in headers
2015-12-04 Martin Quinsonfurther rename power to speed in surf internals
2015-11-24 Gabriel Corona[surf] Move networkLinkCreatedCallbacks outside of...
2015-11-22 Martin Quinsonrename a global to make its purpose clear (hopefully)
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-20 Martin Quinsonactually kill models' names
2015-07-20 Martin Quinsonkill dead code: Action::recycle never got implemented
2015-07-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-19 Martin QuinsonKill link_lib and have C++ handle the hashmap of all...
2015-07-18 Martin Quinsonkill LinkPtr type and make Link* explicit
2015-07-18 Martin QuinsonRename NetworkLink type to Link
2015-05-26 Christian Heinrich[SURF] Fixed config option network/weight_S_parameter
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-04 Martin Quinsoncleanups and simplifications to our build system
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-16 Augustin DegommeAdd a safe version of lmm_get_var_from_cnst to avoid...
2014-08-29 Gabriel CoronaMerge branch 'mc'
2014-08-28 Augustin Degommebring back network model updateActionsStateFull functio...
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-16 Paul BédarideRevert "Replace xbt_heap by boost::heap::fibonacci_heap"
2014-05-16 Paul BédarideReplace xbt_heap by boost::heap::fibonacci_heap
2014-05-16 Paul BédarideRemove unnecessary casts
2014-05-16 Paul BédarideUnify models apis
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-03 Arnaud LegrandDistinguish between time precision and sharing precision.
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Martin QuinsonRevert "Remove XBT_INFO call"
2014-03-31 Pierre VeyreRemove XBT_INFO call
2014-03-31 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-26 Paul BédarideAdd networkCommunicateCallback, NetworkLink::updateLate...
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-18 Arnaud GierschRemove useless length modifier 'l' in %l[efg] for printf.
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-01-31 Paul BédarideAdd RoutingEdge wrapper to manage vm not destroy
2014-01-22 Paul BédarideAdd more callbacks
2013-12-19 Paul BédarideRemove all dynamic casts
2013-12-19 Paul BédarideMerge lmm into base to avoid diamond inheritance
2013-12-19 Paul BédarideReplace swag by boost::intrusive::list in surf
2013-12-12 Paul BédarideClean surf interface
2013-12-03 Paul BédarideRestructure surf++ storage
2013-11-29 Paul BédarideRestructure surf++ cpu and network