Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / mc /
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud Giersch[sonar] Name parameters differently than request_depend...
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschDon't use pass-by-value for large parameters.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-09 Arnaud GierschCosmetics around std::unique_ptr.
2019-03-06 Arnaud GierschType consistency.
2019-03-05 Arnaud GierschAssert that the pointer is not null when dereferenced.
2019-03-01 Arnaud GierschUse C++11 <random> for simcall mc_random.
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-03-01 Arnaud GierschKill unused parameter and please Sonar.
2019-02-28 Arnaud GierschUse C++11 <random> instead of rand().
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschRemove dead code after returrn statement.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_waitany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_testany.
2019-02-20 Arnaud GierschKill now unused mc_xbt.
2019-02-20 Arnaud GierschFix MC build after changes for waitany.
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-16 Frederic SuterMethods and renaming in simix::Global
2019-02-15 Frederic Suterfix build
2019-02-15 Frederic Sutermake e_smx_comm_type_t be en enum class
2019-02-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-01 Martin Quinsonmake sure to define _FILE_OFFSET_BITS as early as possible
2019-02-01 Martin Quinsontidy some #includes in MC
2019-02-01 Arnaud Giersch[sonar] Split declarations, unshadow variables.
2019-01-31 Arnaud GierschRevert "Try to improve coverage reports for MC tests."
2019-01-31 Martin Quinsoncosmetics
2019-01-31 Arnaud GierschTry to improve coverage reports for MC tests.
2019-01-31 Martin QuinsonRefactorize and speedup a unit test
2019-01-31 Martin QuinsonRemove the now useless unit_test_framework
2019-01-31 Martin Quinsonconvert the two other boost::unit_test suites to Catch2
2019-01-27 Martin Quinsonactivity::CommImpl: stick to our naming standards for...
2019-01-26 Martin Quinsonrefcounting on the src and dst actors of a comm
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-21 Arnaud GierschRemove old cruft.
2019-01-20 Martin Quinsoncosmetics in UCtx: hide one internal function and inlin...
2019-01-10 Arnaud Giersch[sonar] Rename method (don't use "main").
2019-01-08 Martin Quinsontiny doc improvement
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-05 Martin QuinsonPlease sonar
2018-11-06 Augustin Degommefix gcc 9 warnings. Have to check if the std::move...
2018-11-03 Augustin Degommetry to have mc work with freebsd 12 and flang
2018-11-02 Arnaud GierschCopy constructor and assignment operators are implicite...
2018-10-29 Augustin Degommeadd libboost_stacktrace_backtrace to excludes
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-03 Arnaud GierschDisplay errno on error.
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Arnaud GierschFix build without smpi.
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-06 Martin Quinsonvarious doc fixes
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-28 Arnaud GierschOne more filtered lib.
2018-07-27 Arnaud Gierschfiltered_libraries++
2018-07-26 Arnaud GierschSpurious 'n'.
2018-07-26 Arnaud GierschKeep list of filtered libraries sorted.
2018-07-26 Augustin Degommeadd another library to excludes to please mc
2018-07-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-26 Augustin Degommeadd libraries to excludes to please mc
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-11 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-11 Arnaud GierschAdd PAPI libraries to mc/remote filtered libraries.
2018-07-10 Arnaud GierschAdd libboost_timer to mc/remote filtered libraries.
2018-07-10 Arnaud GierschKill commented code.
2018-07-10 Arnaud GierschExtract assignment from expression (sonar).
2018-07-10 Arnaud GierschRemove redundant access specifier.
2018-07-10 Arnaud GierschUse an array.
2018-07-04 Martin Quinsontry to fix the build on centos
2018-07-04 Martin Quinsonbetter integration of the new MC unit tests
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-04 Martin Quinsonremove the old-style MC unit tests
2018-07-04 Martin Quinsonmove libsosp into its own directory
2018-07-04 Martin Quinsonreduce the adhesion from wannabe libsosp to the rest...
2018-07-02 Martin Quinsonkill some include directives
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 onesphoreMinor changes
2018-06-28 onesphoreFragmented the tests into smaller test cases.
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-27 Arnaud GierschComment unused function parameters.
2018-06-27 onesphoreminor changes.
2018-06-26 Arnaud GierschTry to please Sonar about redundant forward declaration...
2018-06-26 onesphoreMinor cosmetic changes.
2018-06-26 onesphoreunit test file names changed.
2018-06-26 onesphorereplaced BOOST_TEST with BOOST_CHECK_EQUAL/BOOS_CHECK_M...
2018-06-25 onesphoreremoved those files for now.
2018-06-25 onesphoreChanged the 2 unit tests, snapshot and PAGESTORE, into...
2018-06-25 onesphoreAdded a new test.
2018-06-23 Martin Quinsonanother attempt at fixing the include madness in mc...
2018-06-23 Martin Quinsonfix mac builds
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
next