Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 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.
2017-09-20 Arnaud GierschRemove dead assignments spotted by scan-build.
2017-09-20 Arnaud GierschFix memory leak in process-join.
2017-09-20 Arnaud GierschDisable stack-overflow tests with address sanitizer.
2017-09-19 Augustin Degommeswitch a mpich3 coll test to boost contexts instead...
2017-09-19 Arnaud GierschFix gcc's -Wmissing-field-initializers.
2017-09-19 Augustin Degommetry to silence some warnings
2017-09-19 Arnaud GierschFully initialize struct, and please valgrind.
2017-09-18 Arnaud GierschDisable alternate signal stack before thread exit.
2017-09-16 Arnaud GierschDelete ProcessArg.properties.
2017-09-16 Arnaud GierschLeak-- (seen in maestro-set).
2017-09-16 Arnaud GierschMemcheck: another kind of leak to ignore from smpi...
2017-09-16 Arnaud GierschMemcheck: another try to make valgrind ignore memory...
2017-09-16 Martin Quinsoninstr: small cleanup
2017-09-16 Martin Quinsoninstr: kill a dead function
2017-09-16 Martin Quinsoninstr: objectifies another method
2017-09-16 Martin Quinsona static function with an object parameter is a regular...
2017-09-15 Arnaud GierschInitialize saveptr and please dumb compilers.
2017-09-15 Arnaud GierschThrow exception by value.
2017-09-15 Arnaud GierschSimplify loop condition (sonar).
2017-09-15 Arnaud GierschRemove useless default capture for lambdas.
2017-09-15 Arnaud GierschUse strtok_r() instead of non reentrant strtok().
2017-09-15 Arnaud GierschPlease sonar (s/struct/class).
2017-09-15 Arnaud GierschFix valgrind suppression file.
2017-09-15 Arnaud GierschTypedef is superfluous here.
2017-09-15 Arnaud Gierschsmpi_shared: define smpi_source_location as inheriting...
2017-09-15 Arnaud Gierschsmpi_bench: define SampleLocation inheriting from std...
2017-09-15 Arnaud Gierschsmpi_bench: store plain local data in map (no pointer).
2017-09-15 Arnaud GierschRemove redundant operations.
2017-09-15 Martin Quinsoninstr: fix a new/free mismatch, and small cleanups
2017-09-14 Martin QuinsonNew: s4u::Host.execute() for remote executions
2017-09-14 Martin Quinsonreally try to plug that memleak
2017-09-14 Martin Quinsoncleanup plugging a memleak
2017-09-13 Arnaud GierschGet rid of spurious symlink for lua test.
2017-09-13 Arnaud Gierschtesh: allow multiple --cfg and --log (needed for parall...
2017-09-13 Arnaud GierschAdd missing tests with Boost context factory.
2017-09-13 Arnaud GierschDelay creation of parmap for boost contexts too.
2017-09-13 Arnaud Gierschtesh: update ignore_regexp_common.
2017-09-12 Martin Quinsonfewer explicit news are fewer possible leaks
2017-09-12 Martin Quinsonconvert a dict into a unordered_map
2017-09-12 Arnaud GierschContextBoost: add support for Boost versions above...
2017-09-12 Arnaud GierschContextBoost: useless initialization.
2017-09-12 Arnaud GierschContextBoost: define helper function for jump_fcontext.
2017-09-12 Arnaud GierschContextBoost: use BOOST_VERSION instead of simgrid...
2017-09-12 Arnaud GierschContextBoost: use C++ style casts.
2017-09-12 Arnaud GierschUpdate .gitignore.
2017-09-12 Arnaud GierschThese lines have no utility (anymore?)
2017-09-12 Arnaud GierschAvoid uppercase characters in package names.
2017-09-12 Arnaud GierschRename Java examples.
2017-09-12 Arnaud GierschFix memory leaks.
2017-09-12 Arnaud GierschRemove duplicated line.
2017-09-10 Martin Quinsonignore one more cruft from travis
2017-09-10 Martin Quinsoncodacy
2017-09-10 Martin Quinsons|s4u_|s4u-|
2017-09-10 Martin Quinsonremove a teshsuite example that is superseeded by a...
2017-09-10 Martin Quinsonfix doc
2017-09-10 Martin Quinsonimplement simgrid::s4u::Comm::wait_all() and use it...
2017-09-10 Martin Quinsonreduce the differences between the s4u_async examples
2017-09-10 Martin Quinsonfix the s4u_async-waitany example
2017-09-10 Martin Quinsonmassive cleanups in the s4u-async-waitall example
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-10 Martin Quinsonplease sonar: kill dead code
2017-09-09 Arnaud GierschIndentation.
2017-09-09 Arnaud Giersch'request' cannot be null here (verified before at line...
2017-09-09 Arnaud GierschRemove useless assignments.
next