Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-12-20 Martin Quinsonfurther reduce the amount of includes
2016-12-19 Martin Quinsoncut some useless includes
2016-12-19 Martin Quinsondrop unimplementd VM methods: save/restore
2016-12-19 Martin Quinsoncosmetics
2016-12-19 Martin QuinsonVM: don't take ignored parameter that may fool the...
2016-12-19 Martin Quinsonconvert the last vm simcall into s4u code
2016-12-19 Martin QuinsonVM: rename a symbol and improve comments
2016-12-19 Martin Quinsonconvert vm_suspend from SMX to S4U
2016-12-19 Martin Quinsonconvert another VM simcall into a s4u method
2016-12-19 Martin QuinsonVM: move content from simix to s4u
2016-12-19 Martin Quinsoncosmetics
2016-12-19 Martin Quinsonexplicitely capture variables in lambda to please sonar
2016-12-19 Martin Quinsoncosmetics
2016-12-19 Matthieu VolatTwo variables must be defined without using cmakedefine...
2016-12-19 Augustin Degommedisable mc for sanitizers to have a cleaner output
2016-12-19 Matthieu VolatUse the CMake macro #cmakedefine01 in configurable...
2016-12-19 Martin QuinsonPrepare the next release
2016-12-19 Martin Quinsonmove content from MSG_VM to s4u::VM
2016-12-19 Martin Quinsonreduce the amount of static casts
2016-12-19 Martin Quinsonimprove test (and stop using unqualified printf)
2016-12-19 Martin Quinsoncosmetics
2016-12-19 Martin Quinsonnew function: Engine::netcardList()
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-17 Martin Quinsonnext release is 3.14
2016-12-17 Martin Quinsonplease sonar on yesterday's commits
2016-12-16 Martin Quinsonyou mean I should compile the code before commiting...
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-15 Martin Quinsonbypass MSG in the java bindings
2016-12-15 Martin Quinsonmsg_as_t -> msg_netzone_t
2016-12-15 Martin Quinsonsmall cosmetics advised by sonar
2016-12-15 Martin QuinsonMC: ignore a new boost-related library
2016-12-15 Martin Quinsonfix MC build with paranoid flags
2016-12-15 Martin Quinsonfix jedule builds
2016-12-14 Martin Quinsonstart rewriting the platform documentation now that...
2016-12-13 Martin Quinsonstart reformating the manual for the AS -> NetZone...
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 Quinsonsonar: try harder to not choke on casting pointers...
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-12-12 Martin Quinsonsonar: ignore 'Pointers should not be cast to integral...
2016-12-12 Martin Quinsondon't fool sonar if we can avoid it
2016-12-12 Martin Quinsonthese are redundent tests of which we already have...
2016-12-12 Martin Quinsondon't test pointers after dereferencing them (thanks...
2016-12-12 Martin Quinsontry to not disable our logs on sonar, just to see
2016-12-12 Martin Quinsonrevalidate this test now that I updated the correspondi...
2016-12-12 Martin Quinsonplease sonar: dont apply binary operators to signed...
2016-12-11 Martin Quinsonimprove an error message
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 Quinsonrevalidate the surf_usage tests
2016-12-11 Martin QuinsonNo need for the AS creation callback
2016-12-11 Martin QuinsonMy detection of user errors creates some invalid accesses
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-10 Martin Quinsonnetwork/coordinates option is now useless
2016-12-10 Martin QuinsonDetect and diagnose a possible user error
2016-12-10 Martin Quinsonmake our FindSimGrid.cmake more visible (and improve it)
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 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 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-07 Martin Quinsonless VM in surf.h
2016-12-07 Martin QuinsonKill the fact that several model VM models may be provided.
2016-12-06 Martin Quinsonplease sonar and use & when creating function pointers
2016-12-06 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-06 Augustin Degommeadd -no-pie flag to thread sanitizer (see https://bugs...
2016-12-05 Martin Quinsonplease my old friend SonarQube now that it's back
2016-12-05 Evgeny MandrikovSonarQube: upgrade scanner to the latest version 2.8
2016-12-05 Evgeny MandrikovSonarQube: remove useless properties "sonar.c.std"...
2016-12-05 Martin Quinsonplease sonar: this variable will be overwritten in...
2016-12-05 Martin Quinsontry to fix a shell syntax error, bummer
2016-12-05 Martin Quinsonfix the syntax in the sonar configuration (fix #126)
2016-12-05 Martin QuinsonDon't show the sonar token in the logs (fix #127)
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...
next