Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-10-12 Frederic Suterkill another dict in instr
2017-10-12 Frederic Suterdicts to maps in Dijkstra
2017-10-12 Frederic Suterminor smell--
2017-10-11 Arnaud GierschFix build on freebsd and macos.
2017-10-11 Martin Quinsonanother pre-release check to do
2017-10-11 Martin Quinsondocument how the jenkins hosts were created (fix #210)
2017-10-11 Arnaud GierschComment unused function parameter.
2017-10-11 Arnaud GierschC -> C++ casts.
2017-10-11 Arnaud GierschUse std::string in s4u examples.
2017-10-11 Arnaud GierschReplace some malloc/free by C++ new/delete.
2017-10-11 Frederic SuterRefactoring instr
2017-10-11 Frederic Suterfurther cleanups in instr
2017-10-11 Frederic Suteruse initialization list to please sonar
2017-10-10 Arnaud GierschAdd a comment to empty function.
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Arnaud GierschComment some unused parameters.
2017-10-10 Frederic Suterthis field is useless indeed. Good catch CI
2017-10-10 Frederic Suterfactoring in instr Events
2017-10-10 Frederic Suterstringify and objectify instr::Value (wip)
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Frederic Suterremove useless parameters in header generation
2017-10-10 Arnaud GierschAdd dummy typedefs to fix build in C mode.
2017-10-10 Arnaud GierschApply clang-format on previously renamed files.
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschUse C++ style includes when available.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRemove useless #ifdef __cplusplus from hpp files.
2017-10-10 Arnaud GierschFile smpi/include/private.h cannot be compiled in C...
2017-10-10 Arnaud GierschFix filenames in doc.
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-10 Arnaud Gierschsimcalls.py: improve indentation of generated files.
2017-10-10 Frederic Sutersimplify destruction of containers
2017-10-10 Frederic Suterrevalidate tesh files
2017-10-10 Frederic Suterplease sonar
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-09 Arnaud GierschRename file .cc -> .cpp.
2017-10-09 Arnaud GierschProtect C++ code when building in C mode.
2017-10-09 Arnaud GierschChange some struct to class.
2017-10-09 Arnaud GierschReduce number of Sonar smells in Java examples.
2017-10-09 Arnaud GierschUse Msg logger in Java examples.
2017-10-09 Frederic Sutersloppy replacement of dict by map and char* by string
2017-10-09 Frederic Suterdict->map
2017-10-09 Frederic Sutera dict whose values are "1" (as char* of course) to...
2017-10-09 Frederic Suterfix a tiny todo
2017-10-09 Frederic Suterstringify a bit
2017-10-09 Frederic Suteruse initialisation lists (and std::string)
2017-10-08 Martin Quinsonupdate the doc on how to release
2017-10-08 Martin Quinsonstart the dev of the next version
2017-10-08 Martin QuinsonRelease v3.17 v3_17
2017-10-08 Martin Quinsonimprove doc of how to release
2017-10-08 Martin QuinsonIntegrate a Debian patch (armel portability)
2017-10-08 Martin Quinsoncodacy
2017-10-06 Martin Quinsonprepare the files for the next release
2017-10-06 Martin Quinsonwe will get ride of <include> very soon
2017-10-05 Arnaud GierschCover the Full network/optim.
2017-10-05 Arnaud GierschCover the Reno2 network model.
2017-10-05 Arnaud GierschSet routing="None" for constant network model.
2017-10-05 Arnaud GierschKill dead code: it's already split between CpuAction...
2017-10-05 Arnaud GierschFix invalid free when SIMIX_global_init() exits early.
2017-10-05 Martin Quinsonadd a test to cover the Constant-time network model
2017-10-05 Arnaud GierschAdd tests for xbt/log and fix some memory leaks.
2017-10-05 Arnaud GierschFactorize code.
2017-10-05 Arnaud GierschAnother try to silence sonar on commented lines of...
2017-10-05 Arnaud GierschRemove a few more commented lines of code.
2017-10-05 Arnaud GierschReduce scope for variable.
2017-10-05 Martin Quinsonthis variable is accessed concurrently (thanks TSan)
2017-10-04 Arnaud GierschReduce cognitive complexity (sonar).
2017-10-04 Arnaud GierschAvoid implicit bool to int conversion.
2017-10-04 Arnaud GierschRemove side effects from right hand operands of &&...
2017-10-04 Arnaud GierschAdd a dummy action in empty catch block (sonar).
2017-10-04 Arnaud GierschReduce code duplication.
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-04 Martin Quinsoncosmetics in field names (and fix MC builds)
2017-10-04 Martin Quinsonsonar cleanups
2017-10-04 Martin QuinsonDeprecate an obscure part of the XML format
2017-10-04 Martin Quinsonsonar: also exclude java tests from coverage
2017-10-04 Arnaud GierschCannot have comm == MPI_COMM_NULL here.
2017-10-04 Arnaud GierschDelete obsolete hack.
2017-10-04 Arnaud GierschRemove unused functions from xbt_os_thread.
2017-10-04 Arnaud GierschRemoved unused functions from xbt_str.
2017-10-04 Arnaud GierschDelete trailing spaces.
2017-10-04 Arnaud GierschA call to bprintf is enough here.
2017-10-04 Arnaud GierschUse std::replace instead of xbt_str_subst in C++ files.
2017-10-04 Arnaud GierschRemove useless includes for xbt/str.h.
2017-10-04 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-10-04 Martin Quinsoncodacy
2017-10-04 Martin Quinsoncodacy
2017-10-03 Christian Heinrich[SMPI] Renamed smpi_*_data_exe as a first step for...
2017-10-03 Martin Quinsonenable MPICH3 tests on travis to get the associated...
2017-10-02 Martin Quinsonfix teshfile according to my recent cosmetics
2017-10-02 Martin Quinsonsonar: fix a syntax error in the file
2017-10-02 Martin Quinsonignore the newly created binary
2017-10-02 Martin Quinsonfurther reduce the differences between the s4u-async...
2017-10-02 Martin Quinsonvarious cosmetics in the s4u-async-wait example
2017-10-02 Martin Quinsoncosmetics and doc
2017-10-02 Martin Quinsonsimplification, and don't miss any such file
2017-10-02 Martin Quinsonupdate changelog
2017-10-02 Martin QuinsonMerge pull request #224 from Takishipp/async-wait
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-10-02 Takishipps4u-async-wait is complete
next