A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
sonar don't like to have commented code, so hide it a bit
2018-02-06
Martin Quinson
sonar don't like to have commented code, so hide it...
commit
|
commitdiff
|
tree
2018-02-05
Martin Quinson
fix build of dvfs plugin with warning enabled
commit
|
commitdiff
|
tree
2018-02-03
Martin Quinson
inline a oneliner
commit
|
commitdiff
|
tree
2018-02-03
Martin Quinson
plug another memleak
commit
|
commitdiff
|
tree
2018-02-03
Martin Quinson
actually fix the memleak around smpi's process_data
commit
|
commitdiff
|
tree
2018-02-03
Martin Quinson
obey our coding style
commit
|
commitdiff
|
tree
2018-02-02
Martin Quinson
try to plug a memleak
commit
|
commitdiff
|
tree
2018-02-01
Martin Quinson
Pick the best available clang-format version
commit
|
commitdiff
|
tree
2018-01-31
Martin Quinson
directly store the ns3Node, don't rely on a num ID...
commit
|
commitdiff
|
tree
2018-01-31
Martin Quinson
ignore a new test
commit
|
commitdiff
|
tree
2018-01-31
Martin Quinson
Factorize how we load NS3 libraries
commit
|
commitdiff
|
tree
2018-01-31
Martin Quinson
try to ensure that link_energy plugin is inited in...
commit
|
commitdiff
|
tree
2018-01-31
Martin Quinson
reduce the shotgun design pattern in the detection...
commit
|
commitdiff
|
tree
2018-01-30
Martin Quinson
make an interesting error message when mixing link_energy...
commit
|
commitdiff
|
tree
2018-01-30
Martin Quinson
cmake: more verbose msg about which NS3 is chosen
commit
|
commitdiff
|
tree
2018-01-29
Martin Quinson
fix formatting issues (%u for unsigned)
commit
|
commitdiff
|
tree
2018-01-28
Martin Quinson
fix make dist
commit
|
commitdiff
|
tree
2018-01-28
Martin Quinson
ns3: much more debug info, and restore the SetCloseCallbacks...
commit
|
commitdiff
|
tree
2018-01-28
Martin Quinson
ns3: remove test on a platform that does not exist...
commit
|
commitdiff
|
tree
2018-01-27
Martin Quinson
ns3: no segfault anymore, but a deadlock when using...
commit
|
commitdiff
|
tree
2018-01-27
Martin Quinson
fix the creation of links in NS3
commit
|
commitdiff
|
tree
2018-01-27
Martin Quinson
Rewrite how we search for libunwind (hopefully correctly...
commit
|
commitdiff
|
tree
2018-01-27
Martin Quinson
more informative outputs while searching for libunwind
commit
|
commitdiff
|
tree
2018-01-27
Martin Quinson
Revert "sanitize our way to find and load libunwind"
commit
|
commitdiff
|
tree
2018-01-25
Martin Quinson
get ns3 to compile (but still fails)
commit
|
commitdiff
|
tree
2018-01-25
Martin Quinson
cmake: fix a typo that does not break as it should...
commit
|
commitdiff
|
tree
2018-01-25
Martin Quinson
Survive to when libunwind does not exist (hello again...
commit
|
commitdiff
|
tree
2018-01-25
Martin Quinson
sanitize our way to find and load libunwind
commit
|
commitdiff
|
tree
2018-01-25
Martin Quinson
improve a comment
commit
|
commitdiff
|
tree
2018-01-24
Martin Quinson
Merge branch 'master' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2018-01-24
Martin Quinson
move that declaration to the right location
commit
|
commitdiff
|
tree
2018-01-17
Martin Quinson
improve doc of how to release
commit
|
commitdiff
|
tree
2018-01-17
Martin Quinson
fix sg_host_get_current_consumption() to do the same...
commit
|
commitdiff
|
tree
2018-01-09
Martin Quinson
install.doc: improve the improvement
commit
|
commitdiff
|
tree
2018-01-09
Martin Quinson
doc improvment on cmake options
commit
|
commitdiff
|
tree
2018-01-08
Martin Quinson
Merge branch 'master' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
2018-01-08
Martin Quinson
Improve the doc of MSG_task_*_bounded
commit
|
commitdiff
|
tree
2018-01-08
Martin Quinson
solverstack actually lives on gitlab
commit
|
commitdiff
|
tree
2018-01-08
Martin Quinson
install: small improvements
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
implement s4u::Comm::test_any() (fix #194)
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
move the host list into the Engine
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
improve the doc of SMPI privatization (fix #137)
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
fix #245: migrating an actor does not migrate its execution
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
allow to call s4u::Exec->setHost() after its start...
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
move MutexImpl to the right namespace
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
move MutexImpl to the expected location
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
split MutexImpl into their own files
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
cosmetics
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
improve the doc of the release process
commit
|
commitdiff
|
tree
2017-12-26
Martin Quinson
initiate the 3.19 release cycle
commit
|
commitdiff
|
tree
2017-12-24
Martin Quinson
release v3.18
commit
|
commitdiff
|
tree
2017-12-24
Martin Quinson
improve doc
commit
|
commitdiff
|
tree
2017-12-24
Martin Quinson
try to fix Apple privatization after recent default...
commit
|
commitdiff
|
tree
2017-12-24
Martin Quinson
default privatization when not using SMPI should be...
commit
|
commitdiff
|
tree
2017-12-24
Martin Quinson
fix some borken links in doxygen
commit
|
commitdiff
|
tree
2017-12-23
Martin Quinson
fix some doxygen warnings
commit
|
commitdiff
|
tree
2017-12-23
Martin Quinson
deprecate MSG in the documentation
commit
|
commitdiff
|
tree
2017-12-21
Martin Quinson
fix the fallbacks around privatization on BSD
commit
|
commitdiff
|
tree
2017-12-21
Martin Quinson
document augustin's changes
commit
|
commitdiff
|
tree
2017-12-21
Martin Quinson
improve the doc of the SMPI module
commit
|
commitdiff
|
tree
2017-12-19
Martin Quinson
sonar: remove redundent declarations
commit
|
commitdiff
|
tree
2017-12-19
Martin Quinson
sonar: remove a left-over struct
commit
|
commitdiff
|
tree
2017-12-19
Martin Quinson
don't load a private header from s4u/NetZone.hpp
commit
|
commitdiff
|
tree
2017-12-19
Martin Quinson
typos
commit
|
commitdiff
|
tree
2017-12-19
Martin Quinson
make ns3 not segfault anymore. Now it timeouts
commit
|
commitdiff
|
tree
2017-12-19
Martin Quinson
Improve doc on the privatization methods
commit
|
commitdiff
|
tree
2017-12-19
Martin Quinson
convert another example to S4U (and document it)
commit
|
commitdiff
|
tree
2017-12-19
Martin Quinson
every setter in s4u::Activity return the activity
commit
|
commitdiff
|
tree
2017-12-16
Martin Quinson
slight doc improvment
commit
|
commitdiff
|
tree
2017-12-16
Martin Quinson
deport three other MSG examples
commit
|
commitdiff
|
tree
2017-12-15
Martin Quinson
document another s4u example
commit
|
commitdiff
|
tree
2017-12-15
Martin Quinson
borken links in examples
commit
|
commitdiff
|
tree
2017-12-15
Martin Quinson
Document the exec-ptask example
commit
|
commitdiff
|
tree
2017-12-15
Martin Quinson
kill an ancient file that I'm not particularly proud...
commit
|
commitdiff
|
tree
2017-12-15
Martin Quinson
This is not really linked to energy
commit
|
commitdiff
|
tree
2017-12-15
Martin Quinson
add some missing examples to the doc
commit
|
commitdiff
|
tree
2017-12-15
Martin Quinson
reorganize the S4U examples in the doc
commit
|
commitdiff
|
tree
2017-12-14
Martin Quinson
fix some of the many doxygen warnings
commit
|
commitdiff
|
tree
2017-12-14
Martin Quinson
fix some broken links in the doc after the example...
commit
|
commitdiff
|
tree
2017-12-14
Martin Quinson
use the C++ API here
commit
|
commitdiff
|
tree
2017-12-14
Martin Quinson
this is actually an example of exec, no link to energy...
commit
|
commitdiff
|
tree
2017-12-14
Martin Quinson
convert another example to s4u, and move the MSG version...
commit
|
commitdiff
|
tree
2017-12-14
Martin Quinson
add Host::by_name(char*)
commit
|
commitdiff
|
tree
2017-12-14
Martin Quinson
improve doc for the next version
commit
|
commitdiff
|
tree
2017-12-12
Martin Quinson
sonar: remove unused local variables
commit
|
commitdiff
|
tree
2017-12-12
Martin Quinson
sonar: this simcall does not need a handler anymore
commit
|
commitdiff
|
tree
2017-12-12
Martin Quinson
another MSG example fades away
commit
|
commitdiff
|
tree
2017-12-12
Martin Quinson
plug a memleak and cosmetics
commit
|
commitdiff
|
tree
2017-12-12
Martin Quinson
Merge branch 'master' of github.com:simgrid/simgrid
commit
|
commitdiff
|
tree
2017-12-12
Martin Quinson
improve documentation a tiny bit
commit
|
commitdiff
|
tree
2017-12-12
Martin Quinson
prepare the future release
commit
|
commitdiff
|
tree
2017-12-12
Martin Quinson
Merge pull request #250 from kovin/master
commit
|
commitdiff
|
tree
2017-12-11
Martin Quinson
Pliz don't have two log channels with the same name
commit
|
commitdiff
|
tree
2017-12-11
Martin Quinson
improve doc
commit
|
commitdiff
|
tree
2017-12-10
Martin Quinson
yet another msg examples thrown away
commit
|
commitdiff
|
tree
2017-12-10
Martin Quinson
move another msg example to the dungeon
commit
|
commitdiff
|
tree
2017-12-10
Martin Quinson
gitignore: deal with recent file movments
commit
|
commitdiff
|
tree
2017-12-10
Martin Quinson
rename the replay example as such
commit
|
commitdiff
|
tree
2017-12-10
Martin Quinson
doc improvements
commit
|
commitdiff
|
tree
2017-12-10
Martin Quinson
simplification: no need for new/delete here
commit
|
commitdiff
|
tree
next