Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-02-04 Martin Quinsonuseless cosmetics
2016-02-04 Martin Quinsondon't compute the amount of hosts if we don't use it
2016-02-04 Martin Quinsoncosmetics
2016-02-04 Frederic Suterleak--, bad indentation-- too
2016-02-04 Frederic Suterleak plug and cosmetics
2016-02-04 Frederic Sutercoverage madness: use asserts here too
2016-02-04 degommeUnify naming of contexts support.
2016-02-04 degommeAs we don't have thread contexts everywhere (windows...
2016-02-03 Martin Quinsonnormalize the handling of speed traces in CpuTi
2016-02-03 Martin QuinsonFurther untangle trace:connect. make trace_connect_list...
2016-02-03 Martin Quinsonadd the bug number in the test case
2016-02-03 Frederic Suterupdate distrib
2016-02-03 Frederic Suterthese scripts are outdated and thus misleading
2016-02-03 Frederic Suterwe can live without these old and useless scripts
2016-02-03 Frederic Suterduplicate of tools/MSG_visualization/colorize.pl
2016-02-03 Martin Quinsonfix my previous commit wrt make dist, sorry
2016-02-03 Martin Quinsonlittle comment improvement
2016-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-03 Martin Quinsonadd a test case for the JVM slaying our semaphores
2016-02-03 Martin QuinsonCleanup in this test case
2016-02-02 Martin Quinsondon't destroy synchro in a simcall, this drives the...
2016-02-02 Martin Quinsoncosmetics
2016-02-02 Christian Heinrich[Changelog] Reordered BC breaks for clarity
2016-02-02 Christian Heinrich[Changelog] Updated changelog to reflect the cfg change
2016-02-02 Christian Heinrich[XBT] Cosmetics; helps with cg/vg
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?
next