Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure we don't went out of the string to handle *before* using it (thx valgrind)
[simgrid.git] / src / xbt /
2007-04-30 mquinsonMake sure we don't went out of the string to handle...
2007-04-29 mquinsonDo not call strcpy but memmove since both zone may...
2007-04-29 mquinsonFurther cleanups
2007-04-27 mquinsonDo not display file position at INFO level (reduce...
2007-04-26 mquinsonallow the command line arguments to be of the syntax...
2007-04-26 mquinsonrefactoring: moving chunks of code around to try to...
2007-04-26 mquinsonremove _cleanup_double_spaces() since it's now exported...
2007-04-26 mquinsonfurther cleanups in the xbt_str module: add a proper...
2007-04-26 mquinsonconcatenate getline.c at the end of xbt_str.c
2007-04-26 mquinsonRename trim.c to xbt_str.c, so that we can have all...
2007-04-16 mquinsonmerge trim.h into str.h, where it belongs to
2007-04-16 mquinsonImprove the user experience of backtraces (?): Do not...
2007-04-16 mquinsonInclude the prototypes of these functions
2007-04-11 cheriermStrip whitespace (or other characters) of f a string
2007-03-23 mquinsonReduce the visibility of stdio.h because it was loaded...
2007-03-23 mquinsonFix the prototype of getline on platforms where we...
2007-03-22 mquinsonLet it work both with 64bit contextes, and with plain...
2007-03-22 alegrandHacking to make it work with broken AMD64 contexts...
2007-03-16 mquinsonOnly declare getline portability cruft if it is needed...
2007-03-16 mquinsonRemove a useless (hopefully) portability hack
2007-03-16 mquinsonUse xbt_thread_yield explicitely instead of Sleep(0...
2007-03-16 mquinsonCommit separately the tons of additionnal debug informa...
2007-03-16 mquinsonKill a deadlock in the new thread creation code I've...
2007-03-16 cheriermfor windows xbt_thread implementation a thread yield...
2007-03-16 cheriermMicrosoft visual c++ need that
2007-03-16 mquinsonPlug a memleak
2007-03-16 mquinsonDamn picky compiler. Kill unused vars when using ucontextes
2007-03-16 mquinsonOnly initialize the mutex&condition used for context...
2007-03-16 mquinsonuse two conditions during the thread creation phase...
2007-03-16 mquinsonAlso avoid to leak the stub under windows
2007-03-16 mquinsonKill the s_xbt_thread_wrapper_for_restart__ structure...
2007-03-15 mquinsonKill old context implementations on windows. We now...
2007-03-14 cheriermxbt_thread_join() function implementation, windows...
2007-03-14 cheriermxbt_thread_join() function is now implemented
2007-03-14 cheriermeffect of redefinition of the macro XBT_PUBLIC_DATA
2007-03-14 alegrandAdding debug informations.
2007-03-14 alegrandFixing the setkey getkey mechanism (it wasn't functionn...
2007-03-14 mquinsonThis is already exported from the corresponding header...
2007-03-14 mquinsonUse XBT_PUBLIC_DATA instead of XBT_DECLARE_DATA
2007-03-13 cheriermnot need to export XBT_LOG_ROOT_CAT in log.c
2007-03-13 cheriermspecial data exportation
2007-03-12 mquinsonMake sure libsimgrid depend on libpthreads only when...
2007-03-12 alegrandUsing more explicit names.
2007-03-09 mquinsondon't use either pthread or winthread to implement...
2007-03-09 mquinsonMake the implementation more robust: don't die if somet...
2007-03-09 mquinsonIntegrate xbt_context_init/exit to the regular module...
2007-03-08 mquinsonAnd now the 'compiles under linux' version
2007-03-08 mquinsonimprove hte windows part, still to be tested for real
2007-03-08 mquinsonremplacement implementation of the GNU only getline
2007-03-08 cheriermadd some thread functions
2007-03-08 mquinsonMake room for the new xbt_thread module
2007-03-08 mquinsonPortability layer over the pthreads working with pthrea...
2007-03-08 cheriermwint_hread update
2007-03-01 mquinsonCleanups: macro renaming, improve documentation
2007-03-01 donassbrSupport for Simix log.
2007-02-28 cheriermconsider log to windows dll
2007-02-16 cheriermremove some commented code
2007-02-16 cheriermfile implementation of windows thread functions versus...
2007-02-16 cheriermsome windows thread functions versus pthread for contex...
2007-02-08 mquinsonInitialized globals must not be imported, only exported
2007-02-08 cheriermthis is public
2007-02-07 cheriermno isatty declaration for win32
2007-02-07 cheriermchange free be xbt_free_f
2007-02-07 cheriermnow contains xbt_free_f implementation
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-18 eyraudlUse the correct value for the number of elements in...
2007-01-16 mquinsonAnother doc improvement
2007-01-16 alegrandFix the doc.
2006-12-21 cherierma directory for all builds
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 mquinsoncosmetics
2006-10-06 mquinsonRemove old cruft
2006-10-05 cheriermUpdate xbt_log_parse_setting() to consider the CRITICAL...
2006-10-05 cheriermConsider the case of windows context, update xbt_contex...
2006-10-01 mquinsoncosmetics
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsonRemove the #line directive from the flex generated...
2006-09-26 cheriermRemoves commented code.
2006-09-25 mquinsonRevert last change since it did nothing beside arming...
2006-09-25 mquinsoncosmetics (I'm an code esthetic freak, I know)
2006-09-25 mquinsoncosmetics
2006-09-25 mquinsonMake this file compilable under both win & lin manually...
2006-09-25 cheriermIncludes portable.h file header for use of the va_copy...
2006-09-25 cheriermDeclare all variables at the begining for ANSI C standa...
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-25 cheriermIncludes graphxml.h to allow compilation on Builder...
2006-09-25 cheriermIncludes context_win32.h file header to allow compilati...
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-25 cheriermNo ucontext_stack.h file header on win32 platform.
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-22 mquinsonThis file does not exist, no idea how it compiles with...
2006-09-22 eyraudlGoing back on previous changes, which do not work on...
2006-09-21 eyraudlReserve more room for writing pointer addresses to...
2006-09-20 mquinsonTest the usage of empty dictionaries
2006-09-07 mquinsoncleanup
2006-09-06 alegrandFix C++ comment
2006-08-22 mquinsonDon't bother emptying empty dicts in dict_reset
2006-08-22 mquinsonImplement a dict_hash_ext function able to deal with...
2006-08-22 mquinsonLet xbt_dict_hash work also with non-null terminated...
next