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 / instr /
2012-05-03 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 Martin QuinsonRemove the public field msg_host_t->name. Use MSG_host_...
2012-04-27 Frederic Suterglobal_routing doesn't exist anymore. If I'm correct...
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
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-20 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-10 navarroFix jedule compilation
2012-04-09 Martin Quinson[routing] rename routing_global_t -> routing_platf_t...
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 Quinson[route parsing] kill global_routing->size_of_link
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-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 schnorr[trace] remove "executing" state from tracing/msg/proce...
2012-04-03 schnorr[trace] avoid Paje inconsistencies by forcing the gener...
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-28 Arnaud GierschMove all XBT_LOG_CONNECT into one place.
2012-03-27 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-26 schnorr[trace] these functions no longer exist
2012-03-26 schnorr[trace] fix another memory leak when graph extraction...
2012-03-25 schnorr[trace] better checks on setting cats, if NULL is provi...
2012-03-24 schnorr[trace] clean-up of old tracing API
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-23 Arnaud GierschUse type network_element_t instead of void*, and avoid...
2012-03-23 navarroGtnets works with new struct network_element_t
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-22 schnorr[trace] factor code also for extracting the graph ...
2012-03-22 schnorr[trace] factorizing code so we have just one way to...
2012-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-21 schnorr[trace] correct graph extraction for graphicator
2012-03-21 schnorr[trace] wipe out memory leaks in graphicator
2012-03-21 schnorr[trace] only one public function for extracting the...
2012-03-21 schnorr[trace] remove function from tracing interface, should...
2012-03-21 schnorr[trace] removing deprecated function from the tracing...
2012-03-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-20 navarroDon't touch user tracing interface ;)
2012-03-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-20 navarroFix compilation with tracing and new network_element_t
2012-03-19 Frederic Sutercommit f00F8da2 broke the binding between SD and jedule
2012-03-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-09 schnorr[trace] update the header to the latest paje file forma...
2012-03-07 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-06 schnorr[trace] no longer mandate network/optim to Full when...
2012-03-06 schnorr[trace] changing the internal tracing API for categoriz...
2012-03-06 schnorr[trace] code clean-up, removing prototypes of functions...
2012-03-06 schnorr[trace] removing old code and invalid comments
2012-03-06 schnorr[trace] fix the graph extraction tracing of complex...
2012-03-06 schnorr[trace] a better implementation to find the lowest...
2012-03-06 schnorr[trace] no longer need to pass the parent, we find...
2012-03-06 schnorr[trace] new function to find the lowest common ancestor...
2012-02-22 Arnaud GierschFix more format strings and parameters.
2012-02-22 Arnaud GierschMore trailing commas.
2012-02-22 Arnaud Giersch[tracing] Use trace_smpi_enabled.
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschRemove trailing commas in enum declarations.
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...
next