Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2010-11-23 mquinsonmore debug
2010-11-23 mquinsoncleanup the text files around the actions; tesh files...
2010-11-23 mquinsonthat should never have landed in the SVN in the first...
2010-11-23 mquinsonAlways decrement the semaphore capacity, even if it...
2010-11-23 agierschSynchronize threads before exit on armageddon.
2010-11-23 schnorrno longer need to call TRACE_start and TRACE_end on...
2010-11-23 schnorrSD_init and SD_exit call TRACE_start/end if tracing...
2010-11-23 schnorrupdating smpirun to use new tracing option (otherwise...
2010-11-23 schnorrupdating tesh files to go ok with new tracing option
2010-11-23 schnorrTRACE_start and TRACE_end should no longer be called...
2010-11-23 schnorrtracing: new configuration option to control if tracing...
2010-11-23 schnorradding XBT_IN with 6 parameters
2010-11-23 schnorrremoving log message from network constant model
2010-11-23 navarropUpdate memcheck tests.
2010-11-23 navarropRemove tracing from buildname.
2010-11-23 navarropUpdate script for pipol
2010-11-23 navarropAdd a dependency for smpi.
2010-11-23 navarropCosmetics.
2010-11-22 piniSupport for Fortran code in SMPI based on f2c, some...
2010-11-22 navarropEnable supernovae only if all needed tools are installed.
2010-11-22 navarropMake static libraries if enabled with supernovae mode.
2010-11-22 navarropThose messages should appear only on Mac platform.
2010-11-22 navarropAdd function generic_new_route.
2010-11-22 navarropCompletely remove parse_routes table.
2010-11-22 navarropAdd tests for floyd model.
2010-11-22 navarropUpdate script for make a remake a tesh file.
2010-11-22 navarropAdd new scripts to distrib.
2010-11-22 navarropMake new function model_floyd_set_route for route and...
2010-11-22 navarropPrint more information in xbt_dynar_compare.
2010-11-22 navarropCalled the same function for set route and ASroute...
2010-11-22 navarropAdd two new structs that contains a list of link_name...
2010-11-22 navarropDelete the temporary route table for model Full.
2010-11-22 navarropFix full flag mode with Mac.
2010-11-22 navarropPermit to enable maintainer_mode on mac and Windows...
2010-11-22 navarropAdd verification for LUA_CPATH for use require.
2010-11-18 navarropUpdate liste of failure tests.
2010-11-18 velhoAdded deployment file for fullduplex model.
2010-11-18 velhoAdded test files for testing fullduplex TCP model.
2010-11-18 velhoAdd example to test the fullduplex aware TCP model...
2010-11-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
2010-11-18 velhoAdd more precision to the output for colorize.pl
2010-11-18 velhoFix compilation warning.
2010-11-18 velhoRidiculously tiny economy of a stupid useless allocation.
2010-11-18 velhoAllow the get_route function to be used twice in a...
2010-11-18 velhoNow for null communications MSG_get_task_remaining...
2010-11-18 velhoBug fix. This is a backroute!
2010-11-18 velhoAdd debug information.
2010-11-18 navarropAdd more path to find Lua
2010-11-18 navarropFix detection of lua.h on linux
2010-11-18 navarropFix lua detection on apple and re-enable option lua...
2010-11-18 piniUpdate default platform in smpirun.
2010-11-18 piniMPI_Comm_split is back to life.
2010-11-18 navarropHide options on apple or windows if they are not worked...
2010-11-17 navarropMake example dot if graphviz is enable and if it is...
2010-11-17 navarropMake example dot if graphviz is enable.
2010-11-17 mquinsonRevert 'Delete the temporary route table for model...
2010-11-17 navarropFix graphviz on Linux.
2010-11-17 navarropTry to install doc if enable.
2010-11-17 navarropDelete the temporary route table for model Full.
2010-11-17 navarropFix problem with detection of graphviz.
2010-11-16 thieryAdd symetrical=NO to msg_platform.xml (symetrical is...
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...
next