Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add FindNS3 module to cmake.
[simgrid.git] / src / msg / private.h
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-03 thieryThe process list of MSG is now a swag instead of a...
2011-01-31 thieryFix possible compilation problem with the declaration...
2011-01-28 thieryMake msg_comm_t be a real structure again, not an alias...
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-27 cristianrosaCHECK_HOST() is very inefficient and only for debugging...
2010-12-15 mquinsonfix the logic of refcount in msg_task_t by ... killing...
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-06-16 mquinsonMake sure that created sequential tasks cannot look...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-01-28 mquinsonOn the fly parsing of the actions file. One idle proces...
2009-12-15 alegrandremove useless dependencies
2009-10-05 cristianrosaFix some conflicts with modifications introduced in...
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
2009-09-29 donassbrChange variable waiting_task to waiting_action on msg...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-05 mquinsonfirst draft of the action runner
2008-11-10 mquinsonKill MSG_mailbox_put, which were not meant to be a...
2008-07-08 cheriermDetails of this changes:
2008-01-11 cheriermThis change is relative with the mailbox concept :
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 mquinsonmore explicit error messages, and random cleanups
2007-10-27 mquinsonKill the useless _MSG_process_create_with_env_from_SIMI...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-20 mquinsonOps, there is some more s_host fields around
2007-08-26 alegrandOoups. How come my code ever worked without changing...
2007-07-11 mquinsoncosmetics: enforce prototype checking on callbacks...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-08 mquinsonAllow java to call __MSG_process_cleanup
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-02 mquinsonRevert the convertion of MSG pids from int to long...
2007-07-02 mquinsonConvert MSG pids from int to long int so that they...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-02-07 cheriermdo not export private functions in the dll (win32 specific)
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-16 cheriermupdate PAJE_PROCESS_PUSH_STATE, change the null string...
2007-01-15 cheriermRemove deprecate swith macro ALVIN_SPECIAL_LOGING,...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-08-10 thieryUse a mallocator for MSG tasks
2006-06-19 alegrandAdding more informations when blocking. Should help...
2006-06-19 mquinsonCosmetics in __MSG_display_process_status + do publish...
2006-04-12 alegrandAdding more verbose informations to Paje
2006-04-12 alegrandAdding more verbose Paje output
2005-10-11 alegrandmoved to %f instead of %g. It's usefull when values...
2005-08-30 alegrandgetting rid of memleaks.
2005-08-30 casanovaImplemented the MSG_task_get_source() function. (See...
2005-08-09 alegrandadding a priority mechanism
2005-07-22 alegrandAdding parallel tasks to MSG
2005-07-05 alegrand%lg -> %g ...
2005-06-29 mquinsonFirst try at actually using the configuration stuff...
2005-06-29 alegrandAdd a new function: MSG_task_get_with_timeout. That...
2005-06-01 alegrandReverting Mt's modifications and preparing the delayed...
2005-05-25 mquinsonStart the implementation of start_time and kill_time...
2005-02-04 alegrandLog improvements.
2005-02-04 alegrandKeep improving the traces
2005-02-04 alegrandImproving traces
2005-02-04 alegrandAdding Killall function
2005-01-15 alegrandTaking into account last SURF modifications (suspend...
2005-01-14 alegrandNot using MSG_suspend anymore in the internals
2005-01-12 alegrandNow, MSG internals do not use MSG_suspend/resume anymore.
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-17 alegrandA few more functions and I'll be able to make MSG progr...
2004-12-17 alegrandCosmetics
2004-12-17 alegrandKeeping rewriting MSG
2004-12-17 alegrandcosmetics : s/sim_data/simdata/g
2004-12-16 alegrandKeep rewriting MSG
2004-12-16 alegrandmaking some field names more explicit (e.g. void *...