Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make Snapshot::current_fds a std::vector
[simgrid.git] / src / mc / mc_process.h
2015-05-28 Gabriel Corona[mc] Make Process::socket_ private
2015-05-28 Gabriel Corona[mc] Make Process::memory_map_ a std::vector
2015-05-28 Gabriel Corona[mc] Mark some Process attributes as private
2015-05-22 Gabriel Corona[mc] Replace the override word with MC_OVERRIDE
2015-05-22 Gabriel Corona[mc] Fix the translation of privatisation section in...
2015-05-22 Gabriel Corona[mc] Private Process::pid
2015-05-22 Gabriel Corona[mc] Make a std::vector of Process::checkpoint_ignore
2015-05-22 Gabriel Corona[mc] Move cross process reading support for SBT structu...
2015-05-21 Gabriel Corona[mc] Move methods in Process class
2015-05-21 Gabriel Corona[mc] Add remote_ptr for marking pointers-to/addresses...
2015-05-21 Gabriel Corona[mc] Remove compatibility stuff
2015-05-21 Gabriel Corona[mc] Make C++ classes out of addres_space, process...
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-05-07 Gabriel Corona[mc] Mark many MC symbols as hidden
2015-04-28 Gabriel Corona[mc] Remove the dual heap mc_heap/std_heap
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-17 Gabriel Corona[mc] C++ class ModelChecker
2015-04-17 Gabriel Corona[mc] Remove mc_interface.h
2015-04-16 Gabriel Corona[mc] Switch to C++
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-26 Gabriel Corona[mc] Fix MC_process_read_dynar_element
2015-03-19 Gabriel Corona[mc] Read rdv->name from MCed in mc_comm_determinism.c
2015-03-12 Gabriel Corona[mc] MCed memory access in MC_state_get_request()
2015-03-12 Gabriel Corona[mc] Remote support for filling state->internal_comm
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-09 Gabriel Corona[mc] Read host name from remote process
2015-03-06 Gabriel Corona[mc] Cross-process access to smx_process and simcall
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-06 Gabriel Corona[mc] Implement remote support for MC_ignore
2015-02-03 Gabriel Corona[mc] Basic infrastructure for a real model-checker...
2015-01-30 Gabriel Corona[mc] Remote unwinding support
2014-12-19 Gabriel Corona[mc] Cross-process support for MC_ignore
2014-12-19 Gabriel Corona[mc] Implements privatization support for MC_process_read
2014-12-19 Gabriel Corona[mc] Abstract the process and a snapshot types with...
2014-12-12 Gabriel Corona[mc] Support for reading heap state from another process
2014-12-11 Gabriel Corona[mc] Access memory from another process
2014-12-05 Gabriel Corona[mc] Basic support for more other libraries than libsim...
2014-12-04 Gabriel Corona[mc] Move process info in a new s_mc_process_t structure