Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change free by xbt_free_f
[simgrid.git] / src / xbt /
2007-02-07 cheriermchange free be xbt_free_f
2007-02-07 cheriermnow contains xbt_free_f implementation
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-18 eyraudlUse the correct value for the number of elements in...
2007-01-16 mquinsonAnother doc improvement
2007-01-16 alegrandFix the doc.
2006-12-21 cherierma directory for all builds
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-10-06 mquinsoncosmetics
2006-10-06 mquinsonRemove old cruft
2006-10-05 cheriermUpdate xbt_log_parse_setting() to consider the CRITICAL...
2006-10-05 cheriermConsider the case of windows context, update xbt_contex...
2006-10-01 mquinsoncosmetics
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsonRemove the #line directive from the flex generated...
2006-09-26 cheriermRemoves commented code.
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 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-20 mquinsonTest the usage of empty dictionaries
2006-09-07 mquinsoncleanup
2006-09-06 alegrandFix C++ comment
2006-08-22 mquinsonDon't bother emptying empty dicts in dict_reset
2006-08-22 mquinsonImplement a dict_hash_ext function able to deal with...
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 mquinsonCheck that we can have the content being different...
2006-08-22 mquinsonImprove a bit the test on searching non-existant data
2006-08-15 thieryAdd functions to remove elements from a set
2006-08-15 thieryAdd a function xbt_dynar_shrink
2006-08-14 thieryUse mallocators for dictionaries
2006-08-11 thieryFix a seg fault when xbt_exit is called more than once
2006-08-09 thieryMalloc instead of calloc
2006-08-09 thieryUse a mallocator for the fifo items
2006-08-04 thieryChange parameter names from 'head' to 'dict'. Add two...
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 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 mquinsonkill unused struct
2006-07-31 mquinsonPlug a memleak found by FS
2006-07-28 thieryIt was hard to use FIFOs when xbt_fifo_push was not...
2006-07-19 mquinsonGeneration with flex-1.5.3
2006-07-19 mquinsonlog tweakings
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2006-07-18 mquinsonRevert last change since it makes valgrind angry. No...
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-07-18 mquinsonTry to catch up with last cleanup in the function type...
2006-07-18 thieryFree set->catname even if it was incorrect
2006-07-17 mquinsonRename xbt/module.c into xbt/xbt_main.c since this...
2006-07-17 mquinsonGet xbt_init seeding the system random generator
2006-07-16 mquinsonDocumentation improvements
2006-07-13 mquinsonflexml 1.5.1 will save the world
2006-07-13 mquinsonFix on hppa: there is no working backtrace() there
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-09 mquinsonNo need to scary the users for this
2006-07-06 mquinsonFix a stack corruption when xbt_dynar_remove_at was...
2006-07-05 mquinsonSmall typo (thanks gcc-4.1 for noticing)
2006-07-05 mquinsonDo use the result value of this test (thanks gcc-4...
2006-07-05 mquinsonMake sure some paranoid compilers don't choke on our...
2006-06-20 mquinsonProper module use count to plug a (tiny) memleak
2006-06-20 mquinsonDo really fill this with zeros
2006-06-13 mquinsonWhy the hell should pointer address printing be somethi...
2006-06-13 mquinsonSome new functions to this. Bloatware, here we come.
2006-06-09 mquinsoncosmetics
2006-06-09 mquinsonA new datacontainer: the matrix
2006-06-01 mquinsoncosmetics, and make two different error messages look...
2006-06-01 mquinsonNew function to get the element count of a set
2006-06-01 mquinsonNew functions to search in dynars (plus some cosmetics)
2006-05-29 alegrandretrive -> retrieve
2006-05-26 alegrandAdd new convenient functions.
2006-05-22 mquinsonNew function: xbt_host_copy (even if it's trivial)
2006-05-19 mquinsonAnd now, this damn 5-lines function without trivial...
2006-05-19 mquinsonNew function: xbt_host_from_string() creating an xbt_ho...
2006-05-19 mquinsonEnable timestamping of messages emitted out of any...
2006-05-16 alegrandAdding a set_data function.
2006-05-16 mquinsonsanitize the memory management
2006-05-16 mquinsonUse xbt/host module
2006-05-16 mquinsonA function handy when storing dynars in dynar or dicts
2006-05-16 mquinsonSome (trivial) helping functions around xbt_host_t
2006-05-10 mquinsondo not launch addr2line when we failed to find sensible...
2006-05-09 alegrandCosmetics.
next