Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
name parameters in prototypes
[simgrid.git] / src / surf /
2017-02-24 Martin Quinsonplease sonar
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-24 Martin Quinsonplug some other memleaks
2017-02-24 Martin Quinsonplug a bunch of memleaks
2017-02-24 Martin Quinsoncosmetics while digging for a memleak
2017-02-23 Frederic Sutersmells and bugs
2017-02-17 Martin Quinsonstatic inline are the modern macros
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
2017-02-17 Frederic SuterFriday smell chase
2017-02-17 Frederic Suterdo not test equality on double
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin Quinsonmake some C functions as such to please sonar
2017-02-15 Martin Quinsonnew callback: s4u::onTimeAdvance
2017-02-15 Martin Quinsonnew signal s4u::Host::onSpeedChange: when pstate is...
2017-02-15 Martin Quinsonput all of the host_energy plugin in one file only
2017-02-15 Martin QuinsonMake room for the upcoming network energy plugin
2017-02-15 Martin Quinsonadd NetworkAction::links(), similar to CpuAction::cpus...
2017-02-15 Martin Quinsonkill dead code
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutersteal a bunch of easy commits and please sonar
2017-02-14 Martin Quinsonfix ns3 builds
2017-02-14 Martin Quinsoncosmetics
2017-02-13 Martin Quinsonplease sonar by removing 2 redundent forward declaration
2017-02-13 Martin Quinsoncosmetics
2017-02-13 Martin Quinsonalign the Link callbacks with the ones of Host
2017-02-13 Martin Quinsonmove the Link signals to s4u
2017-02-10 Martin Quinsonrename a header file now that it's clean
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-10 Martin Quinsoncosmetics
2017-02-07 Martin Quinsonand now fix NS3 builds, bummer
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-02-06 Martin Quinsonrename an option and improve its doc: maxmin/concurrenc...
2017-02-05 Martin Quinsonchange the default value of maxmin/concurrency_limit...
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-02-01 Martin Quinsonoptimize this vector traversal
2017-02-01 Martin Quinsonfix NS3 builds
2017-02-01 Martin Quinsoncosmetics
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-20 Martin Quinsonplug a memleak
2017-01-15 Martin Quinsoncosmetics
2017-01-14 Martin Quinsonremove a now unused parameter
2017-01-14 Martin Quinsonadd the properties as argument to NetZoneImpl->createHost
2017-01-14 Martin Quinsonmake the propaganda useful (and thus desirable) to...
2017-01-12 Martin Quinsonmore propaganda
2017-01-11 Martin Quinsonfix a bug detected by mac (leading to segfault) but...
2017-01-10 Martin Quinsoncosmetics
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2017-01-02 Martin Quinsonremove an unused parameter + cosmetics
2017-01-02 Martin Quinsonremove the s_sg_platf_router_cbarg_t structure
2017-01-02 Martin Quinsonremove a useless pimple
2017-01-01 Martin Quinsonignore the lat parameter of peer tag
2017-01-01 Martin QuinsonIn <peer>, make the latency parameter non-mandatory
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-24 Martin Quinsoncosmetics
2016-12-24 Martin Quinsonclang-format these files, no change
2016-12-21 Martin Quinsonhave only one callback for link creation
2016-12-21 Martin Quinsoninline another function, plus some cleanups
2016-12-21 Martin Quinsontry to fix clang++ builds
2016-12-21 Martin Quinsoninline a useless function
2016-12-21 Martin Quinsonfurther trim the includes
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-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-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-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-12-12 Martin Quinsondon't fool sonar if we can avoid it
2016-12-12 Martin Quinsondon't test pointers after dereferencing them (thanks...
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 QuinsonNo need for the AS creation callback
2016-12-11 Martin Quinsonrename a field for cosmetics
2016-12-11 Martin Quinsongreatly simplify the way peers are created in Vivaldi AS
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 Quinsoncosmetics
2016-12-08 Martin Quinsonuse std::vector instead of xbt_dynar_t (in NS3)
2016-12-08 Martin QuinsonNS3 extensions are for netcards, not for hosts
2016-12-08 Martin Quinsonmove the NetCard related functions into a NetCard.cpp
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...
next