Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-03-21 Frederic Suterfactor teshsuites/simix cmake files
2016-03-21 Frederic Suterreindent, duplicate--, useless endif/if
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 Frederic Sutertry to fix mmalloc test on MC
2016-03-18 Frederic Sutereither I'm dumb or tired...
2016-03-18 Frederic Sutergrrrrr
2016-03-18 Frederic Suterdamn! so many mistakes ...
2016-03-18 Frederic Sutersecond try to fix
2016-03-18 Frederic Sutertry to blindly fix test
2016-03-18 Frederic Suterreorg teshsuite/mc
2016-03-18 Gabriel Corona[mc] Use C++ containers for visited_states
2016-03-18 Gabriel Corona[mc] Fix VisitedState constructor
2016-03-18 Frederic Suterkill another avoidable XML
2016-03-18 Frederic Suterkill avoidable XML
2016-03-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-18 Frederic Suterrefactor 2 more CMakeLists
2016-03-18 Martin Quinsonfix build with MC
2016-03-17 Frederic Suterstill messing around with cmake
2016-03-17 Frederic Suterfix distcheck
2016-03-17 Frederic Sutermv is-router and flatifier to their own dir
2016-03-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-17 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-17 degommeFix dist
2016-03-17 Gabriel CoronaAdd suitable #include for HAVE_MC
2016-03-17 Gabriel CoronaMerge commit '7937c47'
2016-03-17 David GlesserRemove useless include that makes projects outside...
2016-03-17 Frederic Sutermv a test out of platforms dir
2016-03-17 Gabriel CoronaMerge the merges of merges
2016-03-17 Frederic Suterfurther reorg
2016-03-16 Martin QuinsonMerge pull request #68 from glesserd/ptask_energy_bug
2016-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-16 Frederic Suterdeal with trace
2016-03-16 Frederic Suterstart to reorganize teshsuite/simdag
2016-03-16 David GlesserUpdate ptask example to also test energy on parallel...
2016-03-16 David GlesserEnergy were not computed correctly for parallel tasks.
2016-03-16 Fabien ChaixExplicitly defined random generator integer type sizes...
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 Frederic Suterrename SMPI macro related tests
2016-03-16 Gabriel Corona[mc] Better detection of the segments
2016-03-16 Frederic Suterfactor cmake for teshsuite/msg
2016-03-16 Frederic Suterreindent, static-ify, and kill blanks
2016-03-16 Frederic Suterhave a single Cmake file for tesh-msg
2016-03-16 Frederic Sutermv bug-17132 to the smpi directory
2016-03-16 Frederic Suterkill unused deployment file
2016-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-16 Frederic Suterget rid of some useless deployment files
2016-03-16 degommeoops
2016-03-16 degommeSeparate Coverage and DynamicAnalysys scripts.
2016-03-16 Gabriel Corona[mc] Remove unused MC bits in parmap
2016-03-16 degommeSimgrid already has this dependency (and handles this...
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 degommewe did not really need cm02 here, did we? (it breaks...
2016-03-15 Gabriel Corona[mc] Ignore output of bugged1_liveness_visited
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 degommeAdd a message to the user to specify our requirement...
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
2016-03-15 Martin Quinsonfix a test
2016-03-15 Martin Quinsonremove an empty structure left over
2016-03-15 Gabriel CoronaRevert my (subtle) attempts to fork simgrid...
2016-03-15 Gabriel Corona[mc] Remove C typedefs (mc_foobar_t) and mc_forward.h
2016-03-15 Gabriel Corona[mc] Move MC malloc introspection code in simgrid::mc
2016-03-15 Gabriel Corona[mc] Move unwinding glue in a UnwindContext class
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Martin Quinsonfurther objectifies the traces
2016-03-15 Gabriel Corona[mc] Move process_vm_readv-based implementation of...
2016-03-15 Gabriel Corona[mc] Fix comment/TODO
2016-03-15 Gabriel Corona[mc] Make Process:cache_flags private
2016-03-15 Gabriel Corona[mc] Fix documentation
2016-03-15 degommeappveyor : switch boost to more recent one, and silence...
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next