Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-03-10 Martin Quinsondeduplicate the code creating fullduplex links and...
2016-03-10 Martin Quinsonresource creation: kill a really useless function
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
2016-03-07 Frederic Sutersplit and simplify reduce and reduce-scatter
2016-03-07 Frederic Sutersimplify scatter and remove blanks
2016-03-07 Frederic Sutersimplify alltoall
2016-03-07 Martin Quinsonkill an obsolete script
2016-03-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-07 Martin Quinsonremove internal definitions from public config header
2016-03-07 Frederic Suterfix test
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic Suteralso check defaults for boost factory
2016-03-07 Frederic Suterfinally this is needed
2016-03-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-07 Martin Quinsonreindent for cosmetics
2016-03-07 Martin Quinsonadd a verbose message to the Boost contexts
2016-03-07 Frederic Suterhappens when hesitating
2016-03-07 Frederic Sutersimplify allredude tests
2016-03-07 Frederic Suterdamn, 2 modifications of Tests.cmake here
2016-03-07 Frederic Suterput add_tesh where they belong for simix
2016-03-07 Frederic Suterkill some blank lines, #### lines, ...
2016-03-07 degommeNot escaping { and } in regexps is deprecated in recent...
2016-03-07 Frederic Sutermove add_tesh where it belongs
2016-03-07 degommetry not to rely on dpkg here, fedora does not like...
2016-03-07 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 degommethese test work on windows, actually
2016-03-07 Martin Quinsoncmake: kill MMALLOC_WANT_OVERRIDE_LEGACY that dupplicat...
2016-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-07 Frederic Suterno smpi won't be spared by my manic fury!
next