Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement SD_task_schedule, SD_task_unschedule and other SimDag stuff.
[simgrid.git] / include / xbt /
2006-06-14 thieryMissing LOG 9 and LOG10 when XBT_LOG_MAYDAY is defined
2006-06-13 mquinsonSome new functions to this. Bloatware, here we come.
2006-06-13 mquinsonAdd a type to our collection
2006-06-13 mquinsonI admit. DEBUG10 is purely insane
2006-06-09 mquinsonSome new functions specific to matrices of double
2006-06-01 mquinsonNew function to get the element count of a set
2006-06-01 mquinsonvirtu needs this
2006-06-01 mquinsonNew functions to search in dynars
2006-05-29 alegrandretrive -> retrieve
2006-05-26 alegrandAdd new convenient functions.
2006-05-24 mquinsonSearch typedefs of pointer to function where they now...
2006-05-24 mquinsonA new datacontainer: the matrix
2006-05-24 mquinsonMove typedefs of pointer to function to their own file...
2006-05-22 mquinsonNew function: xbt_host_copy (even if it's trivial)
2006-05-19 mquinsonNew function: xbt_host_from_string() creating an xbt_ho...
2006-05-16 mquinsonyup man. I needed THROW7
2006-05-16 alegrandAdding a set_data function.
2006-05-16 mquinsonglitch fix in host.h, and remove host_t cruft from...
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-16 mquinsonLet RETHROW4 and RETHROW5 work
2006-05-10 alegrandLet's be nice with C++ users...
2006-05-09 alegrandAdding convenient access functions.
2006-04-25 mquinsonregenerate with lastest flexml
2006-04-25 mquinsonthe gcc attribute 'unused' made portable
2006-04-25 mquinsonAllow to declare a log category and not use it right...
2006-04-24 alegrandadding convenient XBT_IN5 macro
2006-04-20 mquinsonFirst draft of this module's documentation...
2006-04-14 mquinsonRework the headers to follow our habits
2006-04-12 mquinsonAlso display the pid on backtraces
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-11 mquinsonNew function: xbt_display_backtrace(). Sweet while...
2006-04-11 mquinsononly dupplicate the procname when dealing with remote...
2006-04-07 mquinsonBreak the API once again so that we can reset the struc...
2006-04-07 mquinsonWe need to store the binary name somewhere to display...
2006-04-06 mquinsonAdd an emergency debugging facility (cannot use regular...
2006-04-04 mquinsoncosmetics
2006-04-04 mquinsonImprove detection of remote exceptions
2006-04-03 mquinsonAllow up to 8 params to the INFO logging severity
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 mquinsonRemove the old crufty navigation bars
2006-03-30 alegrandfiner inclusion of sysdep.h
2006-03-29 dimitrovAdding topological sort.
2006-03-28 alegrandKeep up with last dtd extensions.
2006-03-28 alegrandExtending the dtd
2006-03-27 alegrandAdded an (non-tested yet) implementation of the Prim...
2006-03-27 alegrandplug memleak, fix uninitialized values, export functions
2006-03-27 dimitrovshortest path algorithm already working
2006-03-24 dimitrovbugs fixed in graph destructors
2006-03-24 mquinsonMake doxygen happy by providing a short description...
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 alegrandMake last version of flex (2.5.33-2) happy.
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 alegrandfactoring + some functions go public
2006-03-14 alegrandAdding licence, getting rid of useless includes and...
2006-03-14 dimitrovoooups, we need this one as well.
2006-02-23 alegrandg++ needs love...
2006-02-15 mquinsonMake the maximal backtrace size configurable
2006-02-13 mquinsonRework the documentation navigation
2006-01-02 mquinsonKill a navbar
2005-12-06 mquinsonLet it compile even in NDEBUG (xbt_assert is then defin...
2005-10-24 mquinsonPut all typedef of generic callbacks in the same place
2005-10-23 mquinsonMake sure doxygen still finds the code examples after...
2005-10-23 mquinson+= xbt_test_assert
2005-10-23 mquinsonMake the current unit a global instead of passing it...
2005-10-23 mquinsonLet xbt_die die with an exception so that we get the...
2005-10-23 mquinsonDamn, there was an undefined symbol in the header file...
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 mquinsonMissing prototypes
2005-10-22 mquinsonmissing header
2005-10-22 mquinsonAdd xbt_dynar_getlast_as and xbt_dynar_getfirst_as...
2005-10-22 mquinsonMove OSSP testsuite code out of the testsuite/ dir...
2005-10-22 mquinsonLet it compile again
2005-10-22 mquinsonXBT documentation reorganization. module-xbt only conta...
2005-10-22 mquinsonSanitize the documentation of heap: group defined in...
2005-10-19 alegrandmake g++ happy
2005-10-19 alegrandmake g++ happy. Hope it still has the same meaning...
2005-10-03 mquinsonGet the simulated exceptions as verbose as real ones
2005-09-09 mquinsonMove some stuff unrelated to dynar out of dynar.h ...
2005-09-08 mquinsonRename BEGIN_DECL since we changed the usual definition...
2005-09-05 mquinsonAllow exception with NULL msg
2005-08-30 casanovaImplemented the MSG_task_get_source() function. (See...
2005-08-27 mquinsonDocumentation of xbt_log module unmercifully reworked
2005-08-26 alegrandfixing the doc...
2005-08-26 alegrandDeprecating stupidly named functions...
2005-08-26 alegrandfixing the doc...
2005-08-08 mquinsonkill dead stuff
2005-08-08 mquinsonof course, xlC does not like gcc attributes. And since...
2005-08-07 mquinsonDo not include execinfo.h directly since we cannot...
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 mquinsonMove the asserts out of error.h in order to kill it...
2005-08-07 mquinsonAdd a new error category: not_found. It used to be...
2005-08-07 mquinsonMore xbt_error_t eradication
next