A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
simgrid.git
2017-10-12
Frederic Suter
more stringification/privatization
commit
|
commitdiff
|
tree
|
snapshot
2017-10-12
Frederic Suter
kill another dict in instr
commit
|
commitdiff
|
tree
|
snapshot
2017-10-12
Frederic Suter
dicts to maps in Dijkstra
commit
|
commitdiff
|
tree
|
snapshot
2017-10-12
Frederic Suter
minor smell--
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Arnaud Giersch
Fix build on freebsd and macos.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Martin Quinson
another pre-release check to do
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Martin Quinson
document how the jenkins hosts were created (fix #210)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Arnaud Giersch
Comment unused function parameter.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Arnaud Giersch
C -> C++ casts.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Arnaud Giersch
Use std::string in s4u examples.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Arnaud Giersch
Replace some malloc/free by C++ new/delete.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Frederic Suter
Refactoring instr
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Frederic Suter
further cleanups in instr
commit
|
commitdiff
|
tree
|
snapshot
2017-10-11
Frederic Suter
use initialization list to please sonar
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Add a comment to empty function.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Remove useless typedef's from C++ files.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Comment some unused parameters.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Frederic Suter
this field is useless indeed. Good catch CI
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Frederic Suter
factoring in instr Events
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Frederic Suter
stringify and objectify instr::Value (wip)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Frederic Suter
Merge branch 'master' of git+ssh://scm.gforge.inria...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Frederic Suter
remove useless parameters in header generation
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Add dummy typedefs to fix build in C mode.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Apply clang-format on previously renamed files.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Sort include lists according to clang-format.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Use C++ style includes when available.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
In C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Remove useless #ifdef __cplusplus from hpp files.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
File smpi/include/private.h cannot be compiled in C...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Fix filenames in doc.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
Rename C++ only header files from .h to .hpp.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Arnaud Giersch
simcalls.py: improve indentation of generated files.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Frederic Suter
simplify destruction of containers
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Frederic Suter
revalidate tesh files
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Frederic Suter
please sonar
commit
|
commitdiff
|
tree
|
snapshot
2017-10-10
Frederic Suter
Merge branch 'master' of git+ssh://scm.gforge.inria...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Arnaud Giersch
Rename file .cc -> .cpp.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Arnaud Giersch
Protect C++ code when building in C mode.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Arnaud Giersch
Change some struct to class.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Arnaud Giersch
Reduce number of Sonar smells in Java examples.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Arnaud Giersch
Use Msg logger in Java examples.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Frederic Suter
sloppy replacement of dict by map and char* by string
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Frederic Suter
dict->map
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Frederic Suter
a dict whose values are "1" (as char* of course) to...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Frederic Suter
fix a tiny todo
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Frederic Suter
stringify a bit
commit
|
commitdiff
|
tree
|
snapshot
2017-10-09
Frederic Suter
use initialisation lists (and std::string)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Martin Quinson
update the doc on how to release
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Martin Quinson
start the dev of the next version
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Martin Quinson
Release v3.17
v3_17
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Martin Quinson
improve doc of how to release
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Martin Quinson
Integrate a Debian patch (armel portability)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-08
Martin Quinson
codacy
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Martin Quinson
prepare the files for the next release
commit
|
commitdiff
|
tree
|
snapshot
2017-10-06
Martin Quinson
we will get ride of <include> very soon
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Cover the Full network/optim.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Cover the Reno2 network model.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Set routing="None" for constant network model.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Kill dead code: it's already split between CpuAction...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Fix invalid free when SIMIX_global_init() exits early.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Martin Quinson
add a test to cover the Constant-time network model
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Add tests for xbt/log and fix some memory leaks.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Factorize code.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Another try to silence sonar on commented lines of...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Remove a few more commented lines of code.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Arnaud Giersch
Reduce scope for variable.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-05
Martin Quinson
this variable is accessed concurrently (thanks TSan)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Reduce cognitive complexity (sonar).
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Avoid implicit bool to int conversion.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Remove side effects from right hand operands of &&...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Add a dummy action in empty catch block (sonar).
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Reduce code duplication.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Remove lines of commented code spotted by sonar.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Martin Quinson
cosmetics in field names (and fix MC builds)
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Martin Quinson
sonar cleanups
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Martin Quinson
Deprecate an obscure part of the XML format
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Martin Quinson
sonar: also exclude java tests from coverage
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Cannot have comm == MPI_COMM_NULL here.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Delete obsolete hack.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Remove unused functions from xbt_os_thread.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Removed unused functions from xbt_str.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Delete trailing spaces.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
A call to bprintf is enough here.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Use std::replace instead of xbt_str_subst in C++ files.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Arnaud Giersch
Remove useless includes for xbt/str.h.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Martin Quinson
Merge branch 'master' of github.com:simgrid/simgrid
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Martin Quinson
codacy
commit
|
commitdiff
|
tree
|
snapshot
2017-10-04
Martin Quinson
codacy
commit
|
commitdiff
|
tree
|
snapshot
2017-10-03
Christian Heinrich
[SMPI] Renamed smpi_*_data_exe as a first step for...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-03
Martin Quinson
enable MPICH3 tests on travis to get the associated...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Martin Quinson
fix teshfile according to my recent cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Martin Quinson
sonar: fix a syntax error in the file
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Martin Quinson
ignore the newly created binary
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Martin Quinson
further reduce the differences between the s4u-async...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Martin Quinson
various cosmetics in the s4u-async-wait example
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Martin Quinson
cosmetics and doc
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Martin Quinson
simplification, and don't miss any such file
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Martin Quinson
update changelog
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Martin Quinson
Merge pull request #224 from Takishipp/async-wait
commit
|
commitdiff
|
tree
|
snapshot
2017-10-02
Zitagcc
Merge branch 'master' into async-wait
commit
|
commitdiff
|
tree
|
snapshot
next