Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I hope I understood how to use RPATH on Mac OSX
[simgrid.git] / src / surf /
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...
2016-12-07 Martin Quinsonkill the last remainings of RoutingPlatf
2016-12-07 Martin Quinsoncosmetics
2016-12-07 Martin QuinsonKill the fact that several model VM models may be provided.
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 Quinsonkill the now empty RoutingPlatf datatype \o/
2016-12-05 Martin Quinsonmove the rootAS from routing_platf into the EngineImpl
2016-12-05 Martin Quinsontiny optim
2016-12-05 Martin QuinsonConvert routing_platf->getRouteAndLatency into s4u...
2016-12-05 Martin Quinsondon't really use netCards in the network model. Keep...
2016-12-04 Martin QuinsonDeprecate xbt_dict_new()
2016-12-04 Martin Quinsondon't pass the free_f parameter to MSG_*_set_property_v...
2016-12-02 Fabien Chaixcall updateRemaining when the action is suspended ...
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 Quinsoncosmetics
2016-12-01 Martin QuinsonMerge pull request #124 from mpoquet/master
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-30 Millian PoquetEnergy: Fixed host parsing assertion + mem leak
2016-11-28 Martin Quinsonimprove the debug logs produced by the route seeking...
2016-11-28 Martin Quinsonremove a ugly misplaced include
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-21 Martin QuinsonThe VirtualMachineImpl is stored in VirtualMachine...
2016-11-21 Martin Quinsonstore the VMs by their interface, not by their implemen...
2016-11-20 Martin QuinsonKill a VM-related function out of HostImpl
2016-11-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-17 Martin Quinsonkill a bunch of brain-dead functions in surf
2016-11-17 Martin Quinsoninline a stupid function
2016-11-17 Martin Quinsondon't store the VM implem where the host stores its...
2016-11-17 Martin Quinsoninline a stupid function
2016-11-16 Martin Quinsonmove virtual machines to the directory src/plugins/vm
2016-11-16 Martin Quinsonmove the VM-related data out of MSG's private data...
2016-11-16 Martin Quinsonrename AsImpl::getRouteRecursive to AsImpl::getGlobalRo...
2016-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-16 Martin Quinsonremove another now useless function from RoutingPlat
2016-11-16 degommeadd missing include (only for osx?)
2016-11-16 Martin Quinsoncode simplification: write the recursivity properly
2016-11-16 Martin QuinsonunXBTize a bit
2016-11-15 Martin Quinsoncosmetics
2016-11-15 Martin Quinsonlet's do standard C++ here
2016-11-15 Martin Quinsoncosmetics
2016-11-15 Martin Quinsonreduce the amount of dynars created by getOneLinkRoutes()
2016-11-15 Martin Quinsonless void*
2016-11-15 Martin Quinsonkill a now useless function
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-15 Martin Quinsonempty RoutingPlatf: move the loopback link to the netwo...
2016-11-13 Martin Quinsonless strdup/free
2016-11-13 Martin Quinsonreindent, no change
2016-11-13 Martin Quinsonthe property holder does not take a dict in its constructor
2016-11-13 Martin Quinsondon't give the properties to the Link constructor either
2016-11-13 Martin Quinsondon't pass property set to the storage constructor...
2016-11-12 Martin QuinsonMove some content out of HostImpl (into VirtualMachineImpl)
2016-11-12 Martin Quinsonthe AS can now create hosts.
next