Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
instr: fix a new/free mismatch, and small cleanups
[simgrid.git] / src / simgrid /
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschRemove unused option: network/sender-gap.
2017-08-01 Martin Quinsontypo found by lintian
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
2017-07-31 Frederic Sutermove ugly dict closer to the C APIs
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-20 Arnaud GierschUse actual names for configuration options (kebab-case...
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-05 Frederic Suterdon't use old values in doc and alternate models
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-20 Martin Quinsonseparate the energy plugin from surf in the doc + impro...
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Frederic Sutermassive cleanups in the storage world.
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-13 Martin Quinsonkill all trailling whitespaces
2017-06-08 Frederic Suterremove useless includes
2017-06-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-03 Martin Quinsonplease codacy a bit
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-23 Martin Quinsoncosmetics to please codacy
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-18 Tom CornebizeAdd support for huge pages in shared malloc.
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-11 Frederic Suterchasing minor smells
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-03 Martin QuinsonNew option: smpi/keep-temps to not cleanup temp files
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-20 Martin Quinsonrename option smpi/privatize-global-variables to smpi...
2017-04-19 Martin Quinsonimprove the documentation of smpi/privatize-global...
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-11 degommeYet another dlopen merge
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-29 degommeAdd a smpi/shared-malloc-blocksize option. This is...
2017-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-16 degommereverse alias type in config (reduce_scatter is the...
2017-03-15 Martin QuinsonNew: Engine::hostList() and Engine::hostCount(). Still...
2017-03-14 degommeSimplify, cleanup, remove useless bits, and some files.
2017-03-09 Frederic Suterdynar--
2017-03-08 Frederic Suteroptimize performances
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermoving dynar up in the stack
2017-03-07 Frederic Suteruse a map for host list and fix s4u example
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Christian Heinrich[SMPI] Introduced smpi/iprobe-cpu-usage option.
2017-02-24 Martin Quinsonplease sonar by moving includes at the top
2017-02-16 Martin QuinsonImplement a new algorithm for SMPI_SHARED_MALLOC: global
2017-02-16 Martin Quinsonsanitize the option smpi/shared-malloc, and improve...
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-15 Martin Quinsonmake MSG use the Host extension mechanism (at least)
2017-02-14 Frederic Suterget rid of sd_workstation.cpp
2017-02-14 Martin Quinsontell sonar that we will never put our C wrappers in...
2017-02-14 Martin Quinsoncomplete a bit the C wrapper of s4u::Host
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-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2016-12-17 Martin Quinsonremove surf_routing.hpp
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-12-10 Martin Quinsonnetwork/coordinates option is now useless
2016-12-09 Martin Quinsonuse NetCard extension to store vivaldi coordinates
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-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-22 Martin Quinsongive s4u::Host a cname() that returns a char*
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-14 degommeAdd a smpi/grow-injected-times option.
2016-11-08 Martin QuinsonMake a proper extension out of the Vivaldi coordinates
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-17 Martin Quinsonput the HostImpl as s4u::Host->pimpl instead of as...
2016-10-16 Martin Quinsondo standard C++
2016-09-22 Martin Quinsonhide a global data container
2016-08-29 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-29 Martin Quinsonsmpi/running-power is renamed to smpi/host-speed
2016-08-28 Martin Quinsonkill two useless functions at once
2016-08-28 Martin Quinsoncosmetics in simix VM (much more to do)
2016-08-28 Martin Quinsonuse a typed extension for simix::Host
2016-08-25 Martin Quinsondestroy the config set each time we allocate it
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-02 degommeAdd option to play with the max number of files opened...
2016-07-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-07-28 degommeAdd a flag maxmin/concurrency_limit to allow setting...
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
next