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 /
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-26 Duco van AmstelFixed some compilation issues (warnings) in last commits
2012-04-25 Arnaud LegrandMinor tracing/debug output improvement.
2012-04-25 Arnaud LegrandDo not try to resume a dying process. The corresponding...
2012-04-25 Arnaud LegrandEnsure that the same process never appears twice in...
2012-04-25 Arnaud LegrandMake sure that kill simcalls are processed (with SIMIX_...
2012-04-25 Arnaud LegrandAdd a convenient dynar function to sort the dynar using...
2012-04-25 Arnaud LegrandFix a very old typo...
2012-04-25 Arnaud LegrandLame attempt to make cleanup and kill coexist
2012-04-25 Arnaud LegrandOn a timeout we do not wait anymore on a task.
2012-04-25 Arnaud LegrandThis should indeed be useless so let's remove it.
2012-04-25 Arnaud LegrandThis commit partially reverts commit 4e0c8570051df3f711...
2012-04-25 schnorr[trace] let user code declare/set/push/pop states for...
2012-04-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-22 Martin Quinsonrewrite the documentation of MSG_task_get_from_host...
2012-04-21 Arnaud GierschAdd full references for the articles.
2012-04-20 Marion Guthmullermodel-checker : get pointer address for bytes detected...
2012-04-20 Marion Guthmullermodel-checker : change XBT_DEBUG for fprintf
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-20 Arnaud GierschAvoid double free()s.
2012-04-20 Arnaud GierschConsolidate loops. Also remove useless initializations.
2012-04-20 Arnaud GierschBreak recursion a bit earlier.
2012-04-20 Arnaud GierschAdd a --verbose option for testall.
2012-04-20 Arnaud GierschUse pointer arithmetic for accessing to dynar elements.
2012-04-20 Arnaud GierschUse a smarter algorithm for xbt_str_diff.
2012-04-11 navarroFix ns3 and gtnets compilation
2012-04-10 navarroFix jedule 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-05 schnorr[trace] bugfix
2012-04-05 schnorr[trace] functions needed to create graph configuration...
2012-04-05 schnorr[trace] fix comment
2012-04-05 schnorr[trace] factor code
2012-04-05 schnorr[trace] functions to get already declared user host...
2012-04-05 schnorr[trace] check if user variables are being correctly...
2012-04-05 schnorr[trace] new function to get the declared marks
2012-04-05 schnorr[trace] move categories dictionary declaration to inter...
2012-04-05 schnorr[trace] new public function to get declared categories
2012-04-05 schnorr[trace] register power and bandwidth for hosts/links...
2012-04-05 Henri Casanovadoc rewording
2012-04-04 navarroFix warning by doxygen
2012-04-04 navarroThis was necessary. Remove previously
2012-04-04 navarroImplement bypassRoute and bypassASroute. Add an example.
2012-04-04 Martin QuinsonDoc improvement: rename GOS into task usage
2012-04-04 Martin Quinsonimprove the doc of MSG datatypes (and dispatch them...
2012-04-04 Martin Quinsonrename doxygen group m_file_management into msg_file_ma...
2012-04-04 Martin Quinsonimprove doc of trace-driven simulations
2012-04-04 Martin QuinsonMerge doc of platform mgmt functions into simulation...
2012-04-04 Martin Quinsonvarious MSG doc cleanups
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-04-03 schnorr[trace] remove "executing" state from tracing/msg/proce...
2012-04-03 schnorr[trace] avoid Paje inconsistencies by forcing the gener...
2012-04-02 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-02 Arnaud GierschEradicate strange characters...
2012-04-02 Arnaud GierschFix doxygen comments.
2012-04-02 Arnaud Gierschsmpirun: turn error into warning only.
2012-04-02 Arnaud Gierschsmpirun: option -quiet disappeared a long time ago.
2012-04-02 Arnaud Gierschsmpirun.in: various little fixes.
2012-04-02 Arnaud GierschOptimize xbt_str_diff further.
2012-04-02 Martin Quinsonsmpirun: Use the amount of processes in the hostfile...
2012-04-02 Martin QuinsonBasic checks on the arguments provoded to smpirun
2012-04-02 Martin Quinsonsome more doc
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschAllow to give a priority to _XBT_GNUC_{CONS,DES}TRUCTOR.
2012-03-30 Arnaud GierschDeclare the main log categories into their respective...
2012-03-30 Arnaud GierschRemove unused log category.
2012-03-30 Arnaud GierschAlso connect main log categories.
2012-03-30 Arnaud GierschRemove unused 2nd parameter for XBT_LOG_CONNECT.
2012-03-30 Arnaud GierschConnect categories before parsing the command line.
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 GierschLog sd_dotparse only exists when HAVE_GRAPHVIZ.
2012-03-28 Arnaud GierschHandle --help-log* options from xbt_log_init.
2012-03-28 Arnaud GierschRemove --*-log options that are deprecated since nearly...
2012-03-28 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
2012-03-28 Arnaud GierschMove all XBT_LOG_CONNECT into one place.
2012-03-28 Arnaud GierschBackslashes should be doubled in C strings.
2012-03-28 Arnaud GierschKill dead commented code.
2012-03-28 Arnaud GierschTypo.
next