Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove some direct accesses to pimpl_cpu
[simgrid.git] / src / mc /
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-23 Martin QuinsonDon't mandate C++14 as some build daemons still don...
2019-09-23 Martin QuinsonMC: switch to xxhash as a (fast) hashing function.
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-13 Martin QuinsonMC: rename some methods to make their intent clear
2019-09-10 Frederic SuterMerge branch 'master' into disk
2019-09-09 Martin Quinsoncosmetics in the wanna be MC's simcall observer
2019-09-01 Martin QuinsonDon't name the unused parameter of this callback
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-27 Augustin Degommefix mc build with gcc10
2019-08-27 Arnaud GierschFix: undefined reference to `typeinfo for simgrid:...
2019-08-25 Martin QuinsonDPOR: improve debug messages
2019-08-18 Martin Quinsonswitch to infty buffering for now as some tests are...
2019-08-18 Martin QuinsonApply the default settings of 'smpi/buffering' too
2019-08-17 Martin QuinsonNew MC option: smpi/buffering, to control MPI buffering
2019-08-17 Martin Quinsonfix non-MC builds
2019-08-17 Martin Quinsonuse assignment to non-trivial class rather than artific...
2019-08-15 Martin Quinsonsmall comments improvements around a complex code
2019-08-15 Martin QuinsonIntroduce a class mc::SimcallInspector, that allows...
2019-08-15 Martin QuinsonMC: rename processes to actors
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-15 Martin Quinsonstart to make generic simcalls observable from the MC
2019-08-09 Martin QuinsonFix GCC+MC builds
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-08-08 Martin Quinsonanother assert to make one segfault more explicit
2019-08-08 Martin Quinsonnamespacify a global function of SIMIX
2019-07-29 Martin QuinsonMC: kill a useless function
2019-07-26 Martin Quinsonsafety: give some basic logging at verbose level already
2019-07-21 Augustin DegommeMerge branch 'master' into 'master'
2019-07-21 Samuel ThibaultMC: complete workaround in the error msg seen on modern...
2019-07-16 Arnaud GierschCosmetics.
2019-07-14 Martin QuinsonMC: provide a workaround in the error msg seen on moder...
2019-07-12 Arnaud Giersch[sonar] Preserve const qualifier with cast.
2019-07-12 Arnaud Giersch[sonar] More dead code.
2019-07-11 Arnaud Gierschmc: better way to check if address is on heap.
2019-07-11 Arnaud GierschDead code.
2019-07-11 Martin Quinsonprefer to fail stop instead of logging
2019-07-11 Arnaud Gierschfx
2019-07-11 Arnaud Gierschmc/compare: cleanup++
2019-07-11 Arnaud Gierschmc/compare: const/ref
2019-07-11 Arnaud Gierschmc: const seems wrong here.
2019-07-11 Arnaud Gierschmc/compare: factorize code.
2019-07-11 Arnaud Gierschmc/compare: cosmetics.
2019-07-11 Arnaud Gierschmc/compare: change heap comparision functions to return...
2019-07-11 Arnaud Gierschmc/compare: define is_on_heap(const void*).
2019-07-11 Arnaud Gierschmc/compare: const casts.
2019-07-11 Arnaud Giersch[sonar] Handle default case in switch statements.
2019-07-11 Arnaud GierschMove extended hash to xbt/utility.
2019-07-11 Martin Quinsonmc/compare: another round of tiny cleanups
2019-07-11 Arnaud Gierschmc/compare: dead stores.
2019-07-10 Martin Quinsonmc/compare: fix another copy/paste error
2019-07-10 Martin Quinsonmc: reduce the visibility of <dwarf.h> by a tiny bit
2019-07-10 Martin Quinsonmc/compare: some more tiny cleanups
2019-07-10 Arnaud GierschMC/compare: compare_heap_area_without_type becomes...
2019-07-10 Arnaud GierschCosmetics.
2019-07-10 Arnaud GierschReindent.
2019-07-10 Arnaud GierschKill Poor man's TCO.
2019-07-10 Arnaud GierschMC/compare: mmalloc_compare_heap becomes mmalloc_heap_e...
2019-07-10 Arnaud GierschMC/compare: cleanup++
2019-07-10 Arnaud GierschMC/compare: first round of cleanups.
2019-07-10 Martin QuinsonRemove option model-checker/hash; This is always activa...
2019-07-10 Martin Quinsonmc/compare: kill dead code
2019-07-10 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-07-10 Arnaud GierschImprove crash detection; still not working correctly.
2019-07-09 Martin Quinsonload the header needed by this file
2019-07-09 Arnaud GierschHide system-dependent message.
2019-07-09 Martin Quinsonimprove verification of crashing programs
2019-07-09 Arnaud GierschRevert "Reduce dependency on ptrace."
2019-07-09 Arnaud GierschReduce dependency on ptrace.
2019-07-09 Arnaud GierschSpecify visibility (hide warning).
2019-07-03 Arnaud Giersch[sonar] Inherit from std::exception.
2019-07-02 Arnaud GierschKill unused static functions (dead code).
2019-06-15 Martin Quinsonsonar: ignore more issues, hide commented code, add...
2019-06-14 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-06-11 Martin QuinsonMC: cosmetics
2019-06-11 Martin Quinsonfurther simplify the MC initialization
2019-06-11 Martin Quinsonmc: don't catch exceptions we cannot deal with
2019-06-10 Martin Quinsoncode simplification in MC start sequence
2019-06-04 Martin Quinsonsonar: kill unused parameter
2019-06-03 Martin QuinsonMC: kill an unused field and a useless method
2019-06-03 Martin QuinsonMC: kill an unused field
2019-06-03 Martin QuinsonSimplify mc::Region::read()
2019-06-03 Martin QuinsonCleanups in class mc::Region
2019-06-01 Martin Quinsonfix MC builds on gcc
2019-06-01 Martin Quinsonfix lua builds
2019-05-31 Martin QuinsonMC: rename some files
2019-05-31 Martin QuinsonMC: finish emptying an old C file
2019-05-31 Martin QuinsonMC: inline a function that is now trivial
2019-05-31 Martin QuinsonMC::Region: Also remove the permanent_addr thingy
2019-05-31 Martin Quinsonmc: cosmetics
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-30 Martin Quinsoninline a function
2019-05-30 Martin Quinsonkill the RegionSparse subclass now that there is no...
2019-05-30 Martin QuinsonMC: cosmetics (fight the mc_model_checker singleton)
2019-05-30 Martin QuinsonMC: remove support for flat storage of regions
next