Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start to split msg/tracing
[simgrid.git] / src /
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
2016-03-23 Gabriel Corona[mc] Working on an interface between a model-checking...
2016-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-22 Martin Quinsonns3: kill useless C -> C++ interface remainings
2016-03-22 Martin Quinsonuseless cosmetics in NS3
2016-03-21 Frederic Suterplug a i-am-everywhere leak
2016-03-21 Frederic Suterreindent (while chasing leaks)
2016-03-21 degommeclang asks for override here ...
2016-03-21 Frederic Suterreindent
2016-03-21 Martin Quinsonns3: further cleanups
2016-03-20 Martin QuinsonNS3: don't use the 'using namespace' construct
2016-03-20 Martin QuinsonNS3: Remove content from NS3Sim(), to later kill it
2016-03-20 Martin Quinsonns3: gosh this code is ugly
2016-03-20 Martin Quinsonns3: everything is in C++ now, no need for so many...
2016-03-20 Martin Quinsonns3: kill an unused void*, qualify another one
2016-03-20 Martin Quinsonns3: rename a type for consistency
2016-03-20 Martin Quinsonkill some dead code in NS3
2016-03-20 Martin Quinsonobjectifies surf::Action::State
2016-03-20 Martin Quinsonkill some dead code
2016-03-20 Martin Quinsonobjectifies a C function
2016-03-20 Martin Quinsonrename some fields to match our coding standards
2016-03-20 Martin Quinsoncleanups in (wanna be) surf::CpuImpl
2016-03-20 Martin Quinsonempty Cpu factories
2016-03-20 Martin Quinsonremove a redundant parameter to the Cpu constructor
2016-03-20 Martin Quinsonget a better name for the speedPerPstate attribute...
2016-03-20 Martin Quinsonempty the link factories
2016-03-20 Martin Quinsonremove speedTrace from the CPU constructor
2016-03-20 Martin Quinsonuniformize how CpuTI creates SpeedTrace with other...
2016-03-20 Martin Quinsonremove StateTrace from the CPU constructor
2016-03-18 Gabriel Corona[mc] Use C++ containers for visited_states
2016-03-18 Gabriel Corona[mc] Fix VisitedState constructor
2016-03-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-17 Gabriel CoronaMerge the merges of merges
2016-03-16 Martin QuinsonMerge pull request #68 from glesserd/ptask_energy_bug
2016-03-16 David GlesserEnergy were not computed correctly for parallel tasks.
2016-03-16 Gabriel Corona[mc] Fix compilation
2016-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-16 Gabriel Corona[mc] Don't fail if some (part of a) segment is empty...
2016-03-16 Gabriel Corona[mc] Better detection of the segments
2016-03-16 Gabriel Corona[mc] Remove unused MC bits in parmap
2016-03-16 Gabriel Corona[mc] Remove commented-out/disabled code in mc_diff.cpp
2016-03-16 Gabriel Corona[mc] Remove pointless #includes
2016-03-15 Martin Quinsonfurther cleanups in the surf::traces
2016-03-15 Gabriel Corona[mc] Use _exit() in fork()-ed process
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Martin Quinsonbe more explicit when we see a platform v3 file
2016-03-15 Gabriel Corona[mc] Remove useless asserts
2016-03-15 Gabriel Corona[mc] Fix typos
2016-03-15 Gabriel Corona[mc] Remove split the MCed and MCer part of MC_deadlock...
2016-03-15 Gabriel Corona[mc] Make 'colors' variable static
2016-03-15 Gabriel Corona[mc] Remove remaining bits of parmap in MC (not used)
2016-03-15 Gabriel Corona[mc] Remove useless stuff in mc_private.h
next