Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove resource_set from surf_model.
[simgrid.git] / src / surf /
2011-03-24 navarropRemove resource_set from surf_model.
2011-03-24 navarropRemove where_network_elements and add element in host_l...
2011-03-24 navarropRemove old function surf_model_resource_by_name.
2011-03-24 navarropAdd levels to lib host_lib, link_lib and as_router_lib
2011-03-23 coldpeaceallow parsing a Router component from lua console also
2011-03-14 navarropRemove xbt_assert from generic_src_dst_check function.
2011-03-14 navarropWe may want to use this function in examples.
2011-03-14 thieryFix a compilation warning (use of an uninitialized...
2011-03-10 navarropForgot one free.
2011-03-10 navarropAdd log to random_mgr.
2011-03-10 navarropFree some missing variables.
2011-03-10 navarropFree dict random_value and patterns after the end of...
2011-03-10 navarropFree dynar after use in xbt_dynar_compare.
2011-03-09 navarropVerify if elements src_gateway and dst_gateway are...
2011-03-09 navarropReturn SURF_NETWORK_ELEMENT_NULL if the elements is...
2011-03-09 navarropRevert "Change those functions to public for use extern...
2011-03-01 piniMissing semicolon
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-28 navarropRevert "Remove lua parse functions from simgrid."
2011-02-28 navarropChange those functions to public for use external parser.
2011-02-28 navarropRemove lua parse functions from simgrid.
2011-02-24 navarropWe must set host_coordinates to "" with bypass.
2011-02-24 navarropCreate current_property_set only if it is required.
2011-02-22 agierschFree temporary strings.
2011-02-22 agierschsurf_routing: free patterns elements.
2011-02-22 agierschFix replace_random_parameter, and its usage.
2011-02-22 agierschsurf_routing: free coordinates elements.
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-22 agierschThere is no need to dup the key when using xbt_dict_set.
2011-02-22 agierschReplace a combination of malloc+strcpy by xbt_strdup.
2011-02-17 navarropRemove unused include "simgrid_config.h"
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-17 navarropNow it compiles with NDEBUG flag
2011-02-17 navarropCompile with flag NDEBUG.
2011-02-15 navarropCorrectely use xbt_str_varsubs
2011-02-15 navarropThis job is done two time.
2011-02-15 thieryConsider the value of the cfg=model-checker flag
2011-02-14 navarropAdd sources for rngstreams
2011-02-14 navarropReimplement old tag random.
2011-02-09 sahuadded jedule output to SimDAG
2011-02-03 thieryVarious optimizations
2011-02-03 thieryOptimization of the lmm_variable_t mallocator
2011-02-02 thieryLarge-scale simulations need bigger mallocators
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-02-02 thieryC99 allows us to put %zu after all
2011-02-02 schnorr[trace] constant model is explicitly not traced
2011-02-02 thieryA cast is needed here to avoid warnings in both 32...
2011-02-01 thieryFix a compilation warning introduced by r9557
2011-02-01 thieryAdd a flag --cfg=contexts/parallel_threshold:n
2011-02-01 thieryUse a mallocator for the Surf actions
2011-02-01 thieryRename flag cfg=contexts/parallel to cfg=contexts/nthreads
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2011-01-31 navarropAdd token_ring example.
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-21 navarropWe now use simgrid.gforge.inria.fr/simgrid.dtd to gener...
2011-01-21 navarropCorrectly set callbacks for tags.
2011-01-20 navarropAdd functions for callbacks.
2011-01-20 navarropMake a function to know if the configuration is set...
2011-01-19 navarropTest if the configuration into tag_config is already...
2011-01-13 navarropNow tag config is available.
2011-01-12 agierschFix debugging message.
2011-01-03 schnorr[trace] faster method to dump when unconditional dump...
2010-12-29 schnorr[trace] cosmetics
2010-12-29 schnorr[trace] only CPU models control the last timestamp...
2010-12-29 schnorr[trace] dump the sorted buffer at the end of every...
2010-12-28 schnorr[trace] buffering all events except type hierarchy...
2010-12-17 mquinsonexplain clearly when things go wrong just because we...
2010-12-17 mquinsonfix a linking error in libgras. At least I hope since...
2010-12-17 mquinsonprivatize static globals so that supernovae works again
2010-12-15 velhoFixed the function that returns if a flows is limited...
2010-12-15 velhoCope avec refurbished interface.
2010-12-15 velhoAdded the lazy management improvement for network models.
2010-12-15 alegrandUpdate doc
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-14 navarropFix problem with get_route in Dijkstra.
2010-12-14 navarropFix bug when creating topology graph with model dijkstra.
2010-12-13 schnorr[trace] updating (availability) trace support in tracin...
2010-12-13 schnorr[trace] links are identified by their names (the same...
2010-12-13 schnorr[trace] removing obsolete code (host and link declarati...
2010-12-13 schnorr[trace] using parser callbacks to trace the platform...
2010-12-10 piniDo not use a gap if route has length 0.
2010-12-08 navarropRemove unused variables.
2010-12-08 navarropAdd availability_file and state_file to peer tag.
2010-12-08 navarropAdd availability_file and state_file in cluster.
2010-12-08 thieryDavid's patch: replace != by strcmp
2010-12-07 coldpeaceno need to check, since the default value of core is...
2010-12-07 thieryCall elements_father() only if necessary
2010-12-07 thieryFix more memory leaks
2010-12-07 thieryFix memory leaks
2010-12-07 thieryFix memory leaks
2010-12-07 schnorr[trace] implement set_category function for network...
2010-12-07 schnorrweird definition of a surf_cpu_model function inside...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-07 mquinsontry a bit harder to get the simulated time without...
2010-12-06 piniAdded sender-side gaps (only activated by default in...
2010-12-06 piniAllow to configure precision in the maxmin systems.
2010-12-05 alegrandAllow cluster tag to use the core tag...
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
next