Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a test broken by homogeneisation of dicts
[simgrid.git] / src /
2011-12-25 Martin Quinsonfix the tests that my cleanups in the config variable...
2011-12-25 Martin Quinsondocument generic configuration variables (and fix MC...
2011-12-25 Martin QuinsonRename the coordinates configuration option to network...
2011-12-25 Martin Quinsondocument all network-related config options
2011-12-25 Martin QuinsonRename the TCP_gamma configuration option to network...
2011-12-25 Martin Quinsonkill the deprecated CLM03 workstation model
2011-12-25 Martin Quinsonalso display the existing optimizations on --help-models
2011-12-25 Martin Quinsonproperly kill deprecated option that were recently...
2011-12-25 Martin Quinsoncosmetics in the description of network models
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-22 Lucas Schnorrfix destination parameter when asking for a route in...
2011-12-19 Christophe ThiéryAdd a function SIMIX_process_get_runnable() for context...
2011-12-19 NavarropRemove unstash #ifdef HAVE_SMPI from a commit.
2011-12-19 Christophe ThiéryMake simix_timers NULL so can SIMIX_init works if calle...
2011-12-16 NavarropFix vivaldi model with lazy update mechanism. :)
2011-12-16 NavarropUse isend instead of send to set the simdata->comm...
2011-12-16 NavarropCosmetics
2011-12-16 NavarropProof-read of communicate/share_resources/update_action...
2011-12-16 NavarropCleanups suggested by eclipse.
2011-12-16 NavarropGet rid of all these nasty _im_.
2011-12-16 NavarropAdd the right references
2011-12-16 NavarropCommit that breaks most tesh files by changing the...
2011-12-16 NavarropAllow selective update to be independently set for...
2011-12-16 NavarropCosmetics
2011-12-16 NavarropApply the optimization mechanism as requested in config...
2011-12-16 NavarropStart using optimization mode flag in network.
2011-12-16 NavarropNew values from INRIA RR-7821 (callibration when phase...
2011-12-16 NavarropCheck for failed links on back_route when crosstraffic...
2011-12-16 NavarropRename misleading "fullduplex" keyword to "crosstraffic".
2011-12-16 NavarropOptimization + cleanup. Test for optimization only...
2011-12-16 NavarropDo not create a dict for every resource especially...
2011-12-16 NavarropCleanup (no more _im_ but lazy or full when needed).
2011-12-16 NavarropRename for clarity.
2011-12-16 NavarropCleanup to allow separation of model specification...
2011-12-16 NavarropRevert new time for token-ring
2011-12-16 NavarropArgh I was confused between UM_FULL and UM_LAZY. This...
2011-12-16 NavarropMerge network.c and network_im.c
2011-12-16 NavarropAdd update mechanism for cpu instead of cpu_model name.
2011-12-16 NavarropMerge cpu.c and cpu_im.c
2011-12-10 Christophe ThiéryParmap test did not compile
2011-12-09 Christophe ThiéryAlternative implementation or parmap with busy waits...
2011-12-09 Christophe ThiéryParmap: process the whole dynar, don't force workers...
2011-12-09 Christophe ThiéryThis variable has no reason to be global
2011-12-08 Martin Quinsoncosmetics
2011-12-08 Martin Quinsonkill a forward definition that is never used
2011-12-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-08 Arnaud GierschKill duplicated macro.
2011-12-08 Arnaud GierschUse xbt_swag_reset wherever possible.
2011-12-08 Arnaud GierschRemove redundant assignment in lmm_solve.
2011-12-07 Arnaud GierschThose are constraints, and not elements.
2011-12-07 Arnaud GierschUpdate comment (name was changed 7 years ago).
2011-12-07 Arnaud GierschRemove unused log categories.
2011-12-07 Christophe ThiéryParmap: make maestro also do some work.
2011-12-07 Christophe ThiéryThe worker id is now useless in the parmap code
2011-12-07 Christophe ThiéryAdd comments
2011-12-07 Christophe ThiéryRemove xbt_parmap_get_worker_id to simplify the parmap...
2011-12-07 Christophe ThiéryRemove a useless private header and rename variables
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Christophe ThiéryParmaps: remove the event structure to simplify the...
2011-12-05 Christophe ThiéryMake those functions static
2011-12-05 Christophe ThiéryRemove a redundant include and reindent a bit
2011-12-05 Christophe ThiéryRemove parmap_private.h since parmap.c is the only...
2011-12-05 Christophe ThiéryIn sequential mode, don't use thread-specific data
2011-12-05 unknownMake the compilation succed for windows.
2011-12-05 unknownUse the good link for latency.
2011-12-01 Arnaud GierschKill old CVS $Id$ lines.
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-12-01 Arnaud GierschUse homogeneous dicts for xbt_lib.
2011-12-01 Arnaud GierschAdd some tests for homogeneous dicts (global free funct...
2011-12-01 Arnaud GierschDefine xbt_dict_new_homogeneous().
2011-12-01 Arnaud GierschMake dicts ready to accept homogeneous dictionaries.
2011-12-01 Arnaud GierschDefine a struct s_xbt_het_dictelm for holding the free...
2011-12-01 Arnaud GierschDefine xbt_dictelm_set_data, to reduce code duplication.
2011-12-01 Arnaud GierschAdd a dict parameter to dictelm functions.
2011-12-01 Arnaud GierschAdd two fields to struct dict, in prevision of homogene...
2011-12-01 Arnaud GierschRewrite integer dicts using regular dicts.
2011-12-01 Arnaud GierschA mallocator for dict structs is a bit overkill.
2011-12-01 Frederic Sutertwo more clobbered variables that prevent me to compile...
2011-11-29 Arnaud GierschFree mutex in xbt_dynar_to_array.
2011-11-29 Arnaud GierschAvoid the temporary malloc in xbt_dynar_to_array.
2011-11-29 Christophe ThiéryRevert "The latency is constant with the constant netwo...
2011-11-29 Christophe ThiéryThe latency is constant with the constant network model.
2011-11-29 Arnaud GierschFix uninitialized variable.
2011-11-29 Arnaud GierschInclude surf_resource.h, for surf_resource_name().
2011-11-29 Arnaud Gierschs/add/free/ in doc.
2011-11-28 Arnaud GierschFunction does not exist.
2011-11-28 Arnaud GierschRename dict structs to follow README.coding.
2011-11-28 Arnaud GierschRemove useless internal functions.
2011-11-28 Arnaud GierschAllow NULL for the reset function of mallocators.
2011-11-28 Arnaud GierschRemove unused empty function.
2011-11-28 Arnaud GierschReorganize structs to save a few bytes.
2011-11-28 Arnaud GierschRemove an useless (but optimized!) memcpy.
2011-11-28 Arnaud GierschAvoid to clear mem for the last element.
2011-11-28 Arnaud Giersch_xbt_clear_mem is used only once. Use memset directly.
2011-11-28 Arnaud GierschFactorize code for xbt_dynar_shrink/_xbt_dynar_expand.
2011-11-28 Arnaud GierschThere's no point in clearing mem in _xbt_dynar_expand.
2011-11-28 Arnaud GierschKill dead (commented) code.
2011-11-28 Arnaud GierschFactorize code for xbt_dynar_set/xbt_dynar_set_at_ptr.
2011-11-28 Arnaud GierschUnlock dynar at proper place.
2011-11-28 Arnaud GierschDon't call _xbt_dynar_expand when it's not needed.
next