Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
borland bpf file of trace usage test case
[simgrid.git] / include / xbt /
2006-10-20 cheriermThe Ansi initialisation at the declaration of a struct...
2006-10-10 mquinsonLoad xbt/misc.h to get the definition of XBT_PUBLIC
2006-10-10 mquinsonMove the definition of XBT_PUBLIC from portable.h ...
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 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 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 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-10-06 cheriermNot need to include win32_context header file.
2006-10-06 cheriermNot need to include win32_context header file.
2006-10-06 mquinsonAnd now, a syntaxically correct version of my 'cleanup...
2006-10-06 mquinsonCleanup malek's add
2006-10-06 mquinsonTell how much bytes we wanted when a malloc failed
2006-10-05 cheriermConsider the case of windows context.
2006-09-29 cheriermTaking in consideration inline keyword for c++ compiler.
2006-09-29 cheriermTaking in consideration inline keyword for borland...
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsoncosmetics
2006-09-26 cheriermLine 451, __FUNCTION__ replaced macro by _XBT_FUNCTION...
2006-09-22 mquinsonDo not export a single symbol since if we do so, we...
2006-09-22 mquinsonDo not export a single symbol since if we do so, we...
2006-08-29 mquinsonExport the log channels when building DLLs
2006-08-29 mquinsonTry to do what is needed to export data in DLL during...
2006-08-15 thieryAdd functions to remove elements from a set
2006-08-15 thieryAdd a function xbt_dynar_shrink
2006-08-04 thieryChange parameter names from 'head' to 'dict'. Add two...
2006-08-04 thieryAdd Doxygen documentation for mallocators
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 mquinsonKill old unused stuff
2006-07-19 mquinsonGeneration with flex-1.5.3
2006-07-19 mquinsonYeah, right. Comments within comments. Erm. No comments
2006-07-19 mquinsonDocument tools/xbt_exception_checker
2006-07-19 mquinsonAdd a define directly setting the correct element heade...
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-07-18 mquinsonCatch up with last cleanup in the function type naming...
2006-07-18 mquinsoncleanup the function type names
2006-07-16 mquinsonDocumentation improvement
2006-07-16 mquinsonDoxygen fixups
2006-07-13 mquinsonflexml 1.5.1 will save the world
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-06 thieryUse _XBT_INLINE instead of inline
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.
next