Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2009-05-18 mquinsonAdd regression tests for the lastly fixed bugs in GRAS...
2009-05-18 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonLess debugging info
2009-05-18 mquinsonReindent some code, no real change (should do it for...
2009-05-18 mquinsonfree the exception we display + suporious update of...
2009-05-18 mquinsonxbt_ex_display(): do not free the exception after displ...
2009-05-18 mquinsonReindent, no real change
2009-05-11 mquinsonFix a bug in task exchange which broke MSG_task_get_sen...
2009-05-11 mquinsonmore informative debug messages
2009-05-07 mquinsonAdd an example of process migration in examples/msg...
2009-05-07 mquinsonDocument last changes
2009-05-07 mquinsonPlug a bunch of memleaks
2009-05-05 mquinsonooops, typo
2009-05-05 mquinsondraft implementation of the 4 basic actions
2009-05-05 mquinsonfirst draft of the action runner
2009-04-28 mquinsonInitiate the 3.4 development cycle
2009-04-28 mquinsonUse the aligned size for structures instead of raw...
2009-04-28 mquinsonSome more debug
2009-04-28 mquinsonMore explicit error reporting around the trace connecti...
2009-04-28 mquinsonlittle improvement to the documentation
2009-04-28 mquinsonAdd SIMIX_process_set_name()
2009-04-28 mquinsonChange form of error message so that when host name...
2009-04-28 mquinsonAlso include strbuff from xbt.h
2009-04-28 mquinsonRELEASING VERSION 3.3 v3.3
2009-04-12 mquinsonplug some memleaks
2009-04-12 mquinsoncosmetics
2009-04-12 mquinsondo not brutally kill the listener but ask him politely...
2009-04-12 mquinsondo not close sockets from main thread, but from listene...
2009-04-12 mquinsonreduce the verbosity of *all* setsockopt failures to...
2009-04-11 mquinsonAlso add config.log to checkall.log to get configure...
2009-04-11 mquinsonadd the svn version to the checkall log. I'm getting...
2009-04-11 mquinsonErm. We moved from CVS to SVN a looooong while ago
2009-04-11 mquinsonlower the gravity of the message indicating that setsoc...
2009-04-11 mquinsondo not use -ffast-math, it sometimes breaks lagrangian...
2009-04-11 mquinsonfixup the timings after the lastest updates
2009-04-11 mquinsontypo--
2009-04-11 mquinsontiny documentation improvement
2009-04-11 mquinsonAlso include the str.h header from main xbt.h
2009-04-11 mquinsonallow to define a default value to registered functions...
2009-04-11 mquinsonfix previous commit on gras_userdata_new() by using...
2009-04-11 mquinsonmake sure that the gras_userdata_new() macro returns...
2009-04-11 mquinsona new disabiguisation on the GRAS communication model
2009-04-11 mquinsongras_userdata_new expects the pointed type, not the...
2009-04-11 mquinsonAdd a link from the documentation down to the relevant...
2009-04-11 mquinsonignore generated files from our tutorial file generatio...
2009-04-11 mquinsonRegenerate the output captures of the gras tutorial...
2009-04-08 mquinsontiny improvement of the gras_comm figure
2009-04-08 mquinsonPut associate the INRIA keyword to contributers where...
2009-04-08 mquinsonAdd some more explaination about the network model...
2009-04-08 mquinsonLittle reword in the introduction (switch to current...
2009-04-06 mquinsonalso ignore java cruft in git
2009-04-06 mquinsonAlso work with older test binary which don't understand...
2009-04-06 mquinsonAllow autoconf stuf to be run from another directory
2009-04-06 mquinson-Wall by default
2009-04-06 mquinsonGive tesh the ability to get the CWD to use from the...
2009-03-27 velhoCope with model best gtnets fit, that is latency_factor...
2009-03-27 velhoCope with model best gtnets fit, that is latency_factor...
2009-03-27 velhoCople with new gtnets.c and deployment files.
2009-03-27 velhoReduced message size in dogbone topollogy to speed...
2009-03-27 velhoAdded a parameter for each process, given flow id,...
2009-03-26 mquinsonalso awake the listener after opening a file socket
2009-03-26 mquinsonRevalidate some forgotten 32bit outputs after gras...
2009-03-26 mquinsonDeal with negative indices the same way than too big...
2009-03-26 mquinsonrevalidate the 64bits test outputs after the listener...
2009-03-26 mquinsondynars: use inline functions instead of macros + releas...
2009-03-16 alegrandRemoving these trailing spaces seems to help doxygen...
2009-03-16 alegrandAdd publication (Thanks Derrick!) and fix count in...
2009-03-10 mquinsonignore more ignorable
2009-03-10 mquinsonkill generated files out of the svn, damnit
2009-03-10 mquinsonRevalidate the outputs I can test on my machine (build...
2009-03-10 mquinsonGras listener thread of each process do select(-1)...
2009-03-10 mquinsonbe more explicit when we die because we got an unknown...
2009-03-10 mquinsonno need to sleep(1), it slows down my tests
2009-03-10 mquinsondon't open master socket before we declared the message...
2009-03-10 mquinsonFix a small bug found by eclipse, and change some detai...
2009-03-10 alegrandAdd references from myself, Loris and Kurt.
2009-03-04 mquinsonfix up synchronization of documentation on web site
2009-03-04 mquinsontypo in unit test name
2009-03-04 mquinsonReadd the example with pointed data in the documentation
2009-02-24 alegrandFix the bug on MSG_task_put_bounded raised by Fredo...
2009-02-24 alegrandAvoid C++ comments.
2009-02-15 casanovaFixed a race condition in msg for communication between...
2009-02-14 casanovaAdded a reference counter to the s_smx_action data...
2009-02-04 mquinsonI shouldn't do dcommit that fast
2009-02-04 mquinsonactually, I have some more gitignore files
2009-02-04 mquinsonyeah, right all of us use git-svn these days. No need...
2009-01-29 mquinsonmemleak founds by cppcheck
2008-12-12 mquinsonIntroduce log appenders
2008-12-12 mquinsondo not display backtrace capturing stuff in the display...
2008-12-12 mquinsonkill an unused variable, fix a segfault after resizing...
2008-12-12 mquinsonAdd --surf-path so that testing remains possible with...
2008-12-11 mquinsonrename build directory into buildtool to avoid name...
2008-12-11 mquinsonkeep documentation in sync with implementation
2008-11-26 alegrandAdd useful gnets headers to the dist.
2008-11-26 alegrandAdd debug on topology.
2008-11-25 velhoRemoving libtool file from repository.
2008-11-25 velhoSolving libtool conflict.
2008-11-25 velhoRemoved bogus +1 while printing flow id coping with...
2008-11-25 velhoAdded the weight model improvements to lagrange models.
2008-11-25 velhoGtnets file that cope with previous Kayo Fujiwara exper...
next