Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not use strcpy for overlapping areas
[simgrid.git] / src /
2008-04-02 alegrandBug Fix. This function used to return the last task...
2008-03-17 cheriermrand_r() function is not implemented on Windows
2008-03-15 mquinsonThe dirty commit Arnaud refuses to do
2008-03-15 alegrandUse a random generator that updates its seed so that...
2008-03-15 alegrandHandle action whose latency is 0.
2008-03-15 alegrandUse a random number for latency instead of a constant...
2008-03-15 alegrandGetting rid of rates.
2008-03-15 alegrandGetting rid of lmm_variables and lmm_systems.
2008-03-15 alegrandGetting rid of network_links.
2008-03-15 alegrandGetting rid of the routing table.
2008-03-15 alegrandDon't call lmm_solve and correctly use latency in updat...
2008-03-15 alegrandupdate_actions_state
2008-03-15 alegrandClean the communicate function.
2008-03-15 alegrandStarting to code a "constant" network model.
2008-03-15 alegrandAdd seed management to have independant streams.
2008-03-15 alegrandUse doubles for random generators instead of ints and...
2008-03-15 alegrandMove a definition around so that other network models...
2008-03-15 alegrandThe interaction between the parser and the surf modules...
2008-03-15 alegrandcosmetic
2008-03-15 alegrandCleanup in includes.
2008-03-07 mquinsonFix a god damn race condition: make sure nobody changes...
2008-03-07 mquinsonpublish a symbol used by a test, for the poor souls...
2008-03-07 mquinsoncosmetics
2008-03-07 marklsmoved XBT_LOG_CONNECT calls into smpi_global so that...
2008-03-06 marklsfixed nasty border condition bug.
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-06 mquinsonCosmetics on the way the documentation of the tree...
2008-03-06 mquinsonStupid microsoft compiler not understanding the basic...
2008-03-06 mquinsonStrict ANSI compilers (such as microsoft ones) do not...
2008-03-06 mquinsonautogenerated
2008-03-06 mquinsonRegenerate all flexml-generated files to fix a FTBFS...
2008-03-06 mquinsonregenerate all makefiles.in with the lastest autotools
2008-03-05 alegrandBug Fix: The symptom is hard to describe. Sometimes...
2008-03-05 alegrandBug fix in the trace management: the power value was...
2008-03-05 alegrandcosmetics
2008-02-28 marklsadded simple usage message to smpirun and removed nonwo...
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2008-02-03 mquinsonReintroduce a more robust hack here
2008-02-03 mquinsonRemove a useless and now harmful rapid hack
2008-01-25 alegrandAdd comments on how to hack surf to seamlessly handle...
2008-01-23 mquinsonOops. Forgot a stub
2008-01-23 mquinsonDo not prepare backtraces for display in backtrace_curr...
2008-01-23 mquinsonAnd now, fix the linux layer for backtrace extraction...
2008-01-23 mquinsonRegenerating autogenerated files
2008-01-23 mquinsonDamnit. Cross-compiling adds the pickyness of gcc to...
2008-01-23 mquinsonAllow gcc cross-compiling targetting windows, which...
2008-01-23 mquinsonDamit, leftover of the gcc syntax for inline assembly
2008-01-23 mquinsongive up on cross-compiling backtrace code from gcc...
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows, and...
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows
2008-01-23 mquinsonVarious cleanups+allow cross-compilation with gcc
2008-01-23 mquinsonOther try at killing that singleton
2008-01-23 mquinsonOther try at killing that singleton
2008-01-22 mquinsontry to kill the singleton design pattern
2008-01-22 mquinsonEnd of last commit about cleaning up windows backtraces...
2008-01-22 mquinsonSeparate the dummy implementation of the backtraces...
2008-01-22 mquinsonCleanups: kill code dupplication
2008-01-22 mquinsonxbt_new raises an exception on error, no need to check...
2008-01-22 mquinsonErm. Reindenting did not make the trick on assembly...
2008-01-22 mquinsonFix another small signess issue
2008-01-22 mquinsonFix a small signess issue
2008-01-22 mquinsonReindent (no real change)
2008-01-22 mquinsonMove a bit of code into the platform-dependent files...
2008-01-18 mquinsonAnd now, fix the other arguments of makecontext to...
2008-01-18 mquinsonFix the prototype of the context running wrapper to...
2008-01-11 cheriermDelete the auto aliasing
2008-01-11 cheriermUsage of xbt_new0 instead calloc
2008-01-11 cheriermrename msg_mailbox.h to mailbox.h
2008-01-11 cheriermrename msg_mailbox.h mailbox.h
2008-01-11 cheriermThis change is relative with the mailbox concept :
2008-01-11 cheriermA distraction
2008-01-11 cheriermadd the inclusion of the dbg_help.h header, remove...
2008-01-07 mquinsonSimplification (plus remove a warning blocking the...
2008-01-07 mquinsonAlso distribute the msg_mailbox header in the tarball
2008-01-07 mquinsonsplit windows and linux backtrace setup out of the...
2008-01-07 mquinsonFix english, use more XBT str functions, some little...
2008-01-07 cheriermDo not export the mailbox functions now.
2008-01-07 cheriermA distraction
2008-01-07 cheriermExport the mailbox functions.
2008-01-07 cheriermRemove the unused variable item.
2008-01-07 cheriermAdd end line in msg_mailbox* files and add the file...
2008-01-07 cheriermAdd the mailbox source file and header.
2008-01-07 cheriermThis change introduce the new mailbox concept.
2008-01-07 cheriermAnsi declaration of the variables (at the beginning...
2008-01-07 cheriermAdd the backtrace in the table of string only if the...
2008-01-07 cheriermDestroy the context of the maestro after the call of...
2007-12-24 marklssome of the action checking code didn't work right...
2007-12-23 marklsaccidently tried to compare action to state. now fixed.
2007-12-23 marklsblah
2007-12-21 cheriermImplementation of the back trace functions for Win32...
2007-12-20 mquinsonops, leftover
2007-12-20 mquinsonmv surfxml.dtd simgrid.dtd
2007-12-20 mquinsonRegenerate with flexml 1.7
2007-12-20 mquinsonThis file needs stdio.h for sprintf (it could use bprin...
2007-12-20 mquinsonThese two certainly do not need hardcore portability...
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-18 mquinsonDos2unix (second try)
2007-12-18 mquinsonDos2unix
2007-12-14 quasarsolved a bug in route:multi. routes to where not added...
next