Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the useless prototype of sg_instr_new_host
[simgrid.git] / src /
2017-06-02 Takishippremove the useless prototype of sg_instr_new_host
2017-06-02 Takishippcall sg_instr_new_host via signal call
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-29 Takishippfix leak of memory caused to some Events
2017-05-29 Martin Quinsonallow to destroy VMs that are not started yet (fix...
2017-05-29 Martin Quinsonplug a huge memleak in regular communications
2017-05-29 Martin Quinsonchop includes
2017-05-28 Martin Quinsondon't mix the refcount of s4u::Comm and the one of...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...
2017-05-26 Martin QuinsonAnother step toward working CommPtr. chord example...
2017-05-26 Martin Quinsonfix MC on 32bits
2017-05-26 Martin Quinsonfurther useless cleanups
2017-05-26 Martin Quinsontypo killing mac
2017-05-26 Martin Quinsonkill a useless file
2017-05-26 Martin Quinsonmore than 100 codacy treats, not bad
2017-05-26 Martin Quinsonchop, chop, chop includes
2017-05-25 Martin Quinsoncut some more includes
2017-05-24 Martin Quinsonfurther codacy cleanups
2017-05-24 Martin Quinsonremove some useless includes
2017-05-24 Martin Quinsoncosmetics: kill a useless redundent declaration
2017-05-24 Martin Quinsonthis header file is much less interesting now that...
2017-05-24 Martin Quinsonmove some public MC prototypes to a public header file
2017-05-24 Frederic Sutersimgrid::surf::Storage => simgrid::surf::StorageImpl
2017-05-24 Martin QuinsonAction::links() cannot be used for NS3Actions
2017-05-24 Martin Quinsonrename simix::Mutex to simix::MutexImpl
2017-05-24 Martin Quinsontidy the scope of some more locals
2017-05-24 Martin Quinsonmaxmin: be more explicit about the leaked variables
2017-05-24 Martin Quinsontell maxmin about the action using each variable
2017-05-24 Martin Quinsonsmall cosmetics to kill time
2017-05-24 Frederic Suterfirst step towards a CommPtr
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-24 Martin Quinsonlast bunch of codacy treats for tonight. Stop.
2017-05-24 Frederic Suteruseless includes
2017-05-23 Martin Quinsoncosmetics to please codacy
2017-05-23 Martin Quinsonplug a small memleak
2017-05-23 Frederic Suterone level less in the last lib
2017-05-23 Martin Quinsonremove an empty file
2017-05-23 Martin Quinsonremove an useless import in python
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonkill all horizontal tabs
2017-05-23 Martin Quinsonremove (void) in C++
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-23 Frederic Sutera few more smells
2017-05-23 Matthieu VolatAdd support for flang and ifort Fortran compilers.
2017-05-23 Matthieu VolatHandle some litteral string -> char* casts.
2017-05-23 Martin Quinsonuseless cosmetics around NS3 long routes
2017-05-23 Martin QuinsonNS3: more informative messages in one case of misconfig...
2017-05-23 Martin Quinsonns3: preserve the rich informative type in a function...
2017-05-23 Martin QuinsonNS3: be explicit when ignoring long routes
2017-05-22 Martin Quinsonsmpi_replay: make it easier to override some actions
2017-05-22 Frederic Suterremove unvalidated Bconnection attribute
2017-05-22 Frederic Suterfew smells less in MC
2017-05-22 Frederic Suternow useless that app-pmm is dead
2017-05-22 Martin QuinsonMake attribute 'model' of <storage_type> optional:...
2017-05-22 Martin QuinsonRemove attribute content_type of <storage_type>: was...
2017-05-22 Frederic Sutera vector of keyval structs is a map
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-22 Tom CornebizeAdd a comment and extend the doc.
2017-05-22 Frederic Suterbummer
2017-05-22 Frederic Suterstart reducing smells in MC code
2017-05-22 Tom CornebizeClean the code.
2017-05-21 Martin Quinsonkill an unreachable statement (thanks sonar)
2017-05-21 Martin Quinsoninstr: kill an unused structure field to please clang
2017-05-21 Martin Quinsoncosmetics
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-21 Martin QuinsonDisable uninteresting events in TI mode
2017-05-21 Martin Quinsonloudly fail when asked to replay a non-existing file
2017-05-21 Martin Quinsondrop module strbuff. We don't need it anymore.
2017-05-20 Martin Quinsonremove a broken feature: backtraces in log format
2017-05-20 Martin QuinsonDrop unused functions: xbt_str_varsubst(), xbt_strbuff_...
2017-05-20 Martin QuinsonRemove an empty file (thx, sonar)
2017-05-20 Martin Quinsoninstr: merge the TI output in the converted code (WIP)
2017-05-19 Frederic Sutercouple of minor smells
2017-05-19 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-19 Martin QuinsonMerge pull request #167 from simgrid/smpi_execute_public
2017-05-19 Tom CornebizeRenaming: smpi_execute_public → smpi_execute_benched
2017-05-19 Frederic Suterbugs, smells and cosmetics of the day
2017-05-18 Tom CornebizeFix compilation for systems without MAP_HUGETLB.
2017-05-18 Tom CornebizeFix compilation warnings.
2017-05-18 Frederic Suterattempt to get rid of all const_cast (take 2)
2017-05-18 Frederic Suterattempt to get rid of all const_cast
2017-05-18 Tom CornebizeCode style.
2017-05-18 Tom CornebizeCode style.
2017-05-18 Tom CornebizeAdd support for huge pages in shared malloc.
2017-05-18 Tom CornebizeAdd function smpi_execute_public.
2017-05-17 Frederic Suteranother bunch of sonar treats
2017-05-17 Frederic Suterplease sonar, less free in c++
2017-05-17 Frederic Suterdon't create dependencies if both root and end are...
2017-05-16 Martin Quinsonplug some memleaks in the new unit test
2017-05-16 Martin Quinsonplease sonar: nothing before the includes
2017-05-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-15 Frederic Sutermostly cosmetics
2017-05-15 Martin QuinsonLOOPAFTER is a better name for profile periodicity
2017-05-15 Frederic Suteranother bunch of sonar treats
2017-05-14 Martin Quinsontmgr: cosmetics
2017-05-14 Martin Quinsontmgr: kill a function that only calls the constructor
2017-05-14 Martin Quinsontmgr: make a usefull datatype public
2017-05-14 Martin Quinsonrename a type to better match its purpose
2017-05-14 Martin Quinsontmgr: kill a parameter that nobody uses
next