Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill properly the surfxml.h file since it got renamed to simgrid_dtd.h a while ago
[simgrid.git] / include / xbt /
2008-01-24 mquinsonUse unsigned integers for malloc arguments to allow...
2008-01-23 mquinsonavoid naming conflicts
2008-01-23 mquinsondo not call backtrace directly when raising an exceptio...
2007-12-20 mquinsonindent
2007-12-20 mquinsonI know I'm picky
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-19 mquinsonOops, do not load portable.h from a public header:...
2007-12-12 mquinsonChange the trick to build log category names: this...
2007-11-30 mquinsonTwo more hashing functions (chosen by define, not dynam...
2007-11-30 mquinsonMake dictionary internal table dynamic (and automatical...
2007-11-29 mquinsonRevert Malek's last change. Removing the feature is...
2007-11-28 cheriermThis change corrects the definition of the macro
2007-11-27 mquinsonxbt/context.h is a private header, and the filename...
2007-11-15 cheriermThe file containing the new implementation of the switc...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermThis change avoid the redefinitions of log categories...
2007-10-27 mquinsonMac does not find the prototype of getline
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermRemove the keyword extern to avoid the multiple declara...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-12 mquinsonOops, I forgot this one
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...
2007-10-11 mquinsonMove private definition out of the log.h public header...
2007-10-10 mquinsonKill old cruft
2007-10-09 mquinsonSome comments in the initalization of categories. Once...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonMark data as extern; hopefully it'll help the macOSx...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 cheriermthe first pointer of the xbt_thread_create() function...
2007-10-04 cheriermuncomment the special definition of XBT_LOG_NEW_DEFAULT...
2007-10-04 cheriermI just add two function pointer types.
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-09-11 mquinsonGet serious about checking buffer overflows during...
2007-09-11 mquinsonActually, do not initialize at all the buffer to build...
2007-09-11 mquinsonStop build the log strings on the stack: we are multi...
2007-08-09 alegrandAutomatically cleaned flexml files.
2007-08-08 alegrandAutomatically generated files...
2007-08-07 mquinsonComment windows cruft, which does not compile anyway...
2007-08-07 mquinsonallow to retrieve the name of threads
2007-08-06 mquinsonname threads to help debugs
2007-08-06 alegrandAdding convenient function.
2007-08-04 alegrandReturn whether an item was removed or not when trying...
2007-07-16 donassbrWrong namming scheme.
2007-07-15 mquinsonAdd an alias to (char*) to help the parsing macro
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-14 mquinsondoc improvement
2007-07-13 mquinsonfix doxygen syntax
2007-07-13 donassbrI forgot it.
2007-07-12 mquinsonNew kind of error
2007-07-12 mquinsonDynar are now synchronized
2007-07-11 mquinsonGo for a thread_cancel instead of a thread_destroy...
2007-07-11 mquinsonWhen implementing the versatile threads, I decided...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsontimeout on conditions
2007-07-10 mquinsonComment a windows hack which is out of sync with log...
2007-07-10 mquinsonMake sure min and max macro are declared everywhere...
2007-07-09 mquinsonHello module xbt/queue (classical producer/consumer...
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...
2007-07-08 mquinsonMake sure this file can be included alone (it needs...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-06-28 vernierset an homogeneous max. number of parameters (10) for...
2007-06-06 mquinsonAllow to change the log layout format
2007-06-04 mquinsonNew: xbt_str_split_quoted()
2007-06-04 mquinsondocument xbt_str
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-05-22 mquinsonLet's not declare the max/min macros in C++ to avoid...
2007-05-12 mquinsonNo reason to call it gras. It's part of simgrid, now
2007-05-10 mquinsonRandom cleanups in the log mecanisms, and make room...
2007-05-10 mquinsonAllow to split const strings, and avoid a strdup in...
2007-05-10 mquinsonClarify from the API that the strings are modified...
2007-05-02 mquinsonThree new functions in xbt_str module: split&join ...
2007-04-29 mquinsonfurther cleanups
2007-04-26 mquinsonfurther cleanups in the xbt_str module: add a proper...
2007-04-16 mquinsonmerge trim.h into str.h, where it belongs to
2007-04-16 mquinsoncleanups + newline at end of file
2007-04-11 cheriermjust a new line at the end of the file
2007-04-11 cheriermrectify a mistake
2007-04-11 cheriermexport trim functions
2007-04-11 cheriermthe trim.c file header
2007-03-26 cheriermon windows getline function needs the stdio.h include...
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-22 mquinsonSplit the string related function to their own header...
2007-03-21 donassbrAdd support for host failure exception to the xbt_errcat_t.
2007-03-16 mquinsonRework the portability layer around our getline definit...
2007-03-16 cheriermssize_t is not defined in borland builder and visual...
2007-03-15 mquinsonThis is definitivly not a public interface: it is not...
2007-03-14 cheriermeffect of redefinition of the macro XBT_PUBLIC_DATA
2007-03-14 cheriermredefinition of the macro XBT_PUBLIC_DATA
2007-03-14 mquinsonUse XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
2007-03-14 mquinsonRename XBT_DECLARE_DATA to XBT_PUBLIC_DATA for sake...
2007-03-13 cheriermexports functions in windows dll
2007-03-13 cheriermspecial data exportation for Visual C++
2007-03-13 cherierma new macro XBT_DECLARE_DATA for special data exportation
2007-03-08 mquinsonheader of the getline replacement; documentation of...
2007-03-08 mquinsonCut a multiple definition of a macro for users using...
2007-03-08 mquinsonPortability layer over the pthreads working with pthrea...
next