Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src /
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-14 degommeAdd a smpi/grow-injected-times option.
2016-11-14 degommesome more tiny optims for the smpirun generation
2016-11-13 degommeAdd a hint about a non trivial error.
2016-11-13 degommeget rid of most of the awfully slow cut commands in...
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.
2016-11-12 Martin Quinsonuseless cosmetics around the host creation
2016-11-12 Martin Quinsoncode simplification: we don't use non-LMM resources
2016-11-12 Martin Quinsonless useless new and explicit mallocs
2016-11-11 Martin QuinsonNew function: MSG_parallel_task_execute_with_timeout
2016-11-08 Martin QuinsonMake a proper extension out of the Vivaldi coordinates
2016-11-08 Martin Quinsonnormalize a bit the inst callbacks
2016-11-08 Martin QuinsonSpell check, again O:-)
2016-11-07 Matthieu VolatBump mmorecore buffer size to 256 bytes on FreeBSD
2016-11-07 Matthieu VolatWhen mmap-ing, ensute that offset is set to 0 if anon...
2016-11-07 Matthieu VolatCheck for a dlfunc() function to get handle if present
2016-11-07 Matthieu VolatAllow to use BSD ptrace().
2016-11-07 Matthieu VolatBuild ID are somewhat gnu/linux specific.
2016-11-04 Martin Quinsonfix the handling of bypassASroutes
2016-11-04 degommeclang complains about these seemingly unecessary std...
2016-11-04 Matthieu VolatMake simgrid::mc::HeapLocation instanciation C++11...
2016-11-04 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-11-04 Martin Quinsonfix NS3
2016-11-03 Martin QuinsonunPERLifies a bit the routing: use the object, not...
2016-11-03 Martin Quinsonless char*, more std::string
2016-11-03 degommereplace multiples allocs by one.
2016-11-03 degommeSMPI tracing : match links with sender/receiver + tag...
2016-11-02 degommeThe sed version used on macos doesn't like the I flag..
2016-11-01 Martin Quinsonuse std:: instead of fixed size vectors. C is over.
2016-11-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-01 Martin Quinsonrouting: cosmetics and doc improvement
2016-11-01 Martin Quinsonimprove the doc of the routing API
2016-11-01 Martin Quinsoncosmetics in bypass routing
2016-11-01 Martin Quinsoncosmetics
2016-11-01 Matthieu VolatUse BYTE_ORDER macro, not private __BYTE_ORDER
2016-11-01 Matthieu VolatMADV_MERGEABLE is available on linux, guard it.
2016-11-01 Matthieu VolatUse MAP_PREFAULT_READ on FreeBSD as en equivalent to...
2016-10-31 Martin Quinsontry to fix the windows build (+clang-format)
2016-10-31 Martin Quinsoncosmetics
2016-10-31 Martin Quinsonthis is definitely a backtrace function
2016-10-31 Martin Quinsonkill empty functions
2016-10-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-31 Martin Quinsonplug a memleak
2016-10-31 degommeAdd a FreeBSD backend for get_memory_map(), allow to...
2016-10-31 degommeFrom M. Volat : more portable way of opening shm buffer...
2016-10-31 degommehandle MPI_IN_PLACE for this collective
2016-10-30 Martin QuinsonSpell checking ;)
2016-10-28 Martin Quinsonfix MC builds
2016-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-27 Martin QuinsonDestroy all hosts by the end of the simulation.
2016-10-25 Martin Quinsonhost_list is now a std::map instead of xbt_dict
2016-10-24 Martin Quinsonmove some content out of parsing to the classes
2016-10-23 Martin Quinsonsmall cosmetics in the storage
2016-10-22 Martin Quinsoninline a function called only once
2016-10-22 Martin Quinsoncosmetics: use C++ type names
2016-10-22 Martin Quinsonrename MSG_host_(get/set)_params into MSG_vm_(get/set...
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-21 Martin QuinsonCreate a s4u::VirtualMachine to clean things out.
2016-10-21 Martin Quinsonrename surf::VirtualMachine to surf::VirtualMachineImpl
2016-10-20 Martin Quinsontiny simplification
2016-10-20 Martin Quinsoncontinue removing content from HostImpl
2016-10-20 degommeReally fix the issue.
2016-10-20 degommeFix bug in SMPI tracing, where messages were sometimes...
2016-10-20 degommesmpi replayed waitall was not working, as request vecto...
2016-10-20 degommeadd some debug messages for smpi tracing
2016-10-19 Martin Quinsoncosmetics
2016-10-19 Martin Quinsonremove a redundent forward declaration
2016-10-19 degommecleanup handling of Fortran compiler in cmake (Patch...
2016-10-19 degommeadd a few fortran (unimplemented) declarations
2016-10-18 degommeAdd a check so that process_init exits cleanly when...
2016-10-18 Martin Quinsonkill a useless constructor
2016-10-17 Martin QuinsonHOSTIMPL IS NO LONGER A RESOURCE! At least! \o/
2016-10-17 Martin Quinsonkill dead code
2016-10-17 Martin QuinsonKill HostImpl::cpu_. Use the one of the s4u::Host
2016-10-17 Martin Quinsonreindent after previous changes
2016-10-17 Martin Quinsonput the HostImpl as s4u::Host->pimpl instead of as...
2016-10-17 Martin Quinsonkill a bunch of empty ctor/dtor
2016-10-17 Martin Quinsonsimplification: inline a virtual function that is never...
2016-10-16 Martin Quinsonfurther ignorable cleanups
2016-10-16 Martin Quinsoncode simplifications around host construction
2016-10-16 Martin Quinsoncode simplifications in VMs
2016-10-16 Martin Quinsonuse static_cast to please sonar + reindent
2016-10-16 Martin Quinsondo standard C++
2016-10-16 Martin Quinsonkill a stupid function. Let's do regular C++
2016-10-15 Martin Quinsoncleanup in the Link field names
2016-10-15 Martin Quinsoncleanups in NS3: it's on my way
2016-10-15 Martin Quinsoncleanups in the model initialization
2016-10-15 Martin Quinsonfactorize some code between NS3 cluster creation and...
2016-10-15 Martin Quinsoncosmetics in the creation of NS3 clusters
next