Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to retrieve the libdata of a remote host in SG
[simgrid.git] / src / xbt /
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...
2006-03-30 alegrandfiner inclusion of sysdep.h
2006-03-30 alegrandmissing } that prevented compilation
2006-03-30 dimitrovreset the xbtdata at the and of topologicalsort (forgotten)
2006-03-30 alegrandbad position for the initialization.
2006-03-29 dimitrovAdding topological sort.
2006-03-28 alegrandKeep up with last dtd extensions.
2006-03-28 alegrandextending the graph structure to handle last dtd modifi...
2006-03-28 alegrandExtending the dtd
2006-03-27 alegrandAvoid endless bogus messages when an exception is raise...
2006-03-27 alegrandChanged the convention for undirected graphs to decreas...
2006-03-27 alegrandfix comments...
2006-03-27 alegrandAdd a xbtdata field to nodes and edges. This field...
2006-03-27 alegrandget rid of invalid data value given during parsing
2006-03-27 alegrandhandle directed graphs in graphviz export
2006-03-27 alegrandStupid me! I had swapped function names..
2006-03-27 alegrandplug memleak, fix uninitialized values, export functions
2006-03-27 alegrandstoring edges is useless and causes some segfaults...
2006-03-27 dimitrovshortest path algorithm already working
2006-03-24 dimitrovbugs fixed in graph destructors
2006-03-22 dimitrovsome test code and bugs fixed + add of some accessors...
2006-03-21 alegrandkeep up with last Darina's modifications of the DTD
2006-03-21 dimitrovadd a length attribute to edge node
2006-03-21 alegrandMake last version of flex (2.5.33-2) happy.
2006-03-21 alegrandKeep up with last API modifications induced by flexml...
2006-03-21 alegrandEnable surfxml to live with an other xml parser in...
2006-03-20 alegrandAdding basic parsing functions to the graph library
2006-03-20 alegrandAdding a XML graph parser
2006-03-20 alegrandsimple dtd for graphs
2006-03-14 alegrandAdding licence + cosmetics
2006-03-14 dimitrovconstructors and destructors for graph structures
2006-03-13 alegrandfirst guess
2006-03-10 dimitrovAdding a stub for the graph library.
2005-12-05 mquinsonReduce the context stack size from 512k to 128k, and...
2005-10-24 mquinsonno variable declaration in the middle of the code,...
2005-10-23 mquinsonAnd now get doxygen AND compilation AND testsuite worki...
2005-10-23 mquinsonMake sure doxygen still finds the code examples after...
2005-10-23 mquinsonDisplay what's going on as the unit is running, not...
2005-10-23 mquinsonconvert the modules dict, dynar and swag to unit testing
2005-10-23 mquinsonPort set datacontainer to unit testing
2005-10-23 mquinsonMake the current unit a global instead of passing it...
2005-10-23 mquinsonThese modules does not use logging anymore now that...
2005-10-23 mquinsonConvert config module to unit testing
2005-10-23 mquinsondeal with suite title which title are multiple of 2
2005-10-23 mquinsonReadd the example we need in the documentation, they...
2005-10-23 mquinsonAdd a tool to automatically extract the test units...
2005-10-22 mquinsonRename testsuite to cunit (more sexy name); integrate...
2005-10-22 mquinsonMove OSSP testsuite code out of the testsuite/ dir...
2005-10-22 mquinsonSanitize the documentation of heap: group defined in...
2005-10-19 alegrandmake g++ happy
2005-10-19 alegrandmake g++ happy
2005-10-11 alegrandmoved to %f instead of %g. It's usefull when values...
2005-10-03 mquinsonGet the simulated exceptions as verbose as real ones
next