Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-04-05 Gabriel Corona[mc] Remove user_max_depth which back up MC_cut() for now
2016-04-05 Gabriel Corona[mc] Rename a checkNonDeterminism() to checkNonTerminat...
2016-04-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 Frederic Suterfix distcheck
2016-04-05 Frederic Sutermv some app examples in app- folders
2016-04-05 Frederic Suterfix rm
2016-04-05 degommeAdd MPI_File* bindings to SMPI, even if they are unimpl...
2016-04-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 Frederic Suteractions-mpi becomes actions-comm
2016-04-05 Martin Quinsonxbt_config: kill an unused feature: multivalued variables
2016-04-05 Martin Quinsonxbt_config: kill an unused feature: unregistering variables
2016-04-05 Martin Quinsonxbt_config: kill an unused feature: unsetting values
2016-04-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-05 Martin QuinsonWe never use a second configuration set, so simplify...
2016-04-05 Martin Quinsonthe binary used to test lua moved again
2016-04-05 degommereduce stack size for cloud example (weirdly only crash...
2016-04-04 Frederic Suterend of reorganizing cloud examples
2016-04-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-04 Frederic Suterstart to rename cloud examples
2016-04-04 Frederic Suterreindent
2016-04-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-04 Martin Quinsonfurther rework the config handling. Still much to do
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-04 Frederic Suterclean and simplify
2016-04-04 Frederic Suterfix this untested example
2016-04-03 degommeThe usual sunday night fix :
2016-04-03 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-03 Martin Quinsonfurther rework the option mechanism
2016-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-02 Martin Quinsonstart refactoring the option handling
2016-04-02 Frederic Suterstart to shrink mpich3-test cmake files
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 Quinsonadd a word about multi-cabinet modeling
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 Frederic Suterslave2worker cont'd
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 Suterend slavery in java world
2016-04-01 Frederic Sutermake a REAL and simple dsend test
2016-04-01 Frederic Sutertracing -> trace/pingpong
2016-04-01 Frederic SuterpingPong -> app/pingpong
2016-04-01 Frederic Suterfix distcheck (dumb me)
2016-04-01 Frederic Suterpriority -> task/priority (and task-priority)
2016-04-01 Frederic SutermutualExclusion -> app/centralizedmutex
2016-04-01 Frederic Sutercosmetics
2016-03-31 Frederic Suterreorg and factor examples/java/cloud
2016-03-31 degommeoutput sort is not global to the file (anymore?).
2016-03-30 Martin Quinsoncompile Java in the binary tree, not the source one
2016-03-30 Martin Quinsonreindent a bit to get gcc6 happy, no real change
2016-03-30 Martin Quinsonadapt appveyor to the latest changes in Java examples
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-30 Frederic Suterrename to match C and Java version
2016-03-30 Frederic Sutermv example from cloud to energy
2016-03-30 Frederic Suterredesign this test to match the C version
2016-03-30 Frederic Suterkill a redudant example
2016-03-30 Frederic Sutercreate an app package
2016-03-30 Frederic Sutermake an io package
2016-03-29 Frederic Suterpackage energy
next