Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix source for generated files.
[simgrid.git] / src / instr /
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-23 Lucas Schnorr[trace] types are local, remove global dictionary
2012-01-23 Lucas Schnorr[trace] replace get_type by get_type_or_null when we...
2012-01-23 Lucas Schnorr[trace] remove recursive get type support, search opera...
2012-01-23 Lucas Schnorr[trace] renaming source file to reflect its speciality
2012-01-23 Lucas Schnorr[trace] sanity checks
2012-01-22 Lucas Schnorr[trace] be more strict about errors
2012-01-22 Lucas Schnorr[trace] re-writing some tracing functions
2012-01-22 Lucas Schnorr[trace] function now longer exist
2012-01-22 Lucas Schnorr[trace] some checks in tracing functions
2012-01-22 Lucas Schnorr[trace] remove the container from its parent
2012-01-22 Lucas Schnorr[trace] in SMPI, follow the same start/end interface...
2012-01-22 Lucas Schnorr[trace] removing the tracing per task (where each task...
2012-01-22 Lucas Schnorr[trace] when destroying a container, remove its referen...
2012-01-22 Lucas Schnorr[trace] when a process migrates, we need to clean-up...
2012-01-22 Lucas Schnorr[trace] when a process ends, remove its container from...
2012-01-22 Lucas Schnorr[trace] debug messages for recursive destruction of...
2012-01-22 Lucas Schnorr[trace] avoid return or break within a xbt_dict_foreach...
2012-01-22 Lucas Schnorr[trace] separate initialization function from setting...
2012-01-22 Lucas Schnorr[trace] function to remove a child from its parent...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-10 Arnaud GierschFix error: passing argument 3 of ‘xbt_dict_set’ discard...
2012-01-10 Arnaud GierschFix compilation errors about "enumeration value not...
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-08 Lucas Schnorr[trace] valgrind's memcheck to wipe out memory leaks...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-26 Lucas Schnorr[trace] tracing needs a Full network/optim, otherwise...
2011-12-26 Lucas Schnorr[trace] better source code comments for configuration...
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-29 Arnaud GierschFix uninitialized variable.
2011-11-29 Arnaud GierschInclude surf_resource.h, for surf_resource_name().
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Martin Quinsonmerge get_route and get_latency in routings too
2011-11-15 Martin Quinsonkill the now useless 'cleanup' parameter of routing_get...
2011-11-15 Martin Quinsonkill routing_get_route(), use routing_get_route_and_lat...
2011-11-15 Martin QuinsonAS->get_route is no longer in charge of creating the...
2011-11-14 Martin Quinsonmerge structures route_t and route_extended_t.
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-10 Martin QuinsonKill global_routing->get_route_or_null
2011-11-10 Martin QuinsonThat pointer to function was never given anything but...
2011-11-10 Martin Quinsonrename routing_component to as, since that's just an...
2011-11-10 Martin QuinsonRename sg_platf_new_AS_{open,close} to {begin,end}...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-08 Martin Quinsonimplement cluster tag on top of sg_platf w/o XML black...
2011-11-08 Martin QuinsonKill the XML-level callbacks to AS_open/close and creat...
2011-11-08 Martin QuinsonAlso cleanup the fields of s_sg_platf_link_cbarg_t
2011-11-08 Martin Quinsonalso cleanup the field names of s_sg_platf_router_cbarg_t
2011-11-08 Martin QuinsonParser cleanup: simplify structure's fields' names
2011-11-07 Martin QuinsonProperly integrate the link creation into sg_platf
2011-11-07 Martin Quinsonfurther parser cleanups
2011-11-07 Martin QuinsonFurther parser cleanups
2011-11-07 Martin Quinsonintegrate properly the router creation in sg_platf...
2011-11-04 Martin QuinsonClean callbacks for the host parsing.
2011-11-04 Martin Quinsonremove useless empty parsing callbacks
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-26 NavarropEnsure windows combatibility.
2011-10-26 NavarropRewrite the way to do the parsing for host,cluster...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-13 Christophe ThiéryMerge branch 'lua'
2011-10-10 Lucas Schnorr[trace] strictly following the header of the paje file...
2011-09-20 Lucas Schnorr[trace] cosmetics, break lines of --help-tracing
2011-09-16 Lucas Schnorr[trace] fix on the trace header, strictly following...
2011-09-16 Lucas Schnorr[trace] hosts might have spaces
2011-09-15 Martin Quinsoncomment some dead code marked 'that doesn't work' which...
2011-09-08 Lucas Schnorr[trace] bug fix on the way that routes are used to...
2011-09-08 Lucas Schnorr[trace] if route doesn't exist, just continue extracing...
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-07-06 Martin Quinsontrivial merge of changes about gras architecture
2011-06-29 Arnaud GierschFix drand48() macro.
2011-06-29 NavarropDrand48 does not exist on win32
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-16 Lucas Schnorr[trace] fix, free memory even if user requests the...
2011-06-16 Lucas Schnorr[trace] new option to let users disable the destruction...
2011-06-16 Lucas Schnorr[trace] fix undefs of trace configuration
2011-06-15 Lucas Schnorr[trace] let user specify color for user variables for...
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-24 Lucas Schnorr[trace] to proceed, check if platform is traced in...
2011-05-24 Martin Quinsonmerge
2011-05-24 Lucas Schnorr[trace] remove old source file with functions that...
2011-05-24 Lucas Schnorr[trace] cosmetics, remove TRACE_is_active, use TRACE_is...
2011-05-24 Lucas Schnorr[trace] graphicator needs the platform to creata a...
2011-05-24 Lucas Schnorr[trace] adding a new boolean parameter (tracing/platfor...
2011-05-24 Lucas Schnorr[trace] interface cosmetics: removing pre-processor...
2011-05-24 Lucas Schnorr[trace] adding new way of set user variables for links...
2011-05-24 Lucas Schnorr[trace] default colors for mpi states
2011-05-24 Lucas Schnorr[trace] msg process and tasks tracing also needs platform
2011-05-24 Lucas Schnorr[trace] removing volume case study, deprecated at 3.6
2011-05-24 Lucas Schnorr[trace] smpi grouped trace implies user wants to trace...
2011-05-24 Lucas Schnorr[trace] let the tracing system (and not the instrumenta...
2011-05-24 Lucas Schnorr[trace] only need to declare resource utilization types...
2011-05-24 Lucas Schnorr[trace] isolating buffer dumping from the simulation...
2011-05-24 Lucas Schnorr[trace] controlling the callbacks and push/pop of conta...
2011-05-24 Lucas Schnorr[trace] new function returns true if user options need...
next