Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove the SNAPSHOT and COMPARE_SNAPSHOTS MC simcalls
[simgrid.git] / src / 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
2016-02-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-11 Gabriel CoronaRevert "[mc] Fix loop bound checking using heaplimit"
2016-02-11 Gabriel Corona[mc] Use ucontext_t instead of void* in some places
2016-02-11 Gabriel Corona[mc] Hack to workaround weird/unexpected DWARF
2016-02-11 Gabriel Corona[mc] Use first/last instead of start/end in ObjectInfor...
2016-02-11 Gabriel Corona[mc] Fix binary search removal in ObjectInformation...
2016-02-09 Gabriel Corona[mc] Really unblock the signal in the child
2016-02-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-09 degommeSometimes (ubuntu 15.10 for us) sighup was blocked...
2016-02-07 Martin Quinsongreatly reduce the amount of atoi in our codebase
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin QuinsonMerge pull request #57 from fabienchaix/oldstyle_elemen...
2016-01-31 degommelooks like a bug (doesn't fix the tests, though)
2016-01-30 degommeThis comparison was wrong - Thanks gcc 6.0 for the...
2016-01-30 degommeThese consts were wrong - Thanks gcc 6.0 for the warning
2016-01-16 Martin Quinsonwoopsy, adapt MC to the previous change
2016-01-15 Gabriel Corona[mc] Fix the hash computation
2016-01-15 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-15 Gabriel Corona[mc] Fix compilation
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-11 Martin Quinsonmake MC compile with -Wmissing-declaration
2016-01-09 Martin Quinsoncompile with -Wmissing-declarations to catch more errors
2016-01-08 Gabriel CoronaMake XBT_TEST_UNIT() work in C++
2015-12-24 Martin Quinsonmake MC compile out of tree
next