Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src /
2016-04-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-04 Frederic Suterreindent
2016-04-04 Gabriel Corona[mc] Make Checker implementation private
2016-04-04 Gabriel Corona[mc] Fix #includes
2016-04-04 Gabriel Corona[mc] Fix warnings
2016-04-04 Gabriel Corona[mc] Use std::unique_ptr for States
2016-04-04 Gabriel Corona[mc] Get rid of the global simgrid::mc::visited_states...
2016-04-04 Gabriel Corona[mc] Move VisitedState stuffs in their own .c file
2016-04-04 Gabriel Corona[mc] Reindent is_visited_state()
2016-04-04 Gabriel Corona[mc] Rename SafetyChecker::is_exploration_stack_state...
2016-04-04 Gabriel Corona[mc] Move the stack as field of SafetyChecker and CommD...
2016-04-04 Gabriel Corona[mc] Use std::list instead of xbt_fifo for mc_stack
2016-04-04 Gabriel Corona[mc] Different/private mc_stack variables for SafetyChe...
2016-04-04 Gabriel Corona[mc] Use shared_ptr for liveness propositions
2016-04-04 Gabriel CoronaFix #includes to automaton.h
2016-04-03 degommeThe usual sunday night fix :
2016-04-03 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-02 Martin Quinsonstart refactoring the option handling
2016-04-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-01 Martin Quinsoncompile sg_config with g++ too
2016-04-01 Martin Quinsontiny cleanups in the VMs and links
2016-04-01 Martin QuinsonRemove the properties from the host constructor
2016-04-01 Martin QuinsonAdd a way to set a property on s4u::Host
2016-04-01 Martin Quinsonrename the fields of the PropertyHolder
2016-04-01 Martin Quinsonsimplify the prototype of LinkCM02 constructor
2016-04-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-01 Gabriel Corona[mc] Rename livenessStack to explorationStack
2016-04-01 Gabriel Corona[mc] Factor out Livenesschecker::newPair()
2016-04-01 Gabriel Corona[mc] Remove some control flow nesting in LivenessChecke...
2016-04-01 Gabriel Corona[mc] Create LivenessChecker::backtrack()
2016-04-01 Gabriel Corona[mc] Only #include LivenessChecker.hpp in LivenessCheck...
2016-04-01 Frederic Sutercosmetics
2016-03-30 Martin Quinsonreindent a bit to get gcc6 happy, no real change
2016-03-30 Gabriel Corona[mc] Fix some XBT_DEBUG
2016-03-30 Gabriel Corona[mc] Remove useless comment
2016-03-30 Gabriel Corona[mc] Add LivenessChecker::purgeVisitedPairs() method
2016-03-30 Gabriel Corona[mc] Simplify MC_automaton_evaluate_label()
2016-03-30 Gabriel Corona[mc] Use shared_ptr for Pair
2016-03-30 Gabriel Corona[mc] Restrict the scope of local variables in LivenessC...
2016-03-30 Gabriel Corona[mc] Slay some nested-if-statements-from-hell
2016-03-30 Gabriel Corona[mc] Remove VisitedPair::acceptance_pair
2016-03-30 Gabriel Corona[mc] Type some boolean variable as such
2016-03-30 Gabriel Corona[mc] Remove the _sg_mc_liveness flag
2016-03-30 Gabriel Corona[mc] Use the symbolic values for the xbt_automaton_exp_...
2016-03-30 Gabriel Corona[mc] No more global variables
2016-03-30 Gabriel Corona[mc] Use std::vector for liveness {Pair,VisitedPair...
2016-03-30 Gabriel Corona[mc] Move global variables as fields of LivenessChecker
2016-03-30 Gabriel Corona[mc] Use std::shared_ptr for VisitedPair in LivenessChecker
2016-03-30 Gabriel Corona[mc] Use std::list for LivenessChecker::visited_pairs
2016-03-30 Gabriel Corona[mc] Move visited_pairs as a static field of LivenessCh...
2016-03-30 Gabriel Corona[mc] Use std::shared_ptr for State in LivenessChecker
2016-03-30 Gabriel Corona[mc] Use std::list for LivenessChecker::acceptance_pairs
2016-03-30 Gabriel Corona[mc] Use std::list instead of xbt_fifo for the stack...
2016-03-30 Gabriel Corona[mc] Fix #includes in LivenessChecker
2016-03-30 Gabriel Corona[mc] Scope the global variables in LivenessChecker
2016-03-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-29 Gabriel Corona[mc] Remove superflous static function
2016-03-29 Gabriel Corona[mc] -Wredundant-move
2016-03-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-29 Gabriel Corona[mc] Remove Snapshot::is_important_snapshot()
2016-03-29 Gabriel Corona[mc] Use shared_ptr for Snapshot
2016-03-29 Gabriel Corona[mc] Making a State a class
2016-03-29 Gabriel Corona[mc] LivenessChecker stack
2016-03-29 Gabriel Corona[mc] Demangle C++ names when unwinding the stack with...
2016-03-29 Gabriel Corona[mc] Dump the current trace when the model-checked...
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
next