Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
[simgrid.git] / src / surf /
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Arnaud GierschKeep tabs in generated files.
2012-06-20 suterSolve white space conflicts
2012-06-20 jbrvProbabilist trace generator : variable names changed
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-19 navarroStart to rewrite the mechanism for usage of a storage
2012-06-19 jbrvMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-19 jbrvMake rngStream management functions in platform more...
2012-06-19 navarroFix compilation warning for unused variables
2012-06-18 navarroAdd 'content' priority for storage and then storage_type
2012-06-18 navarroPut the storage content into the storage and not into...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 navarroChange the file API, remove the mount point in each...
2012-06-13 Arnaud GierschCosmetics: allow a semicolon after macro usage.
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 jbrvEvent generation for probabilist tmgr_trace
2012-06-12 Arnaud GierschRename functions xbt_dict_hash*() to xbt_str_hash().
2012-06-12 navarroRemove some debug from execution
2012-06-12 navarroAdd disk usage and size parameters for storage.
2012-06-12 jbrvAdd a constructor for probabilist tmgr_trace
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-11 jbrvTrace manager : add a function to generate values from...
2012-06-11 jbrvTrace manager : Add and change some structures and...
2012-06-09 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-08 jbrvAdd new functions to support different sources of avaib...
2012-06-08 jbrvModify structures to support different sources of avaib...
2012-06-08 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-05 Martin Quinsondo not hide issues
2012-06-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-30 navarroSome typos in source code
2012-05-23 Arnaud GierschUse standard modifier %z instead of %Z.
2012-05-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-22 navarroMerge ... cpu_update_actions_state_full and net_update_...
2012-05-22 navarroMerge cpu_update_actions_state_lazy and net_update_acti...
2012-05-22 navarroForget to remove this line from previous commit
2012-05-22 navarroMerge cpu and network
2012-05-22 Frederic Suterthe "amount" field leads to weird behaviors when dealin...
2012-05-14 Arnaud GierschMissing include (?).
2012-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-14 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-14 Arnaud GierschRemove old cruft.
2012-05-10 navarroMerge cpu and network for action functions.
2012-05-10 navarroPut those variables private
2012-05-10 navarroTODO for cache friendly
2012-05-10 navarroPrepare network.c and cpu_cas01.c for net and cpu merge.
2012-05-09 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-04 navarroRewrite function net_update_action_remaining_lazy like...
2012-05-03 navarroA priori, no need to propagate modifications when the...
2012-05-03 navarroRevisit lazy_remaining_update that was completely broken.
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Arnaud GierschWorkaround problem with excess precision on i387 FPU.
2012-04-27 Arnaud GierschUse existing xbt_swag_reset().
2012-04-27 Arnaud GierschUseless free, and other cosmetics.
2012-04-27 Arnaud GierschPass 'res->link_list' and 'lat' directly to routing_get...
2012-04-27 Arnaud GierschMake floyd_get_route_and_latency cleaner, and hopefully...
2012-04-27 Arnaud GierschEmpty argument is allowed for XBT_IN().
2012-04-27 Arnaud GierschUse XBT_OUT/XBT_HERE with user defined format.
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-25 Arnaud LegrandMinor tracing/debug output improvement.
2012-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-20 Arnaud GierschAvoid double free()s.
2012-04-11 navarroFix ns3 and gtnets compilation
2012-04-10 navarroFix compilation error with gcc4.4
2012-04-09 Martin Quinson[routing] rename routing_global_t -> routing_platf_t...
2012-04-09 Martin Quinson[routing] kill supurious checks, and reformulate error...
2012-04-09 Martin Quinson[routing] clarify why we rely on such a dirty hack
2012-04-09 Martin Quinson[route parsing] make surf_network_resource_by_name...
2012-04-09 Martin Quinson[route parsing] rename network_element_t into sg_routin...
2012-04-09 Martin Quinsonignorable reindent
2012-04-09 Martin Quinson[route parsing] kill global_routing->size_of_link
2012-04-09 Martin Quinson[route parsing] greatly streamline the generic_new_exte...
2012-04-09 Martin Quinson[route parsing] reduce the amount of dupplicated code
2012-04-09 Martin Quinsonavoid void* pointers since we know the pointed type...
2012-04-04 navarroThis was necessary. Remove previously
2012-04-04 navarroImplement bypassRoute and bypassASroute. Add an example.
2012-04-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-03 navarroThe test is always true
2012-04-03 navarroSymmetrical route for Dijkstra
2012-04-03 navarroImplement file stat for storage model.
2012-04-03 navarroCosmetics
2012-04-03 navarroFirst step of optim in memory cache
2012-04-03 navarroReturn result on SIMIX_post_io
2012-04-03 navarroReorganize storage structures (msg, smx and surf) and...
2012-04-03 navarroMake smx_file_t, surf_file_t and msg_file_t
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschDeclare the main log categories into their respective...
2012-03-29 navarroWe can only include tag: include|cluster|peer|AS|trace...
2012-03-29 navarronone_get_route_and_latency must set latency to 0.
2012-03-29 navarroFix Tag include
2012-03-29 schnorr[trace] fix tracing of network models
2012-03-29 schnorrfunction to get the weight of a constraint of a lmm...
2012-03-28 Arnaud GierschHandle --help-log* options from xbt_log_init.
2012-03-28 Arnaud GierschMove all XBT_LOG_CONNECT into one place.
2012-03-28 Arnaud GierschFirst attempt to display log categoy hierarchy.
2012-03-28 Arnaud GierschMove LOG_help() from surf_config.c to log.c.
2012-03-28 Arnaud GierschCosmetics: add an empty line after help messages.
2012-03-28 Arnaud GierschVariable i is already used by outer loop!
next