Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Let the Checker give us the current trace
[simgrid.git] / src /
2016-03-29 Gabriel Corona[mc] Let the Checker give us the current trace
2016-03-29 Gabriel Corona[mc] Let the Checker give us the current record trace
2016-03-29 Gabriel Corona[mc] Move VisitedPair alongside with LivenessChecker
2016-03-29 Gabriel Corona[mc] Move some snapshot_compare() overload with their...
2016-03-28 Martin Quinsonlua: rename the platf module to 'engine' to align on s4u
2016-03-27 Martin Quinsonlua: inline a function
2016-03-27 Martin Quinsoncosmetics in lua
2016-03-27 Martin Quinsonhave the AS factory return the created AS
2016-03-27 Martin Quinsoncosmetics in lua platform creation
2016-03-27 Martin Quinsonlet's seal() the AS in lua too
2016-03-26 Martin QuinsonFurther cosmetics in the parsing of clusters
2016-03-26 Martin QuinsonIn <cluster>, attributes availability_file and state_fi...
2016-03-26 Martin Quinsoncleanups in the parsing
2016-03-26 Martin Quinsonplug two memleaks
2016-03-26 Martin Quinsoncosmetics in cluster parsing
2016-03-26 Martin Quinsondo not create dumb hosts when searching for vivaldi...
2016-03-26 Martin QuinsonVivaldi: factorize similar code and cosmetics
2016-03-26 Martin Quinsonvivaldi: allow every component to have a private link...
2016-03-26 Martin QuinsonHave a decent name for the private hostLinks in clusters
2016-03-26 Martin QuinsonAsVivaldi is an AsCluster because each host as a privat...
2016-03-26 Martin Quinsonsmall cleanups in the <peer> parsing code
2016-03-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-26 Christian HeinrichFix broken build 20551fb51e6144ee0c7942602e4c4a60477ddfc8
2016-03-26 Martin Quinsonmstorage was never implemented anyway
2016-03-26 Martin Quinsonrouting: change an enum to a class enum
2016-03-26 Martin QuinsonFactorize some code into the netcard constructor
2016-03-26 Martin Quinsontake a bite in the cruft of this code
2016-03-26 Martin Quinsoninline a signal
2016-03-26 Martin Quinsonlet lmm_system_free(nullptr) be a noop
2016-03-26 Martin Quinsonlet xbt_heap_free(NULL) be a noop
2016-03-26 Martin Quinsonsmall cleanups here and there
2016-03-26 Martin QuinsonNetworkCste: Kill two methods overriden to the same...
2016-03-26 Martin Quinsonrename the fields of surf::Action
2016-03-26 Martin Quinsonsort out the Link::onCommunicate signal
2016-03-26 Martin QuinsonNS3: move the content of Model::communicate into Action...
2016-03-26 Martin Quinsonns3: no need for 2 postparse callbacks
2016-03-25 Martin QuinsonKill the useless NS3Sim class
2016-03-25 Martin Quinsoncosmetics in NS3
2016-03-25 Martin Quinsonkill dat code, pal
2016-03-25 Martin QuinsonDon't copy&change ns3::point-to-point-helper
2016-03-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-25 Christian Heinrich[INSTR] Move to C++ and use templates
2016-03-25 Christian Heinrich[INSTR] Cosmetics: Alignment of assignments.
2016-03-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-25 Martin QuinsonThese files are not used anymore
2016-03-25 Martin Quinsonkill more dead code in NS3
2016-03-25 Martin Quinsoninline a function in NS3
2016-03-25 Martin Quinsonkill a useless element in the NS3 extension of hosts
2016-03-25 Martin Quinsoninline a function in NS3
2016-03-25 Martin Quinsonkill a useless element in the NS3 extension of hosts
2016-03-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-25 Martin Quinsonthis deserves the palm of the worst code of the week
2016-03-25 Martin Quinsonmore cleanups in NS3
2016-03-25 Martin Quinsonkill unused constructors of Resources and other cleanups
2016-03-25 Martin QuinsonResource: rename fields
2016-03-25 Martin Quinsonfix constness of some methods and add a std::hash<Resource>
2016-03-25 Martin Quinsonreplace an ugly field used only once with a std container
2016-03-24 Martin QuinsonFix Fullduplex links with NS3
2016-03-24 Martin Quinsoncleanups
2016-03-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-24 Gabriel Corona[mc] Remove FunctionalChecker
2016-03-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-24 Gabriel Corona[mc] Move main communication determinism code in a...
2016-03-24 Gabriel Corona[mc] Move main liveness code in a LivenessChecker class
2016-03-23 Christian Heinrich[INSTR] Fix broken build introduced in 592e914799a871f2...
2016-03-23 Christian Heinrich[INSTR] Cleanup code by transitioning to C++ streams
2016-03-23 Gabriel Corona[mc] Move some MC_show_non_termination() in SafetyCheck...
2016-03-23 Gabriel Corona[mc] Remove unused argument in MC_show_deadlock()
2016-03-23 Gabriel Corona[mc] Remove the TODO about MC_dump_stacks()
2016-03-23 Gabriel Corona[mc] Fix MC_dump_stacks() to work cross-process
2016-03-23 Gabriel Corona[mc] Remove SafetyChecker::pre
2016-03-23 Gabriel Corona[mc] Fix process_time handling
2016-03-23 Gabriel Corona[mc] Remove MC_exit()
2016-03-23 Gabriel Corona[mc] Fix a -Werror,-Wsign-compare
2016-03-23 Gabriel Corona[mc] Remove MC_init()
2016-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-23 Gabriel Corona[mc] Fix a leak in simgrid-mc
2016-03-23 Gabriel Corona[mc] Remove some globals from is_visted_state()
2016-03-23 Gabriel Corona[mc] Extract prune_visited_states() out of is_visited_s...
2016-03-23 Gabriel Corona[mc] Bring back DerefAndCompareByNbProcessesAndUsedHeap
2016-03-23 Martin Quinsonrename a method to stick to our naming conventions
2016-03-23 Martin Quinsonns3: typo and useless check
2016-03-23 Martin Quinsonns3: inline some functions
2016-03-23 Gabriel Corona[mc] Remove get_search_interval()
2016-03-23 Gabriel Corona[mc] Use std::equal_range in is_visited_state()
2016-03-23 Gabriel Corona[mc] Use std::equal_range in is_visited_pair()
2016-03-23 Gabriel Corona[xbt] Fix yet another memory leak in the promela parser
2016-03-23 Gabriel Corona[xbt] Fix a another memory leak in the promela parser
2016-03-23 Gabriel Corona[xbt] Fix a memory leak in the promela parser
2016-03-23 Gabriel Corona[mc] Fix a leak in is_reached_acceptance_pair()
2016-03-23 Gabriel Corona[mc] Use std::equal_range in is_reached_acceptance_pair()
2016-03-23 Gabriel Corona[mc] Use std::equal_range in get_search_range()
2016-03-23 Gabriel Corona[mc] Use a single templated code for get_search_interval
2016-03-23 Gabriel Corona[mc] Move some liveness code in the liveness file ...
2016-03-23 Gabriel Corona[mc] Do not use a dangerous guess-the-type logic in...
2016-03-23 Gabriel Corona[mc] Move MC_replay_liveness() as a static function...
2016-03-23 Gabriel Corona[mc] Move the (main) safety code as methods of SafetyCh...
2016-03-23 Gabriel Corona[mc] Do not use reduction_mode outside of the safety...
2016-03-23 Gabriel Corona[mc] Dummy SafetyChecker class
next