Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use for push_as and get_as for dynar
[simgrid.git] / src / surf /
2012-03-19 navarroUse for push_as and get_as for dynar
2012-03-19 navarroRemove dict cluster_host_link specific to cluster model.
2012-03-16 navarroCheck for memleack and fix some compilation error with...
2012-03-16 navarroSorry inverse src and dst in backroute
2012-03-16 navarroReimplement function get_onelink_route.
2012-03-16 navarroNow call communicate and get_route with void* and not...
2012-03-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-14 Martin Quinsonfactorize some more code so that supernovae works again
2012-03-12 navarroFix call to routing_model_create.
2012-03-12 navarroDon't try to push loopback if not defined.
2012-03-12 navarroFix some memleack for ns3
2012-03-12 navarroFix ns3 tesh.
2012-03-12 navarroPrepare optim for xbt_lib-get_or_null
2012-03-12 navarroFix ns3.
2012-03-08 navarroUpdate ns3 source files to don't use surfxml variables.
2012-03-07 navarroAdd a function to merge 2 dynar to avoid xbt_dynar_push...
2012-03-07 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-07 schnorr[ns3] fix indentation
2012-03-07 schnorr[ns3] follow the recent changes in simgrid
2012-03-07 schnorr[ns3] remove unused function
2012-03-07 navarrooptim: don't call for xbt_dynar_foreach
2012-03-07 navarroFix compilation error with enable_latency_bound_tracking
2012-03-06 schnorr[trace] instrumenting network lazy updates
2012-03-06 schnorr[trace] no longer mandate network/optim to Full when...
2012-03-06 schnorr[trace] tracing no longer needs src and dst for every...
2012-03-06 schnorr[trace] use the lmm system to get ids to trace resource...
2012-03-06 schnorrput the log message in the correct place
2012-03-06 schnorr[trace] fix categorized resource utilization tracing...
2012-03-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-06 Martin Quinsonfix a copyright line. Should be done for all files
2012-03-05 Arnaud LegrandEnable generic_lmm_action to be lazily updated by refac...
2012-03-05 Arnaud LegrandFix tracing broken by recent modifications.
2012-03-05 navarroFix mem leack and factorize code.
2012-03-05 Arnaud LegrandFix sleep function.
2012-03-05 Arnaud LegrandRemove misleading comment
2012-03-05 Arnaud LegrandCosmetics + warning
2012-03-05 Arnaud LegrandRewrite the lazy mechanism to fully mimic the one of...
2012-03-05 Arnaud LegrandCosmetics
2012-03-05 Arnaud Legrandcosmetics
2012-03-05 Arnaud LegrandMove this enum to a public place for future usage by...
2012-03-05 Arnaud LegrandGroup fields together. They will be soon refactored...
2012-03-05 Arnaud Legrandcosmetics
2012-03-05 Arnaud Legrandcosmetics
2012-03-05 Arnaud Legrandcosmetics
2012-03-05 Arnaud LegrandRefactoring using the already existing s_surf_action_lm...
2012-03-05 Arnaud Legrandcosmetics
2012-03-05 Arnaud Legrandindent -i2 -kr -nut
2012-03-05 Arnaud LegrandRevert "indent -i2 -kr"
2012-03-05 Arnaud LegrandRevert "cosmetics"
2012-03-05 Arnaud LegrandRevert "bar"
2012-03-05 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-02 navarroSorry ;)
2012-03-02 navarroStart to implement storage action and storage resource.
2012-03-02 navarroSet the storage_lib and storage_type_lib from parsing.
2012-03-02 Arnaud Legrandbar
2012-03-02 Arnaud Legrandcosmetics
2012-03-02 Arnaud Legrandindent -i2 -kr
2012-03-02 Arnaud LegrandFix the previous commit
2012-03-02 Arnaud LegrandGet route in ptask_L07 only when needed.
2012-03-01 navarroSave information from routing corresponding to storage.
2012-03-01 navarroBe compliant with flexml v1.67. This permits to don...
2012-02-29 navarroMake workstation with tag host and not at the end of...
2012-02-29 navarroNew way to use storage. See storage.xml
2012-02-28 Arnaud GierschCosmetics: s/overide/override/g.
2012-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-28 Martin Quinsonrename a variable used to cut any computations about...
2012-02-28 navarroCosmetics. Rename model for type into storage tag.
2012-02-28 navarroImplemented some functions for storage model.
2012-02-28 navarroAdd storage to workstation struct.
2012-02-28 navarroCosmetics
2012-02-28 navarroAdd function finalize to model storage and add this...
2012-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-28 navarroRegenerate sources after having updated my flexml :)
2012-02-28 navarroCall function execute from cpu surf model.
2012-02-28 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-27 navarroAdd model storage to surf and add a tag storage to...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschDon't pass NULL to xbt_die.
2012-02-21 Arnaud GierschRemove extra ";".
2012-02-21 Arnaud GierschFix type name and parsing for random generator.
2012-02-21 Arnaud GierschIt looks more coherent like this.
2012-02-21 Arnaud GierschTry to avoid to mix enum with anything else.
2012-02-21 Arnaud GierschDon't dereference an invalid pointer.
2012-02-21 Arnaud GierschDon't hide variables with multiple declarations.
2012-02-21 Arnaud GierschRemove trailing commas in enum declarations.
2012-02-21 unknownProtect variable surf_parmap.
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 navarroFirst step to create model storage.
2012-02-21 navarroAdd function read write open close and stat to workstat...
2012-02-21 navarroAdd a variable to see if having set a bypass route...
2012-02-21 navarroThis part brokes platform like g5k in full.
2012-02-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-08 Arnaud GierschSet network_maxmin_system->keep_track once for all.
2012-02-07 Arnaud GierschRemove global variable, and push it into lmm_system_t.
2012-02-07 Arnaud GierschGuard against subas->to_index being NULL.
2012-02-05 Arnaud GierschUseless casts.
2012-02-05 Arnaud GierschReindent.
2012-02-05 Arnaud Gierschbvprintf is now superfluous here.
2012-02-03 Martin Quinsonand now with the right test so that not all our tests...
2012-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next