Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix java builds
[simgrid.git] / src /
2017-05-01 Martin QuinsonFix java builds
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-30 Martin Quinsonkill dead code
2017-04-30 Martin Quinsonreduce the amount of static_cast in smx_network
2017-04-29 Martin Quinsonfix some doxygen errors
2017-04-29 Martin QuinsonHide a gcc attribute that drives doxygen nuts
2017-04-26 Martin QuinsonStrengthen the memory ordering order on that refcountin...
2017-04-26 Martin Quinsoncomment++ on that code that I barely understand but...
2017-04-24 Martin Quinsonsort logically the fields of ActorImpl
2017-04-24 Martin Quinsonintroduce type aid_t for Actor's ID (ie, PID)
2017-04-24 Frederic Suterone xbt_lib less in storage
2017-04-24 Frederic Sutersimplify way files are handled by MSG
2017-04-24 Martin Quinsontry to use more standard, less obscure synchro for...
2017-04-24 Frederic Suterxbt_strbuff to std::string in cpp files
2017-04-24 Martin QuinsonNew function xbt_replay_action_get(): Retrieve the...
2017-04-24 Martin Quinsonfix my late sunday commit
2017-04-23 Martin Quinsonreduce the verbosity of that message
2017-04-22 Martin Quinson32bits I hate you.
2017-04-22 Martin Quinsondamn 32bits
2017-04-22 Martin Quinsontry to avoid that others fall into the trap where I...
2017-04-21 Martin Quinsoncheck that the sendfile worked correctly or die verbose...
2017-04-21 Martin Quinsoninline a function (to please sonar)
2017-04-20 Martin Quinsonmore informative msg when the dlopen of mmap priv fails
2017-04-20 Martin Quinsonplease sonar a tiny bit
2017-04-20 Martin Quinsondlopen: give one fdin per thread to avoid stupid races...
2017-04-20 Martin QuinsonI cannot even use xbt_die correctly anymore, bummer
2017-04-20 Martin QuinsonEven more informative error messages when dlopen fails
2017-04-20 Martin Quinsonbe more verbose when dlopen fails
2017-04-20 Martin Quinsonfix the dlopen privatization (fix #157)
2017-04-20 Martin Quinsonrename option smpi/privatize-global-variables to smpi...
2017-04-19 Martin Quinsonimprove the documentation of smpi/privatize-global...
2017-04-18 Martin Quinsonplease sonar a tiny bit
2017-04-17 Martin QuinsonSMPI cleanups: rename a symbol and remove unused parameters
2017-04-17 Martin Quinsonsmall sonar-inspired cleanups
2017-04-16 Martin Quinsonplease sonar and cosmetics
2017-04-15 Martin Quinsonplease sonar: kill unused parameters
2017-04-14 Martin Quinsontry to fix 32bits builds
2017-04-14 Augustin Degommefix 32 bits builds ... probably
2017-04-14 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-04-14 Martin Quinsonthis static function is now useless
2017-04-14 Martin Quinsoncosmetics
2017-04-14 Martin QuinsonMerge pull request #156 from simgrid/munmap_size
2017-04-14 Tom CornebizeCall munmap with the size in smpi_shared_free.
2017-04-14 degommePatch up smpi process creation ...
2017-04-13 Martin QuinsonMerge pull request #154 from simgrid/partial_shared_malloc
2017-04-13 degommeseems needed here.
2017-04-13 Martin QuinsonPortability fun with FreeBSD
2017-04-13 Martin Quinsonportable implementation of sendfile
2017-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-04-12 Martin Quinsondl_open priv: manually copy the file w/o using cp
2017-04-12 Martin Quinsonmake smpirun use SMPI_init to unify call paths
2017-04-12 Martin Quinsonuse surf init/fini callbacks, no need for TRACE ones
2017-04-12 Tom CornebizeRemove useless code.
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Christian Heinrich[SMPI] Updated the SmpiHost class
2017-04-12 Christian Heinrich[SMPI] Use SmpiHost::orecv().
2017-04-12 Christian Heinrich[SMPI] Added SmpiHost.cpp and .hpp
2017-04-12 Martin Quinsonhttp://abstrusegoose.com/432
2017-04-12 Martin QuinsonMC: further snapshot comparison simplifications
2017-04-12 Martin QuinsonThis is a for loop
2017-04-12 Martin QuinsonMC: snapshot comparison simplification
2017-04-12 Frederic Suterfix inconsistencies between smpi_replay and instr_TI_tr...
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-12 Martin QuinsonSMPI: simplify process creation
2017-04-12 Martin QuinsonSMPI: simplifies the process destruction
2017-04-11 degommeFix .. something ?
2017-04-11 degommeooooops
2017-04-11 degommeYet another dlopen merge
2017-04-11 Martin Quinsonkill useless code
2017-04-11 Martin Quinsonsimplify SMPI process creation a tiny bit
2017-04-11 Martin Quinsontry to cleanup how MPI process are created. First act.
2017-04-11 Tom CornebizeRemove warnings.
2017-04-11 Martin Quinsonplease sonar by killing useless parameters and cleanups
2017-04-11 Martin Quinsontypos
2017-04-11 degommeIprobe was actually ignored if MPI_STATUS_IGNORE was...
2017-04-10 Martin QuinsonMC: this bug was disabling state equality detection
2017-04-10 Martin Quinsontypos
2017-04-10 Martin Quinsonbetter handling of the MC debug on unknown simcalls
2017-04-07 Tom CornebizeReplace int by size_t.
2017-04-07 Tom CornebizeTake the intersection of the private blocks instead...
2017-04-07 Tom CornebizeSome more fixes for the communication optimization.
2017-04-07 Tom CornebizeFix the communication optimization.
2017-04-07 Christian Heinrich[SMX] Fixed wrong termination timing when daemons are...
2017-04-07 Tom CornebizeWorking copy optimization \o/
2017-04-07 Tom CornebizeKeep working on the communication optimization.
2017-04-06 Martin Quinsonbe more robust to plugins creating processes a bit...
2017-04-06 Tom CornebizeBegin working on the communication optimization for...
2017-04-06 degommetry to appease ubsan a bit
2017-04-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-05 degommecornercases handling
2017-04-05 degommePotential crash --
2017-04-05 degommeHave lock and unlock actually behave like they should...
2017-04-05 degommePotential crash --
2017-04-05 degommeActually we can have locks and fences (erk) in the...
2017-04-05 degommeAdd MPI_Rput, Rget, Raccumulate and Rget_accumulate...
2017-04-05 degommeAdd MPI_Compare_and_swap (normally atomic) call
2017-04-05 degommeWe need this order of parameters, as the user may want...
2017-04-05 Tom CornebizeAdd some assertions.
2017-04-05 Tom CornebizeAdd more tests for partial shared malloc.
2017-04-05 Christian Heinrich[FIX] Fix broken commit 770f1cc88b3b35c90e505470753b70b...
next