Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change interface for elements_father, and avoid to allocate a dynar.
[simgrid.git] / src / include / simix /
2011-02-22 thierySimplify the management of processes in MSG.
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-08-09 schnorrfullduplex support
2010-07-21 navarropPlease compile with enable_compile_warnings=on. Missing...
2010-07-21 coldpeaceadd SIMIX_process_set_function, could be used instead...
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-05 navarropSorry but need to have type size_t.
2010-07-05 navarropShould be type void*.
2010-07-02 navarropChange the type of return.
2010-07-01 navarropAdd some fct to simix for function wait in gos.c
2010-04-25 mquinsonFix copyright headers
2010-04-08 donassbrAdd 2 new functions to manage actions (SIMIX_action_res...
2010-03-17 mquinsonadd a SIMIX_sem_get_capacity() function
2010-03-13 piniBugfix to dirty cleanup of SIMIX from SMPI.
2010-03-05 piniFix SIMIX_network_copy_data against SMPI (to be tested...
2010-02-02 alegrandMake SIMIX_sem_block_onto public and fix a bug in SIMIX...
2009-12-11 mquinsonMore explicit inline marking of functions
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-10-20 mquinsonChange the waitany functions on semaphore and communica...
2009-10-20 mquinsonImplement smx_comm_t SIMIX_network_waitany(xbt_dynar_t...
2009-10-20 mquinsonImplement smx_sem_t SIMIX_sem_acquire_any(xbt_dynar_t...
2009-10-20 mquinsonEnough is enough. Add semaphores as SIMIX synchronizati...
2009-10-20 mquinsonAdd SIMIX_rdv_{set,get}_data; tiny fixups
2009-10-20 mquinsonNew function: SIMIX_action_set_name()
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-08-18 cristianrosaMerge java simix process creation with the standard...
2009-08-17 mquinsonFixed the java's context interface to build with the...
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-13 mquinsonFirst step to move xbt_context from XBT to SIMIX. Some...
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-25 mquinsonAdd a SIMIX_process_count() that SMPI needs
2009-06-08 alegrandCleaner use of the refcount introduced by Henri.
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-28 mquinsonAdd SIMIX_process_set_name()
2009-04-11 mquinsonallow to define a default value to registered functions...
2009-02-14 casanovaAdded a reference counter to the s_smx_action data...
2008-06-18 mquinsonuse a dict to store the smx_hosts since we lookup by...
2008-06-12 alegrandAdd convenient debug function on conditions and use...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-07 marklsmade small change to function prototype for SIMIX_actio...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-26 cheriermNow the java implementation of the msg process don...
2007-09-21 cheriermdon't use const parameter
2007-09-13 alegrandFollow surf's prototype for parallel tasks.
2007-08-28 marklsrefactored smpi into multiple source files.
2007-08-23 alegrandFix parallel task problem with SIMIX raised by F. Suter
2007-08-06 alegrandClean the links between action and conditions. Now...
2007-08-04 alegrandClean up actions when a condition is destroyed.
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 display process status + trick...
2007-07-06 mquinsonsome code allowing the upper JAVA layer (user interface...
2007-04-12 donassbrFunctions added.
2007-04-10 donassbrRemoved SIMIX_global_init_args and SIMIX_process_create...
2007-03-30 donassbrmsg_simix alpha. All functions implemented.
2007-03-27 donassbrAPI changed.
2007-03-23 donassbrNecessity to change the code to implement MSG..
2007-03-21 donassbrChanges in the functions, correct prototype function...
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
2007-03-01 donassbrInitial structure. Nothing works yet.
2007-02-28 alegrandMaking room for simix.