Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 degommefor once, %zu->%lu
2016-03-11 degommetry to fix that for 32 bits platforms
2016-03-11 degommeDon't perform these tests without smpi compiled
2016-03-11 degommebuild this file in the build folder and not in the...
2016-03-11 degommereplace some abs by fabs, to please freebsd
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 Quinsonactually, this attribute is harmful on non-full links
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 Frederic Sutercomplete reorganisation of examples/smpi/NAS
2016-03-10 Martin Quinsonresource creation: kill a really useless function
2016-03-10 degommePut back some quotes ...
2016-03-10 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 degommeRemove unneeded quotes
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 Martin Quinsonactivate -Wundef only in maintainer-mode
2016-03-09 Martin Quinsoncmake: further improvements of the #if builds
2016-03-09 Martin Quinsoncmake: fight against empty definitions
2016-03-09 Gabriel Corona[cmake] Fix foreach() loop for default values
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 Quinsonanother attempt at fixing the #if build
2016-03-09 Martin Quinsonfix build when symbols are not found
2016-03-09 Martin Quinsonbetter load src/internal_config.h before testing on...
2016-03-09 Martin Quinsonfix build without valgrind
2016-03-09 Gabriel Corona[cmake] Fix PROCESSOR_ flags
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 QuinsonHAVE_STDDEF_H is never defined in our code
2016-03-09 Martin Quinsonkill windows backtraces. They were x86 only
2016-03-09 Martin Quinsoncosmetics
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 Quinsongcc 2.4+ is not quite a recent version anymore
2016-03-08 Martin Quinsoncreate the test before setting its properties
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 Quinsoncmake: exec_program() is deprecated. Use execute_proces...
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 Quinsonfix da test
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 Quinsonreindent
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 Frederic Suteralways include mc sources
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 Frederic Suterset will fail property for stack overoflow on win and osx
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] Update tesh files (bugged1_liveness_visited)
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 Quinsondon't trigger rebuilds when the config headers didnt...
2016-03-08 Martin Quinsonuseless cosmetics in internal config header
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic Sutera couple of blank and space lines
2016-03-07 Frederic Sutermv ADD_TESH to the right CMakeLists.txt
2016-03-07 Martin Quinsondisplay the content of simgrid_config.h at config time
2016-03-07 Martin Quinsoncleanups in public config header
next