Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I hope I understood how to use RPATH on Mac OSX
[simgrid.git] / src /
2017-01-11 Martin Quinsonfix a bug detected by mac (leading to segfault) but...
2017-01-10 Martin Quinsoncosmetics
2017-01-09 Martin Quinsonuseless cosmetics
2017-01-08 Martin Quinsonsmx processes are now called actors, avoiding confusion...
2017-01-08 Martin Quinsonignorable cosmetics
2017-01-08 Martin QuinsonInitialize a field in the constructor (+cosmetics)
2017-01-08 Martin Quinsoncosmetics
2017-01-07 Martin Quinsonturn a factory function into the constructor
2017-01-07 Martin Quinsondo the initialization in the constructor
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2017-01-06 Martin Quinsonkill an unused static function
2017-01-06 Martin Quinsonif reductionMode_ is dpor, then it's not none. True...
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-02 Martin Quinsonremove the s_sg_platf_router_cbarg_t structure
2017-01-02 Martin Quinsonremove a useless pimple
2017-01-01 Martin Quinsontodo--
2017-01-01 Martin Quinsonfix gcc 6.2 builds
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-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-28 Martin Quinsonfix some typos found by the debian packaging tools
2016-12-27 Martin QuinsonImprove the routing documentation
2016-12-26 Martin Quinsonsmpirun: don't use the ARGS variable, that may be used...
2016-12-26 Martin Quinsonsmpirun: keep the temps when the cmd fails
2016-12-25 Martin QuinsonRevert "remove a few smells in instrumentation"
2016-12-24 Martin Quinsoncosmetics
2016-12-24 Martin Quinsonclang-format these files, no change
2016-12-23 Frederic Suterremove a few smells in instrumentation
2016-12-23 Martin Quinsonfix clang builds by including <string> where needed
2016-12-23 Martin Quinsonplug a huge memleak
2016-12-22 Martin Quinsonfinish the cleanup of the netcard list container
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-20 Matthieu VolatCheck that scope is non-NULL pointer.
2016-12-20 Martin Quinsonchange all links to my old webpage
2016-12-20 Martin Quinsonplease sonar
2016-12-20 Martin Quinsonanother bunch of include cuts. The last one for today
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 Quinsonexplicitely capture variables in lambda to please sonar
2016-12-19 Martin Quinsoncosmetics
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 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 Quinsonplease sonar on yesterday's commits
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 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 Quinsonthese are redundent tests of which we already have...
2016-12-12 Martin Quinsondon't test pointers after dereferencing them (thanks...
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 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-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
next