Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build with -Werror=missing-declarations.
[simgrid.git] / src /
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-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 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 GierschUse strtok_r() instead of non reentrant strtok().
2017-09-15 Arnaud GierschPlease sonar (s/struct/class).
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 GierschDelay creation of parmap for boost contexts too.
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-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.
2017-09-09 Arnaud GierschUse C++ strings instead of char*.
2017-09-09 Arnaud GierschFix use-ater-free.
2017-09-09 Arnaud GierschFix potential buffer overflows.
2017-09-09 Arnaud GierschVerify parameters passed to strcmp.
2017-09-04 Arnaud GierschDon't inline ~xbt_ex.
2017-09-03 Martin Quinsonstart cleaning up the instr::containers
2017-09-03 Augustin Degommetry to get rid of some errors seen by scan-build
2017-09-03 Martin Quinsongive a proper constructor/destructor to instr::Container
2017-09-02 Augustin Degommetry to please scan-build
2017-09-02 Augustin Degommesee if that pleases scan-build
2017-09-02 Augustin Degommeavoid potential division by 0... But not sure 0 is...
2017-09-02 Arnaud GierschRevert "Libsimgrid-java already depends on libsimgrid...
2017-09-01 Arnaud GierschLibsimgrid-java already depends on libsimgrid. There...
2017-09-01 Arnaud GierschFix mismatched free() / delete.
2017-08-31 Martin Quinsondon't eat the errno of when dlopen fails (but still...
2017-08-31 Arnaud GierschCompare file prefix only.
2017-08-30 Arnaud GierschUse std::atomic::fetch_add instead of ++ shortcut ...
2017-08-30 Arnaud GierschUnused typedefs.
2017-08-30 Arnaud GierschProtected is useless here (please sonar).
2017-08-30 Arnaud GierschDon't mess ev->ap (allows multiple %m in layout).
2017-08-30 Arnaud GierschCosmetics.
2017-08-29 Arnaud GierschA std::string is ok here.
2017-08-29 Arnaud GierschC++-style casts.
2017-08-28 Martin Quinsonuniformize the function names
2017-08-28 Martin Quinsoninstr: kill leftover classes
2017-08-28 Martin Quinsoninstr: kill an unused field
2017-08-28 Martin Quinsonrename the instr::Container class to its proper name
2017-08-28 Martin Quinsonsmpi: don't override the value of network/TCP-gamma...
2017-08-28 Martin Quinsoninstr: please sonar
2017-08-28 Martin Quinsonfollow the naming conventions in Instr
2017-08-28 Martin Quinsonfix clang builds
2017-08-28 Martin Quinsonmove all inst declarations into their namespace
2017-08-27 Martin Quinsonkill a C type now that we have a class
2017-08-27 Martin Quinsonclass names must be in CamelCase
2017-08-27 Martin Quinsona class with no method is not a class
2017-08-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-27 Arnaud GierschCreate dict in NetworkNS3Model constructor.
2017-08-25 Augustin Degommethis has to be ordered as MPI allows access to items...
2017-08-23 Arnaud GierschTrivial formatting issues.
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-22 Arnaud GierschMissing "override"s.
2017-08-21 Arnaud GierschUse NewGlobalRef since Vm in unref'd by DeleteGlobalRef.
2017-08-21 Arnaud GierschUsing std::remove_if is overkill here.
2017-08-20 Arnaud GierschEnsure that low is valid before using it.
2017-08-20 Arnaud GierschRemove useless #undef's.
2017-08-20 Arnaud GierschWhitespace cleanup.
2017-08-20 Arnaud GierschUse default destructor.
2017-08-20 Arnaud GierschThese lines belong to the outer loop.
2017-08-20 Arnaud GierschDeobfuscate expression.
2017-08-18 Takishippnormalize s_type class part 3
2017-08-18 Takishippnormalize s_type class part 2
2017-08-18 Takishippnormalize s_type class
2017-08-18 Frederic Sutermodernize three simcalls
2017-08-16 TakishippAdd type_stat_new to s_type class as a method
next