Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] merging instr_variables.c into instr_interface.c (code re-organization)
[simgrid.git] / src / simix / private.h
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...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-06 alegrandClean the links between action and conditions. Now...
2007-08-06 alegrandReindent!
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsoncosmetics: enforce prototype checking on callbacks...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...
2007-07-08 mquinsonallow interfaces to call SIMIX_display_process_status
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-04 mquinsonavoid any name clashes with msg/private.h so that the...
2007-03-27 donassbrAPI changed.
2007-03-23 donassbrNecessity to change the code to implement MSG..
2007-03-09 donassbrModified some functions and datatypes. Simix API change...
2007-03-07 donassbrSome tests done and bugs corrected.
2007-03-05 donassbrNew functions added, changes in the header files, funct...
2007-03-02 donassbrAdded new functions and some modifications on the heade...
2007-03-01 donassbrCopyright corrected.
2007-03-01 donassbrSimix Initial structure