Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak
[simgrid.git] / src / simdag /
2016-04-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-05 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-04 Martin Quinsonfurther rework the config handling. Still much to do
2016-03-20 Martin Quinsonkill some dead code
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-14 Frederic Sutertiny tiny commit
2016-03-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-10 Gabriel Corona[mc] Fix memory leads after calls to xbt_basename()
2016-03-09 Gabriel CoronaFix HAVE_GRAPHVIZ handling
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-03-06 Martin Quinson[cmake] cleanup the detection of graphviz
2016-03-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-06 Martin Quinsonkill our _XBT_WIN32. Standard _WIN32 is sufficient
2016-03-06 Martin Quinson'inline' is C99, remove portability the layer
2016-03-02 Martin Quinsonfix my previous commit, sorry
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Martin Quinsonmove surf::As to s4u::As
2016-03-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-01 Frederic Suterput back some includes
2016-03-01 Frederic Sutera few blanks less + static
2016-03-01 Martin Quinsonuse std::pair instead of bprintf(%s#%s)ing the keys
2016-02-28 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-28 Martin Quinsoncleanups in routing
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 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-23 degommebasename -> xbt_basename
2016-02-22 Frederic Suternever ending cleanup of the simdag world
2016-02-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-22 Martin QuinsonAnother C wrapper falls.
2016-02-21 Martin Quinsoncosmetics: kill useless functions of the C surf API...
2016-02-20 Martin Quinsonfix some dead assignments reported by clang scan-build
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-16 Frederic Sutercosmetics in dot loader
2016-02-15 Martin QuinsonI'm psychotic
2016-02-15 Martin Quinsonplug some memleaks in simdag tests
2016-02-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-02-12 Frederic Suterkill the SD_application_reinit function
2016-02-08 Martin QuinsonRegenerate all flexml parsers with 1.9.6-4
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-06 Martin QuinsonMerge pull request #59 from fabienchaix/master
2016-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-02 Frederic Suterend of simplification of sd_dotloader
2016-02-02 Frederic Suterstart to simplify this dot parsing stuff
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Frederic Sutercosmetics
2016-02-01 Frederic Sutersome small optimizations
2016-02-01 Martin QuinsonMerge pull request #57 from fabienchaix/oldstyle_elemen...
2016-01-30 Martin QuinsonMake it compile on 32bits, to please @degomme
2016-01-29 Frederic Suterdon't count tasks in a global
2016-01-28 Frederic Suterno need to include lua stuff here?
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-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-27 Frederic Suterdead code
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 Suterkill dumb function
2016-01-26 Frederic Sutertidying and cosmetics
2016-01-26 Frederic SuterSimDag Revolution: SD_workstation becomes sg_host
2016-01-25 Frederic Sutera couple more asserts
2016-01-25 Frederic Suterplease 32-bit archs too
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-22 degommetry to fix build with jedule/latency bound
2016-01-20 Frederic Sutermore useless code trimmed
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-20 Frederic Sutermv private function header to the right place
2016-01-20 Frederic SuterSD_link_get_list -> sd_link_list
2016-01-20 Frederic Suteryes, why?
2016-01-19 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Frederic SuterThx green guy! power is speed.
2016-01-19 Frederic Suterset latency to 0 before calling getRouteAndLatency
2016-01-19 Frederic Suter Start the SimDag revolution: function factoring
2016-01-19 Frederic SuterStart the SimDag revolution: function renaming
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Lucas Mello SchnorrMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-01-19 Frederic SuterReplace manual latency computation by call to proper
2016-01-19 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-19 Frederic Sutertypo in comment
2016-01-15 Gabriel Corona[s4u] Host snake_case
2016-01-14 Frederic Suterrename __SD_task_set_state to SD_task_set_state too
2016-01-14 Frederic Suterrouting stuff in SimDag is dead code added by navarrop...
2016-01-14 Frederic Suterget rid of the last swag in SimDag (\o/), hence the...
2016-01-14 Frederic Sutercosmetics
2016-01-14 Frederic Suteruse proper type for task kind
2016-01-14 Frederic Suterthe comment said this function is private, make it...
next