Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change tests for having raw thread and ucontext.
[simgrid.git] / src /
2010-12-28 schnorr[trace] buffering all events except type hierarchy...
2010-12-28 schnorr[trace] set of initial value of variables to any resour...
2010-12-28 schnorr[trace] simpler event types handling, integer of enum...
2010-12-28 schnorr[trace] re-organizing structures for tracing events
2010-12-28 schnorr[trace] removing unused fields on event structure
2010-12-28 schnorr[trace] creation of a type also defines its own color...
2010-12-28 schnorr[trace] cosmetics, simpler code
2010-12-27 schnorr[trace] changing the interface to write on the tracing...
2010-12-22 schnorr[trace] updating the configuration generated for triva
2010-12-22 schnorr[trace] register of node and edge types that were defin...
2010-12-22 schnorr[trace] keep tracing data structures until the very...
2010-12-22 schnorr[trace] this problem is already fixed in a previous...
2010-12-22 schnorr[trace] cosmetics
2010-12-22 schnorr[trace] a source file to keep functions to deal with...
2010-12-22 schnorr[trace] renaming instrumentation source file
2010-12-22 schnorr[trace] assertions to point out errors on tracing
2010-12-22 schnorr[trace] fix on link type creation (was indexed by type...
2010-12-20 schnorr[trace] fix on use of dynar, storing pointers in it...
2010-12-20 schnorr[trace] category of a task without before dependencies...
2010-12-20 schnorr[trace] fix segfault, only get category from depbefore...
2010-12-20 cristianrosaBugfix: return after answering the request when running...
2010-12-20 cristianrosaImprove debugging information
2010-12-20 cristianrosaProtect some host execute functions in the case that...
2010-12-18 piniFix the fix that fixes parameter passing through makeco...
2010-12-17 mquinsonexplain clearly when things go wrong just because we...
2010-12-17 piniOnly evaluate the arguments needed.
2010-12-17 mquinsonfix a linking error in libgras. At least I hope since...
2010-12-17 piniBugfix: assuming that arguments are pushed on the stack...
2010-12-17 mquinsonprivatize static globals so that supernovae works again
2010-12-17 mquinsonkill pimples in SIMIX intended to make the stack-free...
2010-12-17 mquinsonload the right header to make sure that we have getline
2010-12-16 thieryThe term 'request' was misleading here
2010-12-16 thieryRemove generated file
2010-12-16 cristianrosaBugfix: deadlock detection was wrong. Reimplemented.
2010-12-16 cristianrosaBugfix: correctly set/unset the raw memory when taking...
2010-12-16 cristianrosaImprove the debugging information
2010-12-16 cristianrosaBugfix: make sure we include the definition of HAVE_MC
2010-12-16 thieryHandle transfer failures in MSG_test, MSG_testany and...
2010-12-15 cristianrosaAnswer the request as the last action on it (it will...
2010-12-15 cristianrosaFix the detection of the raw_heap when snapshoting
2010-12-15 cristianrosaFix race condition on task put/get
2010-12-15 cristianrosaDo not use the user data argument of isend.
2010-12-15 cristianrosaDo not use the data argument of isend anymore.
2010-12-15 cristianrosaImprove debugging information
2010-12-15 velhoEliminated needless dictionary.
2010-12-15 velhoFixed the function that returns if a flows is limited...
2010-12-15 velhoCope avec refurbished interface.
2010-12-15 velhoAdded the lazy management improvement for network models.
2010-12-15 mquinsonfix the logic of refcount in msg_task_t by ... killing...
2010-12-15 mquinsonKill the braindead MSG_task_refcount_dec() function.
2010-12-15 schnorr[trace] do not xbt_die if gtnets is traced
2010-12-15 alegrandUpdate doc
2010-12-15 cristianrosaCompile fix: typo in variable name.
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-15 schnorr[trace] bugfix, do not try to declare a NULL category
2010-12-14 cristianrosaUse private futex commands
2010-12-14 cristianrosaReimplement parmap using futex based barriers.
2010-12-14 navarropFix problem with get_route in Dijkstra.
2010-12-14 navarropFix bug when creating topology graph with model dijkstra.
2010-12-14 mquinsonoops forgot one file
2010-12-14 mquinsonRemove stackless simix context factory
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-14 mquinsonplug a memleak
2010-12-14 mquinsonsanitize the use of logs in unit testing of parmap...
2010-12-14 mquinsonfix a bunch of compilation warnings
2010-12-14 mquinsonignore chord binary from git
2010-12-14 mquinsonkill useless smx_ctx_raw_create_context_sized(), and...
2010-12-14 thieryFix uninitialized variables
2010-12-13 schnorrtracing might be disable, protecting lua bindings
2010-12-13 schnorr[trace] arrows to indicate msg send/recv when tracing...
2010-12-13 schnorr[trace] arrows to indicate msg process migration
2010-12-13 schnorr[trace] removing old code that was merged into new...
2010-12-13 schnorr[trace] set/push/pop states for tracing/msg/[task|proce...
2010-12-13 schnorr[trace] update on --cfg=tracing/msg/task:1, now works...
2010-12-13 schnorr[trace] stop tracing process if user sets its category...
2010-12-13 schnorr[trace] renaming container type of msg process
2010-12-13 schnorr[trace] correct debug message
2010-12-13 schnorr[trace] only let MSG processes receive categories if...
2010-12-13 schnorr[trace] update of msg process tracing (to monitor migra...
2010-12-13 schnorr[trace] other parts of tracing can also declare types...
2010-12-13 schnorr[trace] fix: container creation timestamp should defini...
2010-12-13 schnorr[trace] marking tracing/msg/volume:1 as deprecated
2010-12-13 schnorr[trace] mpi api is traced if tracing:1 and tracing...
2010-12-13 schnorr[trace] smpi api tracing updated to the new tracing...
2010-12-13 schnorr[trace] recursive search for a type in the type hierarchy
2010-12-13 schnorr[trace] functions to be used by other parts of tracing...
2010-12-13 schnorr[trace] new type MPI, which is the container type of...
2010-12-13 schnorr[trace] fix, father is already defined, should not...
2010-12-13 schnorr[trace] making type_t and container_t available for...
2010-12-13 schnorr[trace] smpi types declaration updated
2010-12-13 schnorr[trace] declaring dictionary where it is allocated
2010-12-13 schnorr[trace] tracing a 0 instead of 0.000000 in trace file...
2010-12-13 schnorr[trace] merging instr_variables.c into instr_interface...
2010-12-13 schnorr[trace] protecting the declaration of multiple types...
2010-12-13 schnorr[trace] checking if platform is traced in tracing API
2010-12-13 schnorr[trace] adding a new structure to keep the type hierarc...
2010-12-13 schnorr[trace] smaller timestamp is registered in trace files...
2010-12-13 schnorr[trace] filter out the reverse connections to get a...
2010-12-13 schnorr[trace] new field id to make the final trace file smaller
2010-12-13 schnorr[trace] extracting routes among ASes
next