Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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-25 navarroAdd tesh for storag.
2012-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-04-25 Martin Quinsonadd a link to the scientific tutorial in the 101 sectio...
2012-04-23 Arnaud GierschFix printf format strings.
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-22 Martin Quinsonadd a word on the logo licensing: CC-BY-SA-3.0
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 Guthmullermodel-checker : reindent, no change
2012-04-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-20 Marion Guthmullermodel-checker : separate bugged1_liveness (deleted...
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 GierschFix parsing of options 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-17 Christophe... Respect the coding style
2012-04-17 Christophe... Remove tabs
2012-04-11 navarroFix documentation navbar and page for tour dynar.
2012-04-11 navarroFix ns3 and gtnets compilation
2012-04-11 navarroNeed those files to make dist
2012-04-11 navarroRemove old files and add new files.
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] we need to close the file
2012-04-05 schnorrfile presumed to be installed by other header files
2012-04-05 navarroFix some documenttion bar
2012-04-05 schnorr[trace] updating tesh due to buffering by default
2012-04-05 schnorr[trace] it seems that buffering affects trace alias...
2012-04-05 schnorr[trace] example of creating a customized graph configur...
2012-04-05 schnorr[trace] functions needed to create graph configuration...
2012-04-05 schnorr[trace] fix comment
2012-04-05 schnorr[trace] not tracing to test the absense of output
2012-04-05 schnorr[trace] pay attention to the return value of get functi...
2012-04-05 schnorr[trace] factor code
2012-04-05 schnorr[trace] let code compile without tracing
2012-04-05 schnorr[trace] test the TRACE_get_[host|link]_variables
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] update example to show how to get declared...
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] update example to show how to use TRACE_get_cat...
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 Martin Quinsonmake clear to simgrider how to edit that tutorial,...
2012-04-05 Henri Casanovadoc rewording
2012-04-05 Henri CasanovaDoc rewording
2012-04-04 navarroAdd default Layout
2012-04-04 navarroFix warning by doxygen
2012-04-04 navarroUse of bypassASroute.xml instead of three_clusters_bypa...
2012-04-04 navarroThis was necessary. Remove previously
2012-04-04 navarroMade two platforms for bypass and add test to tesh
2012-04-04 navarroImplement bypassRoute and bypassASroute. Add an example.
2012-04-04 Martin Quinsonben si
2012-04-04 Martin Quinsonalso include the 101 presentation into the latex docume...
2012-04-04 Martin Quinsonadd a SimGrid 101 presentation as a quick starter for...
2012-04-04 Martin Quinson[DOC] hide a bit the structure list, nobody cares
2012-04-04 Martin Quinson[DOC] cosmetics: rename some tabs in menus
2012-04-04 Martin Quinson[DOC] kill the datatype specific page
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 Quinsonreindent, no real change (beside maybe a typo or two)
2012-04-04 Martin QuinsonMerge doc of platform mgmt functions into simulation...
2012-04-04 Martin Quinsonheader blurb about MSG_deprecated doc
2012-04-04 Martin Quinsonvarious MSG doc cleanups
2012-04-04 Martin Quinsonthe word agent seems a bit artificial in our documentat...
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 Martin Quinsonsimcall is not directly parsable since it contains...
2012-04-03 navarroThe test is always true
2012-04-03 navarroSymmetrical route for Dijkstra
2012-04-03 navarroFix compilation error for s_file_stat_t
2012-04-03 navarroOk ;) Never used.
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
next