Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split the tesh test in several files, and get them reworked by autoconf so that we...
[simgrid.git] / include /
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-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-16 alegrandAdding a <route> tag.
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-09 mquinsonSome more documentation to help BSD experts such as...
2007-05-02 mquinsonupdate autogenerated
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-26 donassbrChanges to test gras_simix.
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 cheriermexport some variables
2007-04-11 cheriermrectify a mistake
2007-04-11 cheriermexport trim functions
2007-04-11 cheriermthe trim.c file header
2007-04-06 alegrandxbt/str.h needs love...
2007-03-26 cheriermon windows getline function needs the stdio.h include...
2007-03-23 mquinsonHell, I BROKE THE BUILD. Let's take some radical counte...
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 mquinsonMove xbt/xbt_thread.h to private interfaces since it...
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-13 cheriermexport some functions in windows dll
2007-03-08 mquinsonCommit the autogenerated files
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 mquinsonMake room for the new xbt_thread module
2007-03-08 mquinsonPortability layer over the pthreads working with pthrea...
2007-03-07 mquinsonGRAS API BREAKAGE: allow users to never call gras_msgty...
2007-03-07 mquinsonFirst wave of GRAS API breaking: gras_cb_register wants...
2007-03-06 mquinsonNew function SD_application_reinit() allowing to test...
2007-03-05 alegrandAdding convenient function for Fred Suter
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-28 alegrandUpdate
2007-02-28 alegrandsdp headers have nothing to do in our CVS. Just configu...
2007-02-20 velhoAdded a comentary given credit to the author of CSDP...
2007-02-20 velhoFiles containing the data structures to make the CSDP...
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
2007-01-18 alegrandCompile sdp.c only if we have found a working libsdp.
2007-01-17 alegrandAdding sdp.c and the bunch of modified Makefile.in...
2007-01-08 mquinsonRemove the generated from the .cvsignore files now...
2007-01-08 mquinsonAdd generated files to the CVS so that the use of autot...
2006-11-30 mquinsonChange the way we specify the sizes of bandwidth tests...
2006-11-14 mquinsonRemove from the public interface a function that the...
2006-11-14 eyraudlConstructor for msg_cb_ctx should fill all fields of...
2006-11-06 mquinson* Change the semantic of gras_datadesc_by_name() to...
2006-11-06 mquinson* Add a gras_msgtype_dumpall() function to get the...
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 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.
next