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
2019-05-16
Arnaud Giersch
Allow binary to be stripped with install/strip.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Martin Quinson
Merge branch 'master' of framagit.org:simgrid/simgrid
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Martin Quinson
Use addr2line as a fallback for stacktraces when backtr...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Arnaud Giersch
Disable LTO for pybind11 too when enable_lto=off.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Arnaud Giersch
Close simgrid/simgrid#7 (FramaGit).
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Martin Quinson
mc: tiny simplifications and cosmetics (even some snake...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Martin Quinson
mc: inline two functions
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Martin Quinson
mc: useless cleanups
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Martin Quinson
mc::Buffer: no need for mmap type now that KSM is gone
commit
|
commitdiff
|
tree
|
snapshot
2019-05-16
Martin Quinson
mc: kill model-check/ksm option. Was not activated...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Augustin Degomme
say mmap is not ready for privatization in SunOS.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Augustin Degomme
fix mess with quotes
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Martin Quinson
mc: simplification: do not repeat information in parameters
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Martin Quinson
mc: Kill a C type and use the C++ one
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Martin Quinson
cmake: do not build the documentation by default
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Martin Quinson
mc/compare: reduce the scope of some variables
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Martin Quinson
Remove option 'model-check/record': paths are recorded...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Martin Quinson
[mc] enable model-check/record by default, and cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2019-05-15
Arnaud Giersch
Fix new/delete mismatch.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Arnaud Giersch
Get rid of "local" keyword for sh.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Arnaud Giersch
Fix PMPI_Error_string.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Arnaud Giersch
Specialize return types.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Arnaud Giersch
Snake case.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Arnaud Giersch
Add "override" specifier.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
warnings-=2
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
replace useless strncpy by a memcpy
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Millian Poquet
[doc] fix another doxygen friendliness issue
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Millian Poquet
[doc] fix links (URL, internal ref + duplication)
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Millian Poquet
[doc] trailing space cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Millian Poquet
[doc] fix warnings, cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Millian Poquet
[doc] fix warnings, cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Martin Quinson
fix some errors and warnings in the doc generation
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
let's pretend that sunOS supports privatization (no...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Martin Quinson
A first example with MC and S4U together
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Martin Quinson
docker: fix the build of images for simgrid stable
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Martin Quinson
docker: remove useless packages from tuto-mc
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Martin Quinson
a dockerfile for a wanna be MC tutorial
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Martin Quinson
sonar: silence a rule on python code
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Martin Quinson
make sure that xbt/memory_map can be used out of simgrid
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
add sorting to project description
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
apparently sunos illumos make/dmake does not like make...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
--quiet long version is not supported on sunos
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
On some systems, sqrt(int) is not defined properly...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
add some debug messages to MPI_Testany
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
before matching message sent with MPI_ANY_SOURCE, check...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Augustin Degomme
Don't use positive tags for internal messages.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-14
Millian Poquet
[mc] do not ignore MC_ASSERT in replay mode
commit
|
commitdiff
|
tree
|
snapshot
2019-05-09
Arnaud Giersch
Enable some more test with memcheck, but with disabled...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-09
Arnaud Giersch
Tesh files: kill obsolete variables SG_TEST_EXENV and...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-07
Arnaud Giersch
Use "exec" so that failures are correclty reported...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-07
Arnaud Giersch
Ensure the task is correctly destroyed when the host...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Arnaud Giersch
Missing explicit.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Arnaud Giersch
Typos.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Arnaud Giersch
Kill useless hack (and its union).
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Arnaud Giersch
Use aligned storage and remove usage of union.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Arnaud Giersch
Fix a FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Arnaud Giersch
Kill unused static function.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Arnaud Giersch
[sonar] Remove void* from function parameters.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Arnaud Giersch
Change two dynars (maybe more).
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Martin Quinson
continue the devel of the future 3.23 release
commit
|
commitdiff
|
tree
|
snapshot
2019-05-06
Martin Quinson
on the way for 3.22.2
v3.22.2
commit
|
commitdiff
|
tree
|
snapshot
2019-05-05
Martin Quinson
include a header we use
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
[sonar] Catch a more specific exception.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
More Sonar smells around "noreturn".
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
[sonar] Rename shadowing local variables.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
[sonar] Extract assignments from expressions.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
[sonar] Extract nested conditionals.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
[sonar] Assert that pointer is not null.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
Rename fields to follow coding syle and unshadow from...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
Kill never implemented option "model-check/snapshot_fds".
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
Change condition for infinite loops (make sonar believe...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
[sonar] Add attribute "noreturn" to non-returning funct...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Arnaud Giersch
[sonar] Don't name unused exceptions.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-03
Augustin Degomme
please sonar by handling properly pointers in unimpleme...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-02
Arnaud Giersch
Update URLs (FG #1).
commit
|
commitdiff
|
tree
|
snapshot
2019-05-01
Augustin Degomme
get out before dereferencing null pointer in this case
commit
|
commitdiff
|
tree
|
snapshot
2019-05-01
Augustin Degomme
forgot to push test for write_at_all and read_at_all
commit
|
commitdiff
|
tree
|
snapshot
2019-04-30
Augustin Degomme
cleanup split_type to avoid leaks.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-30
Augustin Degomme
cleanup dup_with_info to avoid leaking in some cases
commit
|
commitdiff
|
tree
|
snapshot
2019-04-30
Arnaud Giersch
[sonar] Use unsigned char* for smpi buffers.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-30
Arnaud Giersch
Change malloc/free to new/delete.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-30
Arnaud Giersch
Use C++ memory operators for smpi buffers.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-29
Arnaud Giersch
Const for MPI_Type_struct and MPI_Type_hindexed.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-29
Arnaud Giersch
Constify third parameter of smpi::Op::apply, and save...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-29
Arnaud Giersch
Remove another bunch of const_casts.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-29
Arnaud Giersch
Rename some variables for consistency.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-29
Arnaud Giersch
Get rid of const_casts in pmpi_coll.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-27
Arnaud Giersch
MPI_Address gets const too.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-27
Arnaud Giersch
Regenerated.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
changelog
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
MPI_Comm_dup_with_info
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
move some calls out of the unimplemented zone
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
some forgotten consts
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
(painfully) constify colls.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
constify MPI_Win*
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
constify MPI_Request*
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
constify MPI_Datatype*
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
constify MPI_Topo*
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
constify MPI_File*
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Augustin Degomme
constify MPI_Group*
commit
|
commitdiff
|
tree
|
snapshot
next