Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-02-02 Christian Heinrich[XBT] Expanded error message for cfg values
2016-02-02 Christian Heinrich[SMPI] Renamed option send_is_detached_thres to send_is...
2016-02-02 Frederic SuterI'm told I have to care about users...
2016-02-02 Frederic Suterend of simplification of sd_dotloader
2016-02-02 Frederic Suterstart to simplify this dot parsing stuff
2016-02-02 Christian Heinrich[INSTR] Cosmetics for tracing options.
2016-02-02 Christian Heinrich[DOC] Added stubs for undocumented tracing options
2016-02-02 Christian Heinrich[DOC] Removed option from doc as it was duplicated
2016-02-02 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-02 degommeFix build with enable_latency_bound_tracking
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin Quinsonadd the lualib patch in our tarball, and update the...
2016-02-01 Martin Quinsonsome more cleanups in the documentation
2016-02-01 Martin Quinsonfurther extend the doc on writing unit tests
2016-02-01 Martin Quinsoncosmetics: rename some documentation files, just for...
2016-02-01 Martin Quinsonrewrite the doc around the tests
2016-02-01 Martin Quinsonkill dead code
2016-02-01 Martin QuinsonFix a link in the doc
2016-02-01 degommeGet rid of super specific gcovr version (maybe there...
2016-02-01 Frederic Suterhave the two versions of EP together
2016-02-01 Frederic Suterfurther cleaning in NAS
2016-02-01 Frederic Suterplease dist check
2016-02-01 Frederic Sutersome cleaning in the NAS examples
2016-02-01 Frederic Sutercosmetics
2016-02-01 Frederic Sutersome small optimizations
2016-02-01 degommefix build with lua
2016-02-01 Martin Quinson[appveyor] don't get libwinptread as an artefact. It...
2016-02-01 Martin Quinsonrevalidate a tesh file after recent changes to the LMM
2016-02-01 Martin QuinsonMerge pull request #57 from fabienchaix/oldstyle_elemen...
2016-02-01 Martin Quinsontry another trick to get winpthread properly in the jar
2016-01-31 Martin QuinsonThere is no way to disable libwinpthread-1.dll on mingw-64
2016-01-31 Martin Quinsonsanitize the handling of trace:connect for host_avail
2016-01-31 Martin Quinsonconvert another file to C++ so that it can use the...
2016-01-31 degommewe don't support MPI_Cancel, deactivate this test as...
2016-01-31 degommespecify srcdir here
2016-01-31 degommeweirdly cut fails here on some systems, try this workaround
2016-01-31 Fabien ChaixSplitted the lmm_constraint swag called element_set...
2016-01-31 Martin Quinsonmark as const a method that is pure
2016-01-31 Martin Quinsonmark as override a method that does
2016-01-31 degommelooks like a bug (doesn't fix the tests, though)
2016-01-31 Martin QuinsonSimplifies the prototype of the surf::Link::onStateChan...
2016-01-31 Martin Quinsonunspecialize the trace setup for CPUs
2016-01-30 Martin Quinsonrename a function, and kill 2 dead prototypes
2016-01-30 Martin Quinsonrename the datacontainers allowing the trace:connect tag
2016-01-30 Martin Quinson[cpu_ti] small code untangling
2016-01-30 Martin Quinson[trace_mgr] cosmetics: only declare variables on need
2016-01-30 Martin Quinsoncosmetics and comments in surf_solve
2016-01-30 Martin Quinson[trace_mgr] less void*, (some) more doc
2016-01-30 degommeThis comparison was wrong - Thanks gcc 6.0 for the...
2016-01-30 degommeThese consts were wrong - Thanks gcc 6.0 for the warning
2016-01-30 Martin Quinsonreindent to avoid a (fatal) warning on RawHide
2016-01-30 Martin QuinsonMake it compile on 32bits, to please @degomme
2016-01-30 Martin Quinsoncosmetics and reindent in ptask
2016-01-30 Martin QuinsonThese methods are overriden to the same content too
2016-01-30 Fabien ChaixFixed a dummy bug and removed an assertion that was...
2016-01-30 Fabien ChaixChanges to the Surf LMM:
2016-01-30 Christian Heinrich[MC] Renamed option sparse-checkpoint to sparse_checkpoint
2016-01-29 Martin Quinsons/power/speed/ in that example too
2016-01-29 Frederic Suterdon't count tasks in a global
2016-01-29 Martin Quinsonkill dead code: override to the same content
2016-01-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-28 Martin QuinsonKill all deprecated code in MSG -- yeah
2016-01-28 Frederic Suterbe consistent with myself and don't break test
2016-01-28 Frederic Suterproduce a jedule file in the jedule format
2016-01-28 Frederic Suterjedule_sd_dump should be called with a filename or...
2016-01-28 Martin QuinsonI prefer to cut lines at 120 chars, nowadays
2016-01-28 Frederic Suterno need to include lua stuff here?
2016-01-28 Frederic Suterdo not output empty tags, indent, and cosmetics
2016-01-28 Frederic Suterchanging jedule binding behavior
2016-01-28 Frederic Suterremove dummy test function
2016-01-28 Frederic Suterthis tentative of storage layer in SD was a bad idea.
2016-01-28 Frederic Suterdead code
2016-01-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-27 Martin Quinsonframe a concept of execution, that will become a s4u...
2016-01-27 Martin Quinsonwhat could have been the use of that construct?
2016-01-27 Martin Quinsonuseless cosmetics
2016-01-27 Martin Quinsonsort out related functions
2016-01-27 degommePlease fail when you can't compile.
2016-01-27 degommeDon't execute unsupported factories tests for memcheck
2016-01-27 Frederic Suterapply name changes to jedule too
2016-01-27 Frederic Suterdead code
2016-01-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-27 Frederic Suterno need for that declaration anymore
2016-01-27 Frederic Suterkill another dummy function
2016-01-27 Frederic Suterfurther cleaning in this rotten realm
2016-01-26 Frederic Suterkill dumb function
2016-01-26 Frederic Sutertidying and cosmetics
2016-01-26 Martin Quinsoncosmetics and kill dead code
2016-01-26 Martin QuinsonI said there is no need to copy before strcmp
2016-01-26 Martin QuinsonHooo my eyes, that hurts!
2016-01-26 Martin Quinsondon't use two variables for the same purpose
2016-01-26 Martin Quinsonno need to copy the strings before comparison
2016-01-26 Martin Quinsonno need to be protective against free(NULL), that's...
2016-01-26 Martin QuinsonMerge pull request #54 from glesserd/master
2016-01-26 David GlesserAllows the bytes_amount argument of MSG_parallel_task_c...
2016-01-26 Martin Quinson[trace_mgr] cosmetics and simplifications
2016-01-26 Frederic SuterSimDag Revolution: SD_workstation becomes sg_host
2016-01-26 degommeThis triggered a segfault as argc and argv are null...
2016-01-26 degommetry again to fix out of source lua test
2016-01-25 Frederic SuterI said no sets, even in dicts
next