Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move some SIMIX inspection code in the Process class
[simgrid.git] / src / mc /
2016-03-11 Gabriel Corona[mc] Move some SIMIX inspection code in the Process...
2016-03-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 Gabriel Corona[mc] Fix memory leads after calls to xbt_basename()
2016-03-10 Gabriel Corona[mc] ELF file list, stylistic change
2016-03-10 Gabriel Corona[mc] Move code in simgrid::mc
2016-03-09 Gabriel Corona[mc] Move pseudo-MMU code in its own namespace
2016-03-09 Gabriel CoronaFix PROCESSOR_ flags
2016-03-09 Gabriel CoronaFix HAVE_FOOBAR flags handling
2016-03-09 Martin Quinsonempty portable.h and spread the include in files
2016-03-09 Martin Quinsonuse C++ constants when possible
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-08 Gabriel Corona[mc] Fix typo in dommunications determinism
2016-03-08 Gabriel Corona[mc] Move mc_safety code in simgrid::mc
2016-03-08 Gabriel Corona[mc] Use C++ ctor/new/delete for VisitedPair
2016-03-08 Gabriel Coronaunique_ptr for dynar, automaton, swag, etc.
2016-03-08 Gabriel Corona[mc] Use C++ ctor/new/delete for Pair
2016-03-08 Gabriel Corona[mc] Fix compilation in non-MC
2016-03-08 Gabriel Corona[mc] Remove commented out code (parallel code)
2016-03-08 Gabriel Corona[mc] Move mc_liveness code in simgrid::mc
2016-03-08 Gabriel Corona[mc] Remove extra extern "C" {}
2016-03-08 Gabriel Corona[mc] Move things in simgrid::mc
2016-03-08 Gabriel Corona[mc] Remove the SNAPSHOT and COMPARE_SNAPSHOTS MC simcalls
2016-03-08 Gabriel Corona[mc] Horrid double braces for std::array
2016-03-08 Gabriel Corona[mc] Move things in the MC namespace
2016-03-07 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Gabriel Corona[mc] Add comments for the DWARF-by-build-id lookup...
2016-03-07 Gabriel Corona[mc] Comment about FILTERED_LIBS
2016-03-07 Gabriel Corona[mc] Load DWARF info from external file using NT_GNU_BU...
2016-03-07 Gabriel Corona[mc] Reorganise the ELF/DWARF processing
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-03-07 Gabriel Corona[mc] Remove more useless braces
2016-03-07 Gabriel Corona[mc] Remove useless braces
2016-03-07 Gabriel Corona[mc] Simplify the control flow
2016-03-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-06 Martin Quinsonkill our _XBT_WIN32. Standard _WIN32 is sufficient
2016-03-04 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-03 Gabriel Corona[mc] Remove usage of boost::iterator_range
2016-03-03 Gabriel Corona[mc] Remove the mc_smx_process_info typedefs
2016-03-03 Gabriel Corona[mc] Remove the horrid temporary MC_PROCESS_FOREACH...
2016-03-03 Gabriel Corona[mc] Make SimixProcessInformation a real C++ object
2016-03-03 Gabriel Corona[mc] C++ style SimixProcessInformation
2016-03-01 Gabriel Corona[mc] Remove the horrible MC_EACH_SIMIX_PROCESS() macro
2016-03-01 Gabriel Corona[mc] Fix PID mismatch in snapshot
2016-03-01 Martin Quinsonrename smx_rdv_t into smx_mailbox_t. One day it will...
2016-03-01 Gabriel CoronaCoding style: camel case RemotePtr
2016-03-01 Gabriel Corona[mc] Don't expose the Type in Buffer
2016-03-01 Gabriel CoronaCoding style: camel case Buffer
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Gabriel CoronaRemove xbt_sha
2016-02-29 Julien GossaMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-29 Gabriel CoronaRemove static tracepoint support
2016-02-29 Gabriel Corona[mc] Cleanup RegionSnapshot buffer code
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Gabriel CoronaRemove/cleanup/fix #include
2016-02-26 Gabriel Corona[mc] s/NULL/nullptr/
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel CoronaRemove/cleanup/fix some #include
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel CoronaRemove some #include
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel Corona[mc] Fix previous commit
2016-02-26 Gabriel Corona[mc] Homogeneise throwned system_error
2016-02-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-26 Gabriel Corona[mc] Cleanup/reorganise the code of simgrid_mc
2016-02-26 Gabriel Corona[mc] Documentation for Type and Member
2016-02-26 Gabriel Corona[mc] Remove Type::is_pointer_type
2016-02-26 Gabriel Corona[mc] Member initialization in Variable, Member, Type
2016-02-26 Gabriel Corona[mc] Move some code into simgrid::mc namespace
2016-02-26 Gabriel Corona[mc] Don't leave model-checked processes around
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-23 Martin Quinsonreduce the amount of includes to speed up recompilations
2016-02-23 Gabriel Corona[mc] Remove a ugly special case in LocationListEntry
2016-02-23 Gabriel Corona[mc] Cleanup LocationListEntry
2016-02-23 Gabriel Corona[mc] Cleanup/documentation for simgrid::mc::Frame
2016-02-23 Gabriel Corona[mc] Move remote_ptr in its own file
2016-02-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-23 degommeFix build with mc
2016-02-23 Gabriel Corona[mc] Partial cleanup of the initialisation of the diffe...
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-23 degommebasename -> xbt_basename
2016-02-22 Gabriel Corona[mc] Use simgrid::xbt::range for program-counter ranges
2016-02-22 Gabriel Corona[mc] Remove unsafe method ChunkedData::pagenos() (non...
2016-02-22 Gabriel Corona[mc] Doc/cleanup ChunkedData
2016-02-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-22 Gabriel Corona[mc] Fix ReadOptions
2016-02-22 Gabriel Corona[mc] Replace ReadMode with strongly-type/safe ReadOptions
2016-02-22 Gabriel Corona[mc] Documentation of AddressSpace
2016-02-22 Gabriel Corona[mc] Document/clean DwarfExpression
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-12 Gabriel Corona[mc] Fix MC cross-process memory access
2016-02-12 Gabriel Corona[mc] Fix testall
next