Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Cleanup/simplify liveness property automaton registration code
[simgrid.git] / src / mc / mc_server.cpp
2015-07-24 Gabriel Corona[mc] Cleanup/simplify liveness property automaton regis...
2015-07-24 Gabriel Corona[mc] Remove MC_automaton_new_propositional_symbol_callb...
2015-07-23 Gabriel Corona[mc] Remove a lot of typedefs and typedef usage
2015-07-17 Gabriel Corona[mc] Fix another signedness conversion issue with addre...
2015-06-02 Gabriel Corona[mc] exit() instead of abort() in normal operation
2015-05-28 Gabriel Corona[mc] Make Process::socket_ private
2015-05-28 Gabriel Corona[mc] Mark some Process attributes as private
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-21 Gabriel Corona[mc] Move methods in Process class
2015-05-21 Gabriel Corona[mc] Remove compatibility stuff
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-28 Gabriel Corona[mc] Multiple heap removal (partial)
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-17 Gabriel Corona[mc] C++ class ModelChecker
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-04-09 Gabriel Corona[mc] Move liveness in MCer process
2015-03-26 Gabriel Corona[mc] Cross-process MC/safety implementation
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-02-13 Gabriel Corona[mc] Do not use strerror(), not thread-safe
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-10 Gabriel Corona[mc] Server side symbol evaluation
2015-02-06 Gabriel Corona[mc] Add MCer handling for MC_MESSAGE_IGNORE_HEAP and...
2015-02-06 Gabriel Corona[mc] New message for stack_area
2015-02-06 Gabriel Corona[mc] Communicate MC_remove_ignore_heap to the remote...
2015-02-06 Gabriel Corona[mc] Implement remote support for MC_ignore
2015-02-05 Gabriel Corona[mc] Define one struct per MC message type
2015-02-03 Gabriel Corona[mc] Move MC_init_pid outside of mc_server
2015-02-03 Gabriel Corona[mc] Remove some functions in mc_server
2015-02-03 Gabriel Corona[mc] Basic infrastructure for a real model-checker...