Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2006-08-22 mquinsonthe option --enable-maintainer-mode should be used...
2006-08-20 thieryThis file didn't compile
2006-08-18 thieryAdd documentation for Surf
2006-08-15 thieryAdd functions to remove elements from a set
2006-08-15 thieryAdd a function xbt_dynar_shrink
2006-08-14 thieryThis dict was not freed
2006-08-14 thieryUse mallocators for dictionaries
2006-08-12 mquinsonMove this article to the right section (none of us...
2006-08-12 mquinsonMake the context test a bit more expressive to newcommers
2006-08-12 casanovaAdded the reference to the article:
2006-08-11 thieryFix a seg fault when xbt_exit is called more than once
2006-08-10 mquinsonRevert last change. context in SG mean the API we have...
2006-08-10 mquinsonDo not check our context code on hosts where configure...
2006-08-10 thieryRemove useless and costly strdups in platform file...
2006-08-10 thieryUse a mallocator for MSG tasks
2006-08-09 thieryMalloc instead of calloc
2006-08-09 thieryForgot to initialize a field
2006-08-09 thieryUpdate SimDag example
2006-08-09 thieryThere was too many reallocs
2006-08-09 thieryUse malloc instead of calloc because reset_f is called...
2006-08-09 thieryUse a mallocator for the fifo items
2006-08-08 thieryFix uninitialized values
2006-08-08 thieryDon't malloc a new dict each time in execute_parallel_task
2006-08-08 thieryUse a mallocator for Surf variables
2006-08-08 thieryUse malloc instead of calloc
2006-08-08 thieryAdd mallocators into Makefile
2006-08-04 mquinsonDocument the name of type descriptions created with...
2006-08-04 thieryChange parameter names from 'head' to 'dict'. Add two...
2006-08-04 thieryImprove the function SD_task_get_state
2006-08-04 thieryRemove useless reallocs
2006-08-04 thieryOptimize function SD_route_get_list()
2006-08-04 thieryBad comment
2006-08-04 thieryAdd Doxygen documentation for mallocators
2006-08-04 thieryReplace an exception by an assertion
2006-08-04 thieryAdd mallocators in ChangeLog
2006-08-03 thieryReset an object only when the user needs it
2006-08-03 thieryAdd a mallocator system to recycle unused objects inste...
2006-08-03 thieryReimplement dictionaries as hashtables
2006-08-02 mquinsondocument my last change (unit selection in testall...
2006-08-02 mquinsonAdd a clean-unit target which removes any extracted...
2006-08-02 mquinsonAllow the user to specify which tests should be run...
2006-08-02 mquinsonPlug memleaks in the runned tests. Yeah, I'm vicious...
2006-08-02 mquinsonMake sure that mod won't go undefined when an exception...
2006-08-02 mquinsonDocument a bug fix, and cosmetics
2006-08-02 mquinsoncosmetics
2006-08-02 mquinsonKill old unused stuff
2006-08-02 mquinsonkill unused struct
2006-08-01 mquinsonMake room for the other lessons on data description
2006-08-01 mquinsonLesson 9 is done
2006-08-01 mquinsonFix a vicious bug: TCP socket use a buffer and read...
2006-07-31 mquinsonMake room for the simpledata lesson
2006-07-31 mquinsonimprove my helping target
2006-07-31 mquinsonMassive file renaming (stupid CVS) so that we can have...
2006-07-31 mquinsonMassive file renaming (stupid CVS) so that we can have...
2006-07-31 mquinsonDocument lastly added FAQ
2006-07-31 mquinsonNew entry: how to repport bugs
2006-07-31 mquinsonOups, previous commit was a bit premature. Properly...
2006-07-31 mquinsonGroup valgrind related entries
2006-07-31 mquinsonGroup valgrind related entries
2006-07-31 mquinsontypo
2006-07-31 mquinsonMake more clear that some entries are MSG specific
2006-07-31 mquinsonNew section: 'pushing the limits', with the entries...
2006-07-31 mquinsonKill oldies deprecated by the tutorial
2006-07-31 mquinsonalso post-process the examples
2006-07-31 mquinsonAlso post-process the tutorial
2006-07-31 mquinsonDocument my code changes too, and reformat the document...
2006-07-31 thieryDocument my last changes too
2006-07-31 mquinsonDocument my last changes (documentation improvement)
2006-07-31 thieryAdd a sequential mode to the workstations. In this...
2006-07-31 mquinsonNew question: Valgrind spits tons of errors
2006-07-31 mquinsonNo need to warn the user 4 times. Instead, explaining...
2006-07-31 mquinsonPlug a memleak found by FS
2006-07-31 mquinsonRevert part of the last change since it let the make...
2006-07-28 thieryIt was hard to use FIFOs when xbt_fifo_push was not...
2006-07-20 mquinsonsome more paje state poping
2006-07-20 mquinsonFix a bug in our usage of Paje
2006-07-19 mquinsonGeneration with flex-1.5.3
2006-07-19 mquinsonGet the flexml rules right
2006-07-19 mquinsonAlso clean the generated makefile under its new name
2006-07-19 mquinsontypo
2006-07-19 mquinsonTypo (?)
2006-07-19 mquinsonAnd now, add the right header to the dist (sorry)
2006-07-19 mquinsonAdd a missing header to archives
2006-07-19 alegrandadd more debugging
2006-07-19 mquinsonReduce debug loggings to their real value
2006-07-19 mquinsonYeah, right. Comments within comments. Erm. No comments
2006-07-19 mquinsonDocument tools/xbt_exception_checker
2006-07-19 mquinsonA little script which saved my soul one day I messed...
2006-07-19 mquinsonSwitch from libdata to moddata (to ensure the correctne...
2006-07-19 mquinsoncleanup the GRAS+AMOK initialization schema
2006-07-19 mquinsongras_modules come into the dance, cleanup the GRAS...
2006-07-19 mquinsongras_modules come into the dance
2006-07-19 mquinsonlog tweakings
2006-07-19 mquinsoncosmetics
2006-07-19 mquinsonMake room for moddata along with libdata during the...
2006-07-19 mquinsonNew, proper, module mecanism. Still missing dependency...
2006-07-19 mquinsonAdd a define directly setting the correct element heade...
2006-07-19 mquinsontest_sg.in
2006-07-19 mquinsonguardrail
2006-07-19 mquinsonProtect the link address
next