Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2017-10-01 Arnaud GierschReintroduce lines removed at commit 5bc3597e1513c7b9449...
2017-10-01 Arnaud GierschCosmetics.
2017-09-30 Martin Quinsonimprove changelog for the upcoming release
2017-09-30 Martin Quinsonsonar: try to exclude java from coverage
2017-09-30 Martin Quinsondocument a class
2017-09-30 Martin Quinsonshutdown all hosted VMs when an host is turned off
2017-09-30 Martin Quinsonsonar: don't check for memleaks, you suck at it
2017-09-30 Martin Quinsonadd some bits of the commit log into the code comments
2017-09-30 Arnaud GierschComplete s4u-actor-kill to include a test for Actor...
2017-09-30 Arnaud GierschFix process_killall. Closes #186.
2017-09-29 Arnaud GierschSimply finish the surf sleep action on process join.
2017-09-29 Arnaud GierschRevert "Derive custom exception from std::exception."
2017-09-29 Arnaud GierschAction::finish() is never used without setState().
2017-09-29 Arnaud GierschRemove function from list before use.
2017-09-28 Arnaud GierschRemove old commented code.
2017-09-28 Arnaud GierschBoost contexts: inform ASan about context switches.
2017-09-28 Arnaud GierschCheck if ASan is enabled from CMake, and define variables.
2017-09-28 Arnaud GierschAlign top of stacks to a multiple of 16.
2017-09-28 Martin Quinsonfix build on weird clangs
2017-09-27 Martin Quinsoninstr: prefer std::str to char*
2017-09-27 Arnaud GierschAdd explicit keyword, and remove default value for...
2017-09-27 Arnaud GierschDelete unused copy constructor.
2017-09-27 Arnaud GierschUpdate ChangeLog.
2017-09-27 Arnaud GierschTest comm before cancelation, and kill last leak in...
2017-09-26 Arnaud GierschDelete timer on removal.
2017-09-26 Arnaud GierschChange xbt_heap_rm_elm to return the removed element...
2017-09-26 Arnaud Gierschs4u-dht-chord: cancel pending comm.
2017-09-26 Arnaud Gierschs4u-dht-chord: free detached comms.
2017-09-26 Arnaud GierschAllow to specify a cleanup handler for detached comms.
2017-09-26 Arnaud GierschImplement basic backtrace cut for --cfg=exception/cutpath.
2017-09-26 Arnaud GierschFix most of the remaining leaks in msg-host_on_off_proc...
2017-09-25 Arnaud GierschDisable broken test.
2017-09-23 Arnaud GierschMore cleanup in contexts' stop().
2017-09-22 Arnaud GierschSet (accidentally removed) SOCK_CLOEXEC again.
2017-09-22 TakishippAdd s4u-async-wait description to the readme
2017-09-22 Arnaud Gierschmc/remote: switch to socket type SOCK_SEQPACKET to...
2017-09-22 Arnaud GierschReally kill the process.
2017-09-22 Arnaud GierschMove around code to be consistent with other context...
2017-09-22 Arnaud GierschCodacy is a bit picky about those.
2017-09-22 Arnaud GierschFix build with -Werror=missing-declarations.
2017-09-22 Arnaud GierschDerive custom exception from std::exception.
2017-09-22 Arnaud GierschImprove context termination.
2017-09-22 Arnaud GierschLeaks -= 2;
2017-09-21 Arnaud Gierschsmpi_memory: don't copy poisoned regions when AddressSa...
2017-09-20 Arnaud GierschFix double-free error.
next