Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2010-11-16 navarropAdd option enable_lib_static for compile libsimgrid...
2010-11-16 agierschMake my_valgrind.pl work with spaces in parameters.
2010-11-16 agierschAdd full path when generating memcheck tests.
2010-11-16 agierschFix argument quoting in tesh files.
2010-11-16 agierschFix path to binary in tesh file.
2010-11-16 agierschSimplify synchronization in parallel_log_crashtest.
2010-11-16 agierschTry to produce the same results with minmin on differen...
2010-11-16 agierschAdd missing XBT_PUBLIC in declaration.
2010-11-15 agierschFix memory leaks in msg/icomms examples.
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-11-15 agierschRemove remaining references to static version of libraries.
2010-11-15 mquinsonregenerate
2010-11-15 mquinsondon't build the static version anymore (should be a...
2010-11-15 mquinsonand now, make sure that the new GRAS code compiles...
2010-11-15 mquinsonan unsigned int cannot be negative, no need to enforce
2010-11-15 thieryDon't overwrite an already existing route. Also fix...
2010-11-15 agierschFix dynar test: cpt should be signed.
2010-11-15 agierschFix compilation failure.
2010-11-12 mquinsonPartial fix of GRAS: gras-ping-sg now works again
2010-11-12 thieryFix test_minmin: the simulated times had changed since...
2010-11-12 thieryFix detection of asymetric routes errors in platform...
2010-11-12 thieryAdd an invalid platform test for which the parser shoul...
2010-11-12 thieryFix tesh file of tesh-simdag-parser-bogus-symmetric
2010-11-12 thieryProtect the if inside the xbt_assert macros
2010-11-12 thieryFix compilation warnings in the dynar test
2010-11-12 mquinsonAdd a test enforcing that the route redefinition (when...
2010-11-12 mquinsonCosmetics on the output when parsing the platform raise...
2010-11-12 mquinsonadd a convinient xbt_dynar_set_as() macro, and test it
2010-11-12 mquinsonTest that insert/replace/remove functions of dynars...
2010-11-12 mquinsonregenerate this file; dict.c was probably updated at...
2010-11-12 mquinsonalways regenerate the unit tests when possible, even...
2010-11-12 mquinsonAlways check for perl since we need it quite a lot...
2010-11-12 mquinsona platform file which should activate the auto-non...
2010-11-12 mquinsonDo not enforce that the idx is within the bounds for...
2010-11-12 mquinsontiny cosmetics: use xbt_strdup where intended instead...
2010-11-12 mquinsonkill generated file out of the svn
2010-11-12 coldpeacecleanups
2010-11-12 coldpeaceupdate lua(bypass) examples
2010-11-12 coldpeaceuse indexed table for Route.new (only for lua examples...
2010-11-10 alegrandBug fix. Now cpu_im can handle tasks whose size is...
2010-11-10 alegrandImprove debugging and fix a broken test that was only...
2010-11-10 alegrandRate should be -1 and not 0... This caused TCP_gamma...
2010-11-10 suterrecv was still in DEBUG instead of VERB
2010-11-10 schnorrinstrumentation of the dax loader and its example
2010-11-10 schnorrtwo additional functions to declare categories (now...
2010-11-10 schnorrnew event to declare a variable type associated with...
2010-11-10 suterchange timed trace output from DEBUG to VERB to disting...
2010-11-09 schnorrre-implementing categorized platform tracing method...
2010-11-09 schnorrisolating uncategorized resource utilization tracing...
2010-11-09 agierschRemove debugging cruft. Sorry for the noise.
2010-11-09 mquinsonFix CMake detection of dependencies between source...
2010-11-09 mquinsonLet it compile in paranoid mode without _XBT_GNUC_UNUSE...
2010-11-09 mquinsonImplement the field width in log formats
2010-11-09 mquinsondocumentation fix
2010-11-09 mquinsonmore verbose autosetting
2010-11-09 agierschForgot this file with commit 8506.
2010-11-09 agierschTesh updates:
2010-11-09 agierschReviewed locking in mmalloc:
2010-11-09 schnorrtracing option to trace uncategorized resource utilization
2010-11-06 genaudChanged optimizing metric to log error
2010-11-05 navarropAdd function xbt_dynar_compare
2010-11-05 navarropBy default setting route symetrical to YES
2010-11-05 navarropAdd a backbone sharing policy in dtd.
2010-11-05 schnorrnew configuration option tracing/smpi/group
2010-11-04 agierschFix build in paranoid mode without tracing support.
2010-11-02 navarropExport JAVA_LIBRARY_PATH for testing.
2010-11-02 navarropInitialized value for compil succed in paranoid mode.
2010-11-02 navarropFix install problem with simgrid_config.h.
2010-10-31 mquinsonDon't mess with MSG internals from ruby, but use the...
2010-10-31 mquinsonuseless cosmetics
2010-10-31 mquinsonremove the link before creating it
2010-10-31 mquinsoncosmetics (change 'self' identifier to 'me' for g+...
2010-10-31 mquinsonprefer out-of-source generated headers
2010-10-31 mquinsonfix file permissions
2010-10-31 mquinsondo not write in source directory when building out...
2010-10-31 mquinsonlet it cross compile for real, now
2010-10-31 mquinsontypo in comments (sorry for the noise)
2010-10-31 mquinsonattempt to let it cross-compile windows from linux...
2010-10-29 coldpeaceupdate...
2010-10-29 coldpeaceadding methods to get Host Properties, and trace file...
2010-10-29 schnorrmaking ping pong be executed 10 times
2010-10-29 schnorradding more categories to instrumented NAS DT benchmark
2010-10-29 schnorrlet pass if action is not being traced with a category
2010-10-28 navarropAdd a verification on pcre.h
2010-10-28 schnorrrenaming dt-trace.c to dt.c inside dt-trace directory
2010-10-28 schnorrusing smpi_shared_[malloc|free] in DT-trace benchmark...
2010-10-28 schnorrsetting categories with SMPI must always be after MPI_Init
2010-10-28 schnorrmaking DT-trace generate binaries with "-trace"
2010-10-28 schnorravoid inclusion of internal headers in user code
2010-10-28 schnorrpreprocessor define for latency bound tracking can...
2010-10-28 schnorralways set latency_bound_tracking to on when gtnets...
2010-10-28 schnorrmoving TRACE_smpi_set_category to smpi_mpi.c so functio...
2010-10-28 schnorrfix on the use of dynar by smpi instrumentation
2010-10-27 navarropRename some functions
2010-10-27 navarropAdd function to "config tag" when using properties.
2010-10-27 navarropFix output problem with gtnets tests.
2010-10-27 navarropFix gtnets support with new routing format.
2010-10-27 navarropAdd tests for fullduplex and symmetrical
2010-10-27 navarropFix tests using link_ctn and route with bypass.
2010-10-27 navarropSetting symetrical = NO by default.
next