Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / src / include /
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
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-19 alegrandsed resource/model as it is now how things are named...
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-10-16 velhoDf parameter of Low models is replaced by weight becaus...
2008-10-16 velhoRevert "Added a get Df function in order to implement...
2008-10-14 velhoAdded a get Df function in order to implement beta...
2008-10-14 velhoAdded a new network model option, LegrandVelho, based...
2008-09-12 cheriermthe route_multi_table variable was declared two times
2008-07-08 cheriermDetails of this changes:
2008-06-25 velhoinclude portable.h at the right location (Yes, we reall...
2008-06-18 alegrandExport functions in SURF to indicate whether a link...
2008-06-18 alegrandcosmetics
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-12 alegrandFactor most callback definitions.
2008-06-10 alegrandFactorize some code in the parser, hide some functions...
2008-06-10 mquinsonCut a now useless dependency of surf.h to portable...
2008-06-10 mquinsonRemove the surf_*_model_description_size constants...
2008-06-09 velhoSDP compiling now, added header portable.h to header...
2008-06-09 velhoCorrect the network_model_description_size in order...
2008-06-09 velhoAdded Reno2, a model that takes 2W/RTT as the utility...
2008-06-09 velhoAdded a function and the bound to the variable structure.
2008-06-09 velhoBetter management of additionnal network models
2008-06-09 mquinsonEnsure that the random generator respects the provided...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-03-15 alegrandStarting to code a "constant" network model.
2008-03-15 alegrandAdd seed management to have independant streams.
2008-03-15 alegrandUse doubles for random generators instead of ints and...
2008-03-07 mquinsonpublish a symbol used by a test, for the poor souls...
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2008-01-23 mquinsonAllow gcc cross-compiling targetting windows, which...
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows, and...
2007-12-20 mquinsonThese two certainly do not need hardcore portability...
2007-12-11 quasareliminating KCCFLN05 model
2007-12-05 cheriermWindow doesn't provide the function drand48(), remove...
2007-12-04 mquinsonMac users need love so that their prehistoric linker...
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-28 cheriermexports the reno and the vegas function
2007-11-27 mquinsonxbt/context.h is a private header, and the filename...
2007-11-15 cheriermthese files are useless in the new implementation of...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-07 marklsmade small change to function prototype for SIMIX_actio...
2007-10-31 quasarupdating the dtd and some memory leacks
2007-10-27 mquinsonFix stupid comments
2007-10-27 mquinsonFactorize the current_property_set symbol of simix...
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 quasarmove the callback lists to the public headers
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-23 mquinsonDo not include the useless semaphore standard header...
2007-10-23 cheriermThis change is about the refactoring of the source...
2007-10-22 cheriermThis change concerne the usage of the semaphore object...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-26 alegrandRevert "Adding the prototype for the callback on startu...
2007-09-26 alegrandAdding the prototype for the callback on startup mechanism.
2007-09-26 cheriermjust add the copyright of the fileNow the java implemen...
next