Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let the ruby tesh files work even without the symlink
[simgrid.git] / src /
2010-11-28 mquinsonChange the way supernovae files are generated so that...
2010-11-28 mquinsonregenerate
2010-11-28 mquinsonchange the way unit testing is handled by cmake. Put...
2010-11-27 mquinsonlet the decoupling of main lib and bindings work in...
2010-11-26 mquinsonReduce the coupling between java bindings and main...
2010-11-26 mquinsonreduce the coupling between main lib and java binding
2010-11-26 mquinsoncosmetics
2010-11-26 mquinsonkill the (unused) lua context factory. Lua does fine...
2010-11-26 mquinsonReduce the coupling between main library and ruby bindings
2010-11-26 mquinsoncleanup: kill unused variable
2010-11-26 piniSupport more MPI calls in fortran.
2010-11-26 pinismpif2c: Compile common structs and building function...
2010-11-26 piniRemove old debugging stuff.
2010-11-26 thieryReplace INFO0+bprintf by INFO6
2010-11-26 thieryFix a memory leak in simix
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-11-26 mquinsonmore clear paranoia message
2010-11-26 navarropAdd missing "s".
2010-11-26 mquinsonmore verbose debuging infos
2010-11-26 mquinsonreduce verbosity in that area
2010-11-26 mquinsonsome more paranoia to track that damn bug
2010-11-26 mquinsoncosmetics
2010-11-25 navarropAdd new tests and exes for windows.
2010-11-25 mquinsonimplement refcount on sockets since they are somehow...
2010-11-25 mquinsonmore explicit error messages
2010-11-25 piniRevert "Always decrement the semaphore capacity, even...
2010-11-25 schnorrgraph of platform is always traced if tracing is enabled
2010-11-24 mquinsonimplement gras_agent_spawn in RL, kill the data argumen...
2010-11-24 mquinsoncosmetics
2010-11-24 mquinsonBe less picky about the passed arguments
2010-11-24 mquinsonnote in the comments the truth about a temptating ...
2010-11-24 mquinsoninitialize a variable, and some more debug
2010-11-23 mquinsonAlways decrement the semaphore capacity, even if it...
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 schnorrTRACE_start and TRACE_end should no longer be called...
2010-11-23 schnorrtracing: new configuration option to control if tracing...
2010-11-23 schnorrremoving log message from network constant model
2010-11-22 piniSupport for Fortran code in SMPI based on f2c, some...
2010-11-22 navarropAdd function generic_new_route.
2010-11-22 navarropCompletely remove parse_routes table.
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-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
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 piniUpdate default platform in smpirun.
2010-11-18 piniMPI_Comm_split is back to life.
2010-11-17 mquinsonRevert 'Delete the temporary route table for model...
2010-11-17 navarropFix graphviz on Linux.
2010-11-17 navarropDelete the temporary route table for model Full.
2010-11-17 navarropFix problem with detection of graphviz.
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-11-15 mquinsonregenerate
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 detection of asymetric routes errors in platform...
2010-11-12 thieryFix compilation warnings in the dynar test
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 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 coldpeacecleanups
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 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-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 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 agierschReviewed locking in mmalloc:
2010-11-09 schnorrtracing option to trace uncategorized resource utilization
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 navarropInitialized value for compil succed in paranoid mode.
2010-10-31 mquinsonDon't mess with MSG internals from ruby, but use the...
2010-10-31 mquinsonuseless cosmetics
next