Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent
[simgrid.git] / src / xbt /
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
2005-10-03 alegrandremoved a brutal exit. It doesn't make sense in MSG...
2005-09-30 mquinsonput the list of all existing categories in a more visib...
2005-09-21 mquinsonMake the error message both correct and explicit about...
2005-09-21 alegrand"Malformated" is not correct and malformation is only...
2005-09-21 alegrandhelp compilation on grid5000 with the paranoid compilat...
2005-09-20 alegrandsolving the pthread problem. Henri, give it a try on...
2005-09-09 mquinsonDo not free the datacontainer on dynar_reset. The corre...
2005-09-08 mquinsondocumentation fix
2005-09-08 mquinsonFixup the context build
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-09-05 mquinsonThis variable is used only with contexts, not with...
2005-09-05 mquinsonAllow exceptions with NULL msg
2005-08-30 alegrandgetting rid of memleaks.
2005-08-29 alegrandRemoved awful bugs noticed by Henri. And this code...
2005-08-27 mquinsonDocumentation of xbt_log module unmercifully reworked
2005-08-26 alegrandDeprecating stupidly named functions...
2005-08-26 alegrandfixing the doc...
2005-08-25 alegrandStupid me. I hadn't noticed the xbt_dict_get_or_null...
2005-08-25 alegrandCatch not_found_error. I'm just restoring the previous...
2005-08-07 mquinsondon't include execinfo.h directly, but using portable...
2005-08-07 mquinsonActually obey the key_len argument in exception messages
2005-08-07 mquinsonAvoid to use the data after freeing them, even in error...
2005-08-07 mquinsonFix a leak
2005-08-07 mquinsonUps, you may need this
2005-08-07 mquinsonKill the xbt_memdup inline function since it's not...
2005-08-07 mquinsonFix a leak
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonMore xbt_error_t eradication; use xbt_assert where...
2005-08-07 mquinsonSome more xbt_error_t eradication; change mismatch_erro...
2005-08-07 mquinsonMake sure the lens dynar always gets cleaned, even...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-22 alegranddoc fix.
2005-07-05 alegrandgetting rid of unused variables
2005-07-02 mquinsons/TRY/TRYOLD/ I'd like to introduce a TRY macro in...
2005-07-02 alegrandMake context exception-aware. I don't know whether...
2005-07-02 mquinsons/sg/xbt/ ; s/code/category/
2005-07-01 mquinsonAdd a pimple^W^W an helper function
2005-07-01 mquinsons/_XBT_GNUC_FUNCTION/_XBT_FUNCTION/ (that's how to...
2005-07-01 mquinsonfit libex into SimGrid (with an axe, I admit)
2005-07-01 alegranduse a nice va_copy if none was provided by the system
2005-07-01 mquinsonMake sure we have an implementation of asprintf, even...
next