Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add cluster tag
[simgrid.git] / src / include /
2010-09-28 navarropmore clean code
2010-09-28 navarropclean code and remove foreach and set
2010-09-28 navarropI comment all the calls to used_routing, in order to...
2010-09-27 piniRevert "Compilation broken." This wasn't suppose to...
2010-09-27 piniCompilation broken.
2010-08-20 coldpeacefix the way to instanciate links via worsktation_ptask_...
2010-08-19 coldpeacemove e_surf_link_sharing_policy_t structure to surf...
2010-08-09 schnorrfullduplex support
2010-08-04 coldpeaceadd new callbacks to the Workstation's models, and...
2010-07-26 coldpeaceadd generic acess function to routing model, to call...
2010-07-23 coldpeaceadda new callback(add_traces) to the CPU models
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-20 coldpeaceadd methods allowing routing, bypass the parser......
2010-07-18 coldpeaceadd function surf_add_route_element
2010-07-15 coldpeacekill surf_cpu_model_init_bypass_im, use surf_host_creat...
2010-07-13 coldpeaceadding bypass methods to the network model extension
2010-07-13 coldpeacefix the way to bypass the cpu_im without hard coding...
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-09 coldpeaceadd surf_cpu_init_im_bypass to be used to bypass the...
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-06-14 piniAdded new model (default with smpirun) that integrates...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-14 cristianrosaFree MC memory on exit SVN
2010-05-11 cristianrosaAdd int MC_random(int min, int max) function that will...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-14 mquinsonAdd a Vivaldi network model, coded live during SUD...
2010-04-08 donassbrAdd 2 new functions to manage actions (SIMIX_action_res...
2010-03-30 mquinsonAdd a long description to the models, and make it visib...
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-15 alegrandremove useless dependencies
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-11-04 donassbrRemove parameter timestep.
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-09-29 donassbrFix problem when comparing two doubles.
2009-08-27 donassbrRemove unnecessary changes at maxmin.c.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
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-07-13 mquinsonUse peak and scale values for the network also. But...
2009-07-13 mquinsonSURF: Kill the SDP model
2009-07-13 mquinsonKill surf_parse_get_trace() which were a useless wrappe...
2009-07-13 mquinsoncosmetics (giva a name to a struct)
2009-07-04 mquinsonChange logic so that we don't use a value uninitialized
2009-07-04 mquinsonOoops, forgot that file
2009-07-04 mquinsonFurther work on objectification of resources: use s_sur...
2009-07-04 mquinsoninline the accessors of surf_resource_t
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonimplement a constructor for surf_action_t; draft a...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-01 mquinsonExtract the routing logic into its own object.
2009-07-01 mquinsonUse dynar to represent routes
2009-07-01 mquinsonmove action_ref one layer up: not a model method anymor...
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
2009-06-30 mquinsonImplement a generic resource; use it as ancestor to...
2009-06-30 mquinsonfurther polishing on the merge of all model types ...
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonroots of a generic surf_resource_t type
2009-06-30 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-26 mquinsonexplicit the fact that a variable without initializatio...
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-28 mquinsonmerge with git master
next