Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / simdag / sd_task.cpp
2016-03-20 Martin Quinsonkill some dead code
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-03-06 Martin Quinson'inline' is C99, remove portability the layer
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Frederic Sutera few blanks less + static
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-25 Martin QuinsonImplem? I meant Impl, as in pimpl. Sorry for the noise
2016-02-24 Martin QuinsonLet's call sg::surf::host a HostImplem
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-22 Frederic Suternever ending cleanup of the simdag world
2016-02-21 Martin Quinsoncosmetics: kill useless functions of the C surf API...
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-01-29 Frederic Suterdon't count tasks in a global
2016-01-28 Frederic Suterremove dummy test function
2016-01-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-27 Frederic Suterkill another dummy function
2016-01-27 Frederic Suterfurther cleaning in this rotten realm
2016-01-26 Frederic SuterSimDag Revolution: SD_workstation becomes sg_host
2016-01-25 Frederic Suterget rid of simdag tracing. was superficial anyway
2016-01-25 Frederic Suterstart to use s4u in simdag internally
2016-01-20 Ad(rien) LMerge branch 'master' of git://scm.gforge.inria.fr...
2016-01-20 Frederic SuterStarting the SimDag revolution: Easter trimming
2016-01-14 Frederic Suterget rid of the last swag in SimDag (\o/), hence the...
2016-01-14 Frederic Suteruse proper type for task kind
2016-01-14 Frederic Sutermodify the way states are handled (get rid of swags)
2016-01-12 Gabriel CoronaRemove surf_host_model_execute_parallel_task()
2016-01-08 Gabriel CoronaBypass the C binding layer (surf_action and surf_host)
2016-01-05 Martin Quinsoncleanup: don't initialize variables to dummy values...
2016-01-04 Martin Quinsoncompile simdag with g++ so that Surf cleaned of its...