Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we did not really need cm02 here, did we? (it breaks centos)
[simgrid.git] / src /
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
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 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Martin Quinsonstart objectifying the surf traces
2016-03-15 Frederic Suterwhat a wonderful night in XBT ...
2016-03-14 Frederic Suterremove a couple of MSC_VER stuff
2016-03-14 Frederic Sutertiny tiny commit
2016-03-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-14 Frederic Sutercleanups in java bindings
2016-03-14 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-03-14 Martin Quinsonsurf::cpu: apply the latest naming convention of fields...
2016-03-14 Martin Quinsonsurf/trace: kill dead code
2016-03-14 Martin Quinsonreally put 'network/crosstraffic' to yes by default...
2016-03-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-13 Martin Quinsontry to fix the windows build
2016-03-13 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-11 Gabriel Corona[mc] Move client-side message processing in the Client...
2016-03-11 Gabriel Corona[mc] FIXME MC_cut()
2016-03-11 Gabriel Corona[mc] Rename mc_client.{h,cpp} to Client.{hpp,cpp}
2016-03-11 Gabriel Corona[mc] Encapsulate model-checker/model-checker communicat...
2016-03-11 Gabriel Corona[mc] Remove useless extern "C" around logging categories
2016-03-11 Gabriel Corona[mc] Small changes to Variable
2016-03-11 Gabriel Corona[mc] Move some SIMIX inspection code in the Process...
2016-03-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-10 Martin Quinsonimprove the s4u::Actor API (and mimick the one of rsg...
2016-03-10 Martin Quinsonmove a function to the right (xml) file
2016-03-10 Martin Quinsonuseless cleanups
2016-03-10 Martin Quinsonuniformize one step of the link creation in Cste
2016-03-10 Martin Quinsondeduplicate the code creating fullduplex links and...
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 Martin Quinsonresource creation: kill a really useless function
2016-03-10 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 Gabriel Corona[mc] Fix memory leads after calls to xbt_basename()
2016-03-10 Gabriel Corona[mc] ELF file list, stylistic change
2016-03-10 Gabriel Corona[mc] Move code in simgrid::mc
2016-03-09 Martin Quinsonreduce some overly verbose comments
2016-03-09 Martin Quinsonkill the portable header
2016-03-09 Martin Quinsonload public config from internal config
2016-03-09 degommemissing #if (breaking build without smpi)
2016-03-09 degommeThis seems to be useless since ... a long time, now...
2016-03-09 Gabriel CoronaAdd missing #include
2016-03-09 Gabriel Corona[mc] Move pseudo-MMU code in its own namespace
2016-03-09 Gabriel Corona[cmake] Default values for variables
2016-03-09 Martin Quinsonfix #if HAVE_HEADACHE
2016-03-09 Martin Quinsonguess what? Another attempt with teh #if builds
2016-03-09 Martin Quinsonbetter load src/internal_config.h before testing on...
2016-03-09 Gabriel CoronaFix PROCESSOR_ flags
2016-03-09 Gabriel CoronaFix HAVE_FOOBAR flags handling
2016-03-09 Gabriel CoronaFix HAVE_GRAPHVIZ handling
2016-03-09 Martin QuinsonWarn on undefined #if, and enjoy that feature
2016-03-09 Martin Quinsonempty portable.h and spread the include in files
2016-03-09 Martin Quinsonkill windows backtraces. They were x86 only
2016-03-09 Martin QuinsonRevert "thread_local is C++11, remove the portability...
2016-03-09 Martin QuinsonKill <gpu>. Was not doing anything.
2016-03-09 Martin Quinsonuse C++ constants when possible
2016-03-09 Martin Quinson__func__ is C99 for __FUNCTION__. Kill portability...
2016-03-08 Martin Quinsonthread_local is C++11, remove the portability layer
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-03-08 Martin QuinsonRename the fields of surf::Model
2016-03-08 Martin Quinsonrename NS3 links
2016-03-08 Martin Quinsonremove bw and lat traces from the Link constructor
2016-03-08 Martin Quinsonremove the state trace from the Link constructor
2016-03-08 Martin Quinsonrouting: inline 2 functions
2016-03-08 Martin QuinsonMove the surf::As* classes into their own files
2016-03-08 Martin Quinsonrefactor AsImpl::RoutingMode after mc::ReductionMode
2016-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-08 Martin Quinsonmove implementation bits of s4u::As into surf::AsImpl
2016-03-08 Gabriel Corona[mc] Fix typo in dommunications determinism
2016-03-08 Gabriel Corona[mc] Move mc_safety code in simgrid::mc
2016-03-08 Gabriel Corona[mc] Use C++ ctor/new/delete for VisitedPair
2016-03-08 Gabriel Coronaunique_ptr for dynar, automaton, swag, etc.
2016-03-08 Gabriel Corona[mc] Use C++ ctor/new/delete for Pair
2016-03-08 Gabriel Corona[mc] Fix compilation in non-MC
2016-03-08 Gabriel Corona[mc] Remove commented out code (parallel code)
2016-03-08 Gabriel Corona[mc] Move mc_liveness code in simgrid::mc
2016-03-08 Gabriel Corona[mc] Remove extra extern "C" {}
2016-03-08 Gabriel Corona[mc] Move things in simgrid::mc
2016-03-08 Gabriel Corona[mc] Remove the SNAPSHOT and COMPARE_SNAPSHOTS MC simcalls
2016-03-08 Gabriel Corona[mc] Horrid double braces for std::array
2016-03-08 Gabriel Corona[mc] Move things in the MC namespace
2016-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-08 Martin Quinsonuseless cosmetics in internal config header
next