Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a typo so that the regular version still compiles
[simgrid.git] / src /
2006-09-26 mquinsonFix a typo so that the regular version still compiles
2006-09-26 mquinsonImplement GRAMINE
2006-09-25 mquinsonRevert last change since it did nothing beside arming...
2006-09-25 mquinsoncosmetics (I'm an code esthetic freak, I know)
2006-09-25 mquinsoncosmetics
2006-09-25 mquinsonMake this file compilable under both win & lin manually...
2006-09-25 cheriermIncludes portable.h file header for use of the va_copy...
2006-09-25 cheriermDeclare all variables at the begining for ANSI C standa...
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-25 cheriermIncludes graphxml.h to allow compilation on Builder...
2006-09-25 cheriermIncludes context_win32.h file header to allow compilati...
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-25 cheriermNo ucontext_stack.h file header on win32 platform.
2006-09-25 eyraudlMake AMOK bandwidth tests more robust.
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-22 mquinsonThis file does not exist, no idea how it compiles with...
2006-09-22 eyraudlGoing back on previous changes, which do not work on...
2006-09-21 eyraudlReserve more room for writing pointer addresses to...
2006-09-21 eyraudlMark as volatile a variable used in a CATCH block
2006-09-20 mquinsonMark as volatile a variable used in a CATCH block
2006-09-20 mquinsonMark as volatile a variable used in a CATCH block
2006-09-20 mquinsonTest the usage of empty dictionaries
2006-09-19 mquinsonAnd now, let the CVS compile properly. I hate that...
2006-09-07 mquinsonMake sure that we won't try to reuse a socket closed...
2006-09-07 mquinsoncleanup
2006-09-07 mquinsonSome more info in comments
2006-09-07 mquinsonAnd now, let it compile cleanly
2006-09-07 mquinsonRemove Darina's cruft. No idea why it survived so long
2006-09-06 mquinsonavoid namespace polution (s/aligned/ddt_aligned/)
2006-09-06 alegrandFix C++ comment
2006-08-31 alegrandSome values were close to 0 instead of equal to 0,...
2006-08-31 alegrandMoving surf_double_update (in surf_private.h) to double...
2006-08-29 mquinsonLet's declare that the library is stable (interface...
2006-08-28 mquinsonExplain the linker that all our symbols are defined...
2006-08-27 mquinsonAlso reset the refs dict instead of freeing it each...
2006-08-27 mquinsonNo need to memset what we will free one line afterward
2006-08-27 mquinsonAdd port number to process identification in logs,...
2006-08-27 mquinsonAlso shut amok down
2006-08-27 mquinsonOk, Paje is in a sorry state, but this leads to segfaul...
2006-08-27 mquinsonSTFU
2006-08-27 mquinsonCheck PROPERLY whether there is more data to consume...
2006-08-27 mquinsonSome more debuging
2006-08-24 mquinsonSIGURS1 is not defined on windows (but signal() and...
2006-08-22 mquinsonDon't bother emptying empty dicts in dict_reset
2006-08-22 mquinsonUse the new dict_reset function to improv perfs a bit
2006-08-22 mquinsonImplement a dict_hash_ext function able to deal with...
2006-08-22 mquinsoncosmetics (add missing braces so that adding debugging...
2006-08-22 mquinsonhexa_str prototype changed to allow right-to-left displ...
2006-08-22 mquinsonLet xbt_dict_hash work also with non-null terminated...
2006-08-22 mquinsonThis function is private thus static
2006-08-22 mquinsonImprove the hexa displayer by separating raw and hex...
2006-08-22 mquinsonCheck that we can have the content being different...
2006-08-22 mquinsonImprove a bit the test on searching non-existant data
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-11 thieryFix a seg fault when xbt_exit is called more than once
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 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-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 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 mquinsonkill unused struct
2006-08-01 mquinsonFix a vicious bug: TCP socket use a buffer and read...
2006-07-31 thieryAdd a sequential mode to the workstations. In this...
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 mquinsontypo
2006-07-19 mquinsonTypo (?)
next