Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent, no real change (beside maybe a typo or two)
[simgrid.git] / src /
2012-04-04 Martin QuinsonMerge doc of platform mgmt functions into simulation...
2012-04-04 Martin Quinsonvarious MSG doc cleanups
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 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 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.
2012-03-28 Arnaud GierschRemember the description for log categories.
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!
2012-03-28 Arnaud Gierschsurf_config_cmd_line: allow to give several --help...
2012-03-28 Arnaud Gierschsurf_config_cmd_line: simplify the deletion of used...
2012-03-28 Arnaud GierschUsing strcmp is sufficient here.
2012-03-28 Arnaud GierschCosmetics: reindent constant strings for help messages.
2012-03-28 Arnaud GierschCosmetics: sort calls to XBT_LOG_CONNECT.
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2012-03-28 Arnaud GierschCosmetics: use XBT_LOG_EXTERNAL_DEFAULT_CATEGORY where...
2012-03-28 Arnaud GierschRemove references to undefined log categories.
2012-03-28 navarroAdd a msg deprecated section on API
2012-03-27 schnorrif node_name function is defined, nodes are uniquely...
2012-03-27 schnorrcosmetics, fix indentation
2012-03-27 schnorrdocument xbt graph functions
2012-03-27 schnorruse complete variable name
2012-03-27 navarroFix surf_storage execution
2012-03-26 Arnaud LegrandMake mallocators thread-safe
2012-03-26 Arnaud Legrandtypo--
2012-03-26 Arnaud GierschBe more defensive against broken parameters.
2012-03-26 Arnaud GierschRevert "This commit breaks the simgrid-java execution...
2012-03-26 navarroThis commit breaks the simgrid-java execution; Revert...
2012-03-26 schnorr[trace] fix more two documentation warnings
2012-03-26 navarroFirst step to return value on storage model.
2012-03-26 navarroAdd 3 constraint to storage system.
2012-03-26 navarroRemove surf_file_t and smx_file_t for only m_file_t
2012-03-26 schnorr[trace] these functions no longer exist
2012-03-26 schnorr[trace] fix another memory leak when graph extraction...
2012-03-26 schnorr[trace] fix memory leak
2012-03-25 schnorr[trace] better checks on setting cats, if NULL is provi...
2012-03-24 schnorr[trace] fix SimDag tracing
2012-03-24 schnorr[trace] clean-up of old tracing API
2012-03-24 schnorr[trace] two new functions for the SD API (set/get traci...
2012-03-24 schnorr[trace] pointers to SimDag API within category declaration
2012-03-24 schnorr[trace] simplify SD function stack
2012-03-24 schnorr[trace] function is now private
2012-03-24 schnorr[trace] documenting function that creates a dot file...
2012-03-24 schnorr[trace] documentation for all the trace user variables API
2012-03-24 schnorr[trace] cosmetics
2012-03-24 schnorr[trace] function is no longer public
2012-03-24 schnorr[trace] improve documentation of tracing API, make...
2012-03-24 schnorrnew functions for the MSG API (set/get task category)
2012-03-23 schnorrget rid of CHECK_HOST
2012-03-23 navarroAdd constraint for disk bandwidth connexion, read and...
2012-03-23 navarroFix sleep for storage
2012-03-23 navarroMore explain for log
2012-03-23 schnorrfix compilation error
2012-03-23 schnorrimprove documentation of the MSG_task_listen* functions
2012-03-23 schnorrimprove documentation for MSG_host_is_avail
2012-03-23 schnorrimprove the documentation for the MSG_task_[send|receiv...
2012-03-23 Arnaud GierschUse type network_element_t instead of void*, and avoid...
2012-03-23 navarroFirst step to explain how to use log command line
2012-03-23 navarroGenerate doc for actions
2012-03-23 navarroAdd missing documentation for msg_gos
2012-03-23 navarroLink for m_file_t works on doxygen now
2012-03-23 navarroWrite doc for MSG_file function.
2012-03-23 navarroGtnets works with new struct network_element_t
next