Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Mark as volatile a variable used in a CATCH block
[simgrid.git] / src / xbt /
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.
2006-05-09 alegrandPluging mem leaks.
2006-05-09 alegrandAdding convenient access functions.
2006-05-09 alegrandImproving debug informations.
2006-04-21 mquinsonregenerate with the lastest flexml -- and unfortunately...
2006-04-21 mquinsonConvert a printf to an ERROR so that even archs without...
2006-04-20 mquinsonFirst draft of this module's documentation...
2006-04-14 mquinsonInit offset in any case
2006-04-14 mquinsonRework the headers to follow our habits
2006-04-12 mquinsontypo
2006-04-12 mquinsoncosmetics
2006-04-12 mquinsonMake the code more robust: Add debugging outputs, add...
2006-04-12 mquinsonUse long int for the pids, just to be sure without...
2006-04-12 mquinsonsanitize this function name before its API is frozen...
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-12 mquinsonIiiirk. It leaks
2006-04-12 mquinsonMake sure we won't try to survive to unexpected exceptions
2006-04-11 mquinsonTrack the symbols even if they hide in a dynamic librar...
2006-04-11 mquinsonNew function: xbt_display_backtrace(). Sweet while...
2006-04-11 mquinsononly dupplicate the procname when dealing with remote...
2006-04-07 mquinsonDisplay some info about the frames addr2line knows...
2006-04-07 mquinsonThe neat backtraces need a semi-public symbol from...
2006-04-07 mquinsonCatch up with the lastest API breakage
2006-04-07 mquinsonReindent, deal properly with remote exceptions
2006-04-07 mquinsonDisplay neat exceptions backtraces
2006-04-07 mquinsonWe need to store the binary name somewhere to display...
2006-04-06 mquinsonreindent
2006-04-04 mquinsonFound why the backtrace were not propagated anymore
2006-04-04 mquinsonImprove detection of remote exceptions, plus workaround...
2006-04-04 mquinsonplug a memleak on remote exception propagation
2006-03-31 mquinsonDocumentation fixup
2006-03-31 mquinsonStick to the coding standards wrt xbt_host_t structure
2006-03-30 mquinsonTweak things here and there so that we can propagate...
next