Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 Quinsonsonar: try to reduce verbosity of the coverage
2017-05-20 Martin QuinsonRemove an empty file (thx, sonar)
2017-05-20 Martin Quinsontravis: activate MC on linux so that sonar checks it...
2017-05-20 Martin Quinsonrestore (and comment) a test for a feature
2017-05-20 Martin Quinsonreassure sonar: reinterpret_cast are the way to go...
2017-05-20 Martin Quinsoninstr: merge the TI output in the converted code (WIP)
2017-05-19 Frederic Sutertry to please clang 5.0
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 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 CornebizeAdd function smpi_execute_public.
2017-05-17 Frederic Suteranother bunch of sonar treats
2017-05-17 degommeIgnore pseudo-leaks when we use dlopen in smpi.
2017-05-17 Frederic Suterplease sonar, less free in c++
2017-05-17 Frederic Sutera bit of cleaning in chainsend
2017-05-17 Frederic Suterdon't create dependencies if both root and end are...
2017-05-16 Martin Quinsoncode simplification in CMake. Hopefully no functional...
2017-05-16 Martin QuinsonMore help to our fellow mac users
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-15 Frederic Suterplease sonar
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
2017-05-14 Augustin DegommeRevert "try to help netbsd compiling the unit_tmgr...
2017-05-14 Augustin Degommetry to help netbsd compiling the unit_tmgr test, which...
2017-05-14 Martin Quinsonuse the Boost.test library where it was detected by...
2017-05-14 Martin Quinsonfix a typing issue around std::abs
2017-05-14 Martin Quinsontesh: ignore modern systems complaining about the lack...
2017-05-14 Martin QuinsonRevert "jenkins: modern python mandate UTF8 locales"
2017-05-14 Martin Quinsonimprove the documentation of churn in platform [no ci]
2017-05-14 Martin Quinsonjenkins: modern python mandate UTF8 locales
2017-05-14 Martin Quinsonignore the new test
2017-05-14 Martin Quinsonplease sonar
2017-05-14 Martin Quinsonfix NetBSD build
2017-05-14 Martin QuinsonFix dist
2017-05-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-13 Martin Quinsondocument last changes
2017-05-13 Martin Quinsonadd a unit test for tgmr (using boost tests)
2017-05-13 Martin QuinsonL
2017-05-13 Martin Quinsonuse the new way of declaring the periodicity of state_f...
2017-05-13 Martin Quinsonfix the trace file parsing (state_file and avail_file)
2017-05-12 Martin QuinsonAllow the unit tests to setup the logs
2017-05-12 Martin Quinsonmissing public header
2017-05-12 Martin Quinsonfix non-MC builds
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-11 Frederic Suterthese models want to please Sonar
2017-05-11 Frederic Suterrename constants
2017-05-11 Frederic Suterremove unused constants
2017-05-11 Frederic Suterchasing minor smells
2017-05-10 Frederic Suteruniformization
2017-05-10 Frederic Suterkill useless code
2017-05-10 Frederic Suterno xbt_lib in java world + leak plug
2017-05-09 Martin Quinsonfurther fiddling with the platform documentation [no ci]
2017-05-09 Martin Quinsondoc: rewrite the introductory example of platform
2017-05-09 Martin Quinsondoc: rewrite the introductory example of platform
2017-05-09 Martin Quinsondoc: rewrite the introductory example of platform
2017-05-09 Frederic Suteravoid division by 0 in ptask maxmin solve. Fix #165
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-08 Martin Quinsondo not load internal_config.h from mc.h
2017-05-08 Martin Quinsongrmbl
2017-05-08 Martin Quinsonstop forbidding semaphores and cond variables in model...
2017-05-07 Martin QuinsonFurther cleanups in SMPI includes
2017-05-07 Martin Quinsonfurther empty smpi/private.h
2017-05-07 Martin Quinsonreduce the amount of includes
2017-05-07 Martin Quinsonfix jedule builds
2017-05-06 Martin QuinsonAPI improvement in s4u
2017-05-06 Martin Quinsonlet's use a sensible API for the MSG_zone functions
2017-05-06 Martin Quinsonrename all MSG_zone_* functions (backward compatible)
2017-05-05 Martin Quinsonfix a java test
2017-05-05 Martin Quinsonupdate the deployment documentation after the XML update
2017-05-05 Martin QuinsonNew functions: s4u::Actor::property() and s4u::Actor...
2017-05-05 Martin Quinsonignore new binaries
2017-05-05 Martin Quinsondocument the XML change
2017-05-05 Martin QuinsonUpdate all our XML files + next XML version will be...
2017-05-05 Martin Quinsonintroduce a few synonyms in XML to allow the use of...
2017-05-05 Martin QuinsonI like sed, but sed does not like me
2017-05-05 Martin Quinsonfinish the conversion of public MACRO names, in the...
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-05-05 Martin Quinsonhide a (grave) warning in the tests
next