Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid::config::flag, a more declarative way to describe CLI flags
[simgrid.git] / src /
2016-04-13 Gabriel Coronasimgrid::config::flag, a more declarative way to descri...
2016-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-12 Martin Quinsonmore informative message when java needs libcgraph
2016-04-11 degommeChange underlying datatype for some fortran ones (MPI_A...
2016-04-11 Gabriel Corona[mc] Rename RecordTraceElement as Transition and use...
2016-04-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-10 Martin Quinsonkill an unused layer of code
2016-04-09 Martin Quinsoncosmetics
2016-04-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-08 degommetry to get rid of random crashes in RMA.
2016-04-08 Martin Quinsonuseless psychotic cleanup
2016-04-08 Martin Quinson__FUNCTION__ is now in the standard
2016-04-08 Gabriel Corona[mc] Remove the ugly is_in_vector() hack
2016-04-08 Gabriel Corona[mc] Move resolve_process...() as methods of Process
2016-04-08 Gabriel Corona[mc] Remove old commented-out code
2016-04-08 Gabriel Corona[mc] Remove useless MC_MODE_CLIENT paths
2016-04-08 Gabriel Corona[mc] Mark some remote pointers as such
2016-04-08 Gabriel Corona[mc] Misc. comments
2016-04-07 degommeDon't check value of an output .. it may be uninitializ...
2016-04-07 Martin Quinsonoups, forgot to adapt MC to my last change in config
2016-04-07 Martin Quinsonfurther tiny commit in xbt_config. that's not multivalu...
2016-04-07 Gabriel Corona[mc] Remove orphaned declaration
2016-04-07 Gabriel Corona[mc] Sort out FIXMEs and TODOs
2016-04-07 Gabriel Corona[mc] Debatably better documentation of State
2016-04-07 Gabriel Corona[mc] s/value/req_num/ because 'value' does not convey...
2016-04-07 Gabriel Corona[mc] Remove the client-side processing in simgrid:...
2016-04-07 Gabriel Corona[mc] Get rid of the ugly "value" out parameter in MC_st...
2016-04-07 Gabriel Corona[mc] Remove MC_state_get_internal_request()
2016-04-07 Gabriel Corona[mc] Remove MC_state_get_executed_request()
2016-04-07 Gabriel Corona[mc] Add Factor some gorry code to State::getRecordElem...
2016-04-07 Gabriel Corona[mc] Simplify/unify the interleeaving/exploration logic
2016-04-07 Gabriel Corona[mc] Get rid of MC_state_set_executed_request() in...
2016-04-07 Gabriel Corona[mc] Document/cleanup State
2016-04-07 Martin Quinsonconfig: kill unused functions
2016-04-06 degommeSame thing. But working, this time.
2016-04-06 degommeTry to fix win build - may not be enough
2016-04-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-06 Gabriel Corona[mc] Remove MC_state_remove_interleave_process() (not...
2016-04-06 Gabriel Corona[mc] Use nullptr consistently in C++ code
2016-04-06 Gabriel Corona[mc] Fix #includes
2016-04-06 Gabriel Corona[mc] Use std::vector for PatternCommunicationList
2016-04-06 Gabriel Corona[mc] Use std::vector for State::incomplete_comm_pattern...
2016-04-06 Gabriel Corona[mc] Add PatternCommunication::dup()
2016-04-06 Gabriel Corona[mc] Rename the communication pattern types
2016-04-06 Gabriel Corona[mc] Get rid of MC_list_comm_pattern_free()
2016-04-06 Gabriel Corona[mc] Get rid of MC_comm_pattern_free()
2016-04-06 Gabriel Corona[mc] Remove always disabled code
2016-04-06 Gabriel Corona[mc] Remove duplicate init in State
2016-04-06 Gabriel Corona[mc] Fix #includes
2016-04-06 Gabriel Corona[mc] Remove the declaration of a function which has...
2016-04-06 Martin Quinsonfurther cleanups to the config stuff
2016-04-06 Martin Quinsonsome cleanups in the SMPI option declarations
2016-04-06 Martin Quinsonplug a memleak
2016-04-06 Martin Quinsonkill a deprecated function
2016-04-06 degommetry to get rid of smpi tracing segmentation faults...
2016-04-05 Martin Quinsonjtrace: some more calls for kenenbek
2016-04-05 Martin Quinsonjtrace: add a missing call
2016-04-05 degommeReplace MPI->PMPI stupid wrappers by macro-generated...
2016-04-05 Gabriel Corona[mc] Use std::string for request_get_dot_output() and...
2016-04-05 Gabriel Corona[mc] Use std::string in simgrid::mc::request_to_string
2016-04-05 Gabriel Corona[mc] Don't copy or move states (yet)
2016-04-05 Gabriel Corona[mc] Use RAII std::vector for s_mc_comm_pattern::data
2016-04-05 Gabriel Corona[mc] Use RAII std::string for s_mc_comm_pattern::rdv
2016-04-05 Gabriel Corona[mc] Constructor/destructor for s_mc_comm_pattern
2016-04-05 Gabriel Corona[mc] C++ification of State
2016-04-05 Gabriel Corona[mc] Remove MC_state_delete()
2016-04-05 Gabriel Corona[mc] Avoid useless stuff when logging is disabled in...
2016-04-05 Gabriel Corona[mc] Create SafetyChecker::backtrack() method
2016-04-05 Gabriel Corona[mc] Move visitedState as a field of SafetyChecker
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 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 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-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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-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
next