Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function xbt_replay_action_get(): Retrieve the function previously associated...
[simgrid.git] / src / kernel /
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Suterstring++ and static_cast too
2017-03-08 Frederic Suterremove unnecessary access specifiers
2017-03-07 Martin Quinsontry to please clang by marking overriding methods accor...
2017-03-07 Frederic Sutercosmetics
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin QuinsonCleanups
2017-03-06 Frederic Suterboostify parsers
2017-03-02 Martin Quinsonprefer the stack to the heap for temp data
2017-03-02 Frederic Sutersmells --
2017-02-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-28 Frederic Suterundynarify Torus
2017-02-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-27 Frederic Suterless free in Dragonfly and Torus
2017-02-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-27 Frederic Suterplease sonar
2017-02-25 Martin Quinsonplug a bunch of memleaks
2017-02-25 Martin Quinsonplug a memleak
2017-02-24 Martin Quinsonfinish the transition from C structures to C++ objects
2017-02-24 Frederic Suterwoops
2017-02-24 Frederic SuterWIP stop using const char* in C++ layers
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
2017-02-17 Frederic SuterFriday smell chase
2017-02-13 Martin Quinsonmove MailboxImpl to kernel::activity where it belongs
2017-02-12 Martin Quinson(partially) convert simix::MailboxImpl to C++
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-10 Martin Quinsongosh, sonar still chokes on this single function. Bette...
2017-02-09 Martin Quinsonsonar complains that these cases are redundant. Fair...
2017-02-09 Martin Quinsonsome cosmetics to please sonar
2017-02-07 Martin QuinsonAdd a s4u::Link class, at least
2017-02-06 Martin Quinsonrename surf::Link into surf::LinkImpl to make room...
2017-01-31 Martin Quinsonfinish the transition netcards->netpoints in the code
2017-01-30 Martin Quinsonnetcards were renamed to netpoints recently
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2017-01-14 Martin Quinsonadd the properties as argument to NetZoneImpl->createHost
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2017-01-04 Martin Quinsoncosmetics
2017-01-03 Martin QuinsonAS are called netzones, now
2017-01-02 Martin Quinsonremove an unused parameter + cosmetics
2017-01-01 Martin Quinsontodo--
2017-01-01 Martin Quinsonignore the lat parameter of peer tag
2016-12-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-12-29 Martin QuinsonRemove an easy FIXME
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-28 Martin Quinsoncosmetics in doc
2016-12-27 Martin QuinsonImprove the routing documentation
2016-12-23 Martin Quinsonfix clang builds by including <string> where needed
2016-12-22 Martin Quinsonfinish the cleanup of the netcard list container
2016-12-19 Martin Quinsoncut some useless includes
2016-12-18 Martin QuinsonMove all netcards into the dict, and the dict to the...
2016-12-18 Martin Quinsonuse std::string instead of bprintf
2016-12-17 Martin Quinsonreduce the public exposure of netcards_dict
2016-12-17 Martin Quinsonno need for a lib to store the netcards. A dict is...
2016-12-17 Martin Quinsonremove surf_routing.hpp
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-15 Martin Quinsonsmall cosmetics advised by sonar
2016-12-15 Martin Quinsonfix jedule builds
2016-12-14 Martin Quinsonstart rewriting the platform documentation now that...
2016-12-13 Martin Quinsonupdate function documentation and variable names in...
2016-12-13 Martin Quinsonrename the class objects and C types for the As ->...
2016-12-13 Martin Quinsonclang-format changes related to the previous commit
2016-12-13 Martin Quinsonstart renaming AS to NetZone
2016-12-12 Martin Quinsoncontinue emptying the surf_routing files
2016-12-12 Martin Quinsonmove some storage-related content out of routing into...
2016-12-11 Martin Quinsontypo
2016-12-11 Martin Quinsonplease sonar, and other small cleanups
2016-12-11 Martin Quinsonkill the s_surf_parsing_link_up_down_t datatype
2016-12-11 Martin Quinsoncosmetics
2016-12-11 Martin Quinsonuse std::pair instead of s_surf_parsing_link_up_down_t...
2016-12-11 Martin Quinsongreatly simplify the way peers are created in Vivaldi AS
2016-12-09 Martin Quinsonplease sonar, praise sonar
2016-12-09 Martin QuinsonUse boost instead of xbt in Vivaldi
2016-12-09 Martin Quinsonuse NetCard extension to store vivaldi coordinates
2016-12-08 Martin Quinsonmake NetCards extendable, and use this for NS3 extension
2016-12-08 Martin Quinsonmove the NetCard related functions into a NetCard.cpp
2016-12-08 Martin Quinsonactually, BypassRoute can be made private to AsImpl
2016-12-08 Martin Quinsonrename AsRoute to BypassRoute, and move it to its own...
2016-12-08 Martin QuinsonKill Onelink now that NS3 does not use it anymore
2016-12-08 Martin Quinsonmake an As::onRouteCreation signal so that NS3 does...
2016-12-07 Martin Quinsonkill the last remainings of RoutingPlatf
2016-12-07 Martin Quinsoncosmetics
2016-12-06 Martin Quinsonmove NetCard to its own header file
2016-12-06 Martin Quinsonno need for a NetCard and a NetCardImpl when both are...
2016-12-05 Martin Quinsonplease my old friend SonarQube now that it's back
2016-12-05 Martin QuinsonConvert routing_platf->getRouteAndLatency into s4u...
2016-12-04 Martin Quinsoncosmetics
2016-12-01 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2016-12-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-12-01 Martin Quinsonadd an EngineImpl, unused so far
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-29 degommefor some reason (const madness?) this lead to wrong...
2016-11-28 Martin Quinsonimprove the debug logs produced by the route seeking...
2016-11-18 Martin Quinsonmore verbose checks
2016-11-16 Martin Quinsonrename AsImpl::getRouteRecursive to AsImpl::getGlobalRo...
2016-11-16 Martin Quinsonrename As::getRouteAndLatency into As::getLocalRoute
2016-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-16 Martin Quinsonvarious small cosmetics in the routing
2016-11-16 Martin Quinsonreduce the visibility of some functions
2016-11-16 Martin Quinsonreduce the visibility of one field
next