Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
XBT: Add xbt_str_from_file(FILE*)
[simgrid.git] / include / xbt /
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...
2007-03-01 cheriermadapt the macro XBT_LOG_NEW_CATEGORY to the windows DLL
2007-03-01 mquinsonCleanups: macro renaming, improve documentation
2007-02-28 cheriermdefine the XBT_IMPORT_NO_PUBLIC macro for imported...
2007-02-28 cheriermconsider log to windows dll
2007-02-08 mquinsonDocument a bit the tricky symbol definition for windows...
2007-02-08 cheriermallow for stuff to be exported into the DLL on need...
2007-02-08 cheriermcatgories must be exported in any case (so that they...
2007-02-08 cheriermthis is public
2007-02-08 cheriermany log category must be public
2007-02-07 mquinsonthis is not public
2007-02-07 mquinsonDupplicate extern keyword
2007-02-07 mquinsontypo in windows DLL cruft
2007-02-07 cheriermdefine _XBT_CAlLL in this file for win32 c function...
2007-02-07 mquinsontypo in windows DLL cruft
2007-02-07 cheriermnow contains only xbt_free_f declaration
2007-02-07 mquinsonDo not put the extern keyword several times (XBT_PUBLIC...
2007-02-07 cherierma default
2007-02-07 cheriermsorry a stupid error
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-02-07 cherierma single xbt_free_f function used to handle calling...
2007-02-07 cheriermnew dll export an dll import mechanism for Windows.
2007-02-07 mquinsonCleanup XBT_PUBLIC stuff under windows
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/
next