Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix SIMIX_post_io. For now SIMIX_req_file_read makes a Surf sleep action.
[simgrid.git] / src / simix / private.h
2012-01-19 Christophe ThiéryFix SIMIX_post_io. For now SIMIX_req_file_read makes...
2012-01-19 navarroStarting simix mecanism for io.
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiérySwitch directly between runnable contextes (work in...
2011-10-20 Martin Quinsonmerge branches
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-05 Arnaud GierschRemove the get_thread_id field from context_factory.
2011-05-05 Arnaud GierschSimplify the handling of SIMIX requests.
2011-04-22 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-22 Christophe ThiéryWhen __thread is not available, use xbt_os_thread_get_s...
2011-03-24 navarropRemove xbt_dict host from simix.
2011-03-02 cristianrosaBugfix: do not hardcode the number of workers in the...
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-02-01 cristianrosa- Add SIMIX_context_get_thread_id to the context factor...
2011-01-31 cristianrosaMake SIMIX cleanup the user data of the detached isend...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2010-12-15 velhoEliminated needless dictionary.
2010-12-15 velhoFixed the function that returns if a flows is limited...
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-09 mquinsondraft of hardcore ultra brutal manual context switching...
2010-12-07 mquinsonnew function (private to simix): SIMIX_process_get_maxpid
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 schnorr[trace] dictionary for holding smx_process_t -> categor...
2010-12-06 cristianrosaBugfix: protect SIMIX_context_self() in the case that...
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryResolve a conflict
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryRename two functions and a structure
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 cristianrosa- Move simix_global->current_process to smx_current_context
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-26 mquinsonReduce the coupling between java bindings and main...
2010-11-26 mquinsonkill the (unused) lua context factory. Lua does fine...
2010-11-26 mquinsonReduce the coupling between main library and ruby bindings
2010-11-26 thieryFix a memory leak in simix
2010-10-11 alegrandIndent include and src using this command:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-06-04 navarropUse a portable inline
2010-05-10 cristianrosaDo not use the src_buff and dst_buff to flag that the...
2010-04-25 mquinsonFix copyright headers
2010-04-01 schnorrproper use of the HAVE_TRACING variable defined by...
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-23 mquinsonadd a dangerous MSG_task_ref() needed by lua to not...
2010-03-23 mquinsonSanitize the includes of context objects declarations...
2010-03-23 mquinsonFactorize a lot of code in context factories through...
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-23 mquinsonkill arg 'old_ctx' of function resume in context factor...
2010-03-23 mquinsonMerge context_start into context_new to simplify the...
2010-03-22 mquinsonSecond try at lua. Still does not work: I get a 'attemp...
2010-03-13 piniBugfix to dirty cleanup of SIMIX from SMPI.
2010-03-02 mquinsonMassive cleanups in ruby. Not yet working (segfault...
2010-02-02 alegrandHandle correctly (hopefully) timeouts in communications.
2010-01-15 mquinsonBetterly integrated lua bindings (detected by configure...
2009-12-15 alegrandremove useless dependencies
2009-10-20 mquinsonImplement Asynchronous send/recv in SIMIX (you dreamt...
2009-10-20 mquinsonEnough is enough. Add semaphores as SIMIX synchronizati...
2009-10-20 mquinsonAdd SIMIX_rdv_{set,get}_data; tiny fixups
2009-10-15 mquinsonMake SIMIX_process_yield() public
2009-10-05 mquinsonBetter organization of header files
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-10-05 mquinsonCorrections to the code that handles the errors in...
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
2009-10-05 mquinsonCorrections and improvements to the new network impleme...
2009-10-05 mquinsonCleanup network prototype
2009-10-05 mquinsonFirst prototype of the networking API for SIMIX. It...
2009-10-03 donassbrAs in MSG where we need to know which action the proces...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonFixed the java's context interface to build with the...
2009-08-17 mquinsonSome polishing to the new context factory API to avoid...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_
2009-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-07-08 cheriermDetails of this changes:
2008-06-18 mquinsonuse a dict to store the smx_hosts since we lookup by...
2007-11-27 mquinsonRename xbt/xbt_context.h to xbt/context.h, and add...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-10-27 mquinsonFactorize the current_property_set symbol of simix...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-20 mquinsonOk, you won't believe this one. Visual seems to break...
next