Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin Quinsonremoving the channels would really make the structures...
2012-04-27 Martin QuinsonRemove the public field msg_host_t->name. Use MSG_host_...
2012-04-27 Martin Quinsonsimplify msg_host_t by inlining the simdata field
2012-04-27 Martin Quinsonsave one pointer per MSG host
2012-04-27 Martin QuinsonMerge all public simix headers, and distribute them...
2012-04-27 Martin QuinsonEnhance the communication filtering mechanism
2012-04-27 Arnaud GierschWorkaround problem with excess precision on i387 FPU.
2012-04-27 Arnaud GierschUse existing xbt_swag_reset().
2012-04-27 navarroAjout de tests pour kill et start time
2012-04-27 navarroUpdate tesh for kill start time.
2012-04-27 navarroRewrite the kill_time mecanism.
2012-04-27 Arnaud GierschRevert "got a "might be clobbered by ‘longjmp’ or ...
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 GierschPut links in right order in tesh file.
2012-04-27 Arnaud GierschMake floyd_get_route_and_latency cleaner, and hopefully...
2012-04-27 Arnaud GierschCosmetics: a switch..case is clearer here.
2012-04-27 Arnaud GierschRework xbt_dynar_three_way_partition.
2012-04-27 Arnaud GierschCosmetics: misleading indentation.
2012-04-27 Arnaud GierschReinitialize waiting_action at proper place.
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-27 Arnaud GierschAllow user defined format for XBT_IN() and XBT_HERE...
2012-04-27 Arnaud Gierschmemcheck_tests: regenerate.
2012-04-27 Frederic Sutergot a "might be clobbered by ‘longjmp’ or ‘vfork’"...
2012-04-27 Frederic Suterglobal_routing doesn't exist anymore. If I'm correct...
2012-04-27 Frederic Suterremove unused variable that raises warning (when treate...
2012-04-27 navarroAdd a specific test for arguments start_time and kill_t...
2012-04-26 Arnaud LegrandTesh update.
2012-04-26 Arnaud LegrandProcess that suspend themselves now create the correspo...
2012-04-26 Arnaud LegrandLet's not assume that an unsigned long int always behav...
2012-04-26 Arnaud LegrandThis function has no reason to go public.
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-26 Samuel LepetitFix liblua location on some linux distributions, like...
2012-04-26 Duco van AmstelFixed some compilation issues (warnings) in last commits
2012-04-25 Arnaud LegrandHide pretty nasty issue.
2012-04-25 Arnaud LegrandCosmetics.
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-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
next