Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Save worker's context directly in TLS.
[simgrid.git] / src / mc /
2019-05-20 Martin Quinsong++ needs this include but not clang
2019-05-20 Martin QuinsonAhem. You mean I need to actually compile with MC after...
2019-05-20 Martin Quinsonmc: move some files related to ELF, DWARF or unwind...
2019-05-18 Martin Quinsonmc::Snapshot: various cleanups and refactoring
2019-05-18 Martin Quinsonsosp: cosmetics
2019-05-17 Martin Quinsonsonar: explict
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-05-16 Martin QuinsonUse addr2line as a fallback for stacktraces when backtr...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Martin Quinsonmc: tiny simplifications and cosmetics (even some snake...
2019-05-16 Martin Quinsonmc: inline two functions
2019-05-16 Martin Quinsonmc: useless cleanups
2019-05-16 Martin Quinsonmc::Buffer: no need for mmap type now that KSM is gone
2019-05-16 Martin Quinsonmc: kill model-check/ksm option. Was not activated...
2019-05-15 Martin Quinsonmc: simplification: do not repeat information in parameters
2019-05-15 Martin Quinsonmc: Kill a C type and use the C++ one
2019-05-15 Martin Quinsonmc/compare: reduce the scope of some variables
2019-05-15 Martin QuinsonRemove option 'model-check/record': paths are recorded...
2019-05-15 Martin Quinson[mc] enable model-check/record by default, and cosmetics
2019-05-14 Millian Poquet[mc] do not ignore MC_ASSERT in replay mode
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-05-06 Arnaud GierschMissing explicit.
2019-05-06 Arnaud GierschKill useless hack (and its union).
2019-05-06 Arnaud GierschUse aligned storage and remove usage of union.
2019-05-06 Arnaud GierschFix a FIXME.
2019-05-06 Arnaud GierschChange two dynars (maybe more).
2019-05-03 Arnaud GierschMore Sonar smells around "noreturn".
2019-05-03 Arnaud Giersch[sonar] Extract assignments from expressions.
2019-05-03 Arnaud GierschKill never implemented option "model-check/snapshot_fds".
2019-05-03 Arnaud Giersch[sonar] Add attribute "noreturn" to non-returning funct...
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-04-24 Arnaud GierschCosmetics: conslidate TODO list.
2019-04-24 Arnaud GierschMany const to remove a mutable (TODO--).
2019-04-18 Arnaud GierschTidy up mc/mc_unw a little.
2019-04-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-12 Arnaud GierschFix hash update.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic Sutertry to clean and uniformize Activity Impls
2019-03-25 Arnaud GierschUse string::compare with C++ strings.
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
next