Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
%P is now the process name, and %t becomes the thread name (as it should for complian...
[simgrid.git] / src / xbt /
2007-08-05 mquinson%P is now the process name, and %t becomes the thread...
2007-08-05 mquinsonharden xbt_os_thread_self to work when module not inite...
2007-08-05 mquinsondocument upcoming change to format layout before I...
2007-08-05 mquinsondocumentation update
2007-08-05 mquinsonDo not throw exception on problem, since we will be...
2007-08-04 alegrandReturn whether an item was removed or not when trying...
2007-08-04 alegrandCleaner initialization.
2007-08-04 alegrandadd debug.
2007-08-04 alegrandReindent.
2007-07-19 mquinsongive a useful name to threads (father's name + pointer...
2007-07-19 mquinsonFix delay semantic (hopefully)
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-16 donassbrUndo dynar changes ("recursive" mutex).
2007-07-16 donassbrCorrected bug.
2007-07-16 mquinsonLet the context version compile properly after the...
2007-07-16 donassbrWrong namming scheme.
2007-07-14 mquinsonMemleak on the mutex
2007-07-14 mquinsonmore informative error message
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-13 mquinsonUpdate the documentation instead of working (boooo)
2007-07-13 mquinsonfix doxygen
2007-07-13 mquinsonusers love cross-links in the documentation
2007-07-13 donassbrstructure sockets of gras_trp_prodata_t synchronized.
2007-07-13 donassbrAdded xbt_os_time and xbt_os_sleep. Execute in the...
2007-07-12 mquinsonStop using internal interface of dynars related to...
2007-07-12 donassbrCorrected mutex unlocking.
2007-07-12 mquinsonDynar are now synchronized
2007-07-11 mquinsonGo for a thread_cancel instead of a thread_destroy...
2007-07-11 mquinsonimplement versatile threads (working both on simulator...
2007-07-11 mquinsonversatile implementation do not fake the xbt_thread...
2007-07-10 mquinsonyeah, right
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonadd the ability to specify a timeout on waiting a condi...
2007-07-10 mquinsonsanitize file naming space
2007-07-10 mquinsonops, wasn't compilable under windows
2007-07-10 mquinsonrename xbt_portability.h and sysdep.c to xbt_os_time...
2007-07-09 mquinsonHello module xbt/queue (classical producer/consumer...
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...
2007-07-09 mquinsonThis file is a stub for XBT, it has nothing to do in...
2007-07-08 mquinsonIn reality, Java use native thread synchronization...
2007-07-07 mquinsonwhen building the backtrace search the path if the...
2007-07-07 mquinsonDo only call addr2line on a library when we got the...
2007-07-06 mquinsonStubs of the functions allowing the upper JAVA layer...
2007-07-02 mquinsonConvert GRAS pid from long int to int; setup a virtuali...
2007-06-29 mquinsonAnd now, update the doc for all added macros. Sorry...
2007-06-29 mquinsonNew macros were added. Update the doc
2007-06-29 mquinsonshut doxygen up about unknown html tags
2007-06-08 mquinsonMake sure the precision is int to keep 64bits happy
2007-06-08 mquinsonDamn, this code gets annoying. Each time I'm sure it...
2007-06-08 mquinsonImplement a format precision modifier
2007-06-08 mquinsonThreshold is not the only setting we can modify anymore...
2007-06-08 mquinsonWhen dealing with an uncatched exception, use CRITICAL...
2007-06-06 mquinsonthe matrix may have 0 columns...
2007-06-06 mquinsonNow that there is some mallocated space in the category...
2007-06-06 mquinsonBe more verbose and display the string version of the...
2007-06-06 mquinsonAllow to change the log layout format
2007-06-06 mquinsonBe careful, the displayed message may contain format...
2007-06-06 mquinsonCheck what happens when splitting empty strings, and...
2007-06-05 mquinsonDeprecate all the --*-log option. With the module multi...
2007-06-05 mquinsonBetter split of layouts and appenders in the logs ...
2007-06-04 mquinsonAdd xbt_str_split_quoted(), add an automatic test for...
2007-06-04 mquinsondocument xbt_str
2007-06-04 mquinsonExport public data in a way where we can specify that...
2007-06-04 mquinsonShould be useless since we new0()ed the memory, but...
2007-05-31 mquinsonbuglet
2007-05-29 mquinsonFixups to the diff computation (again), and kill the...
2007-05-11 mquinsoncleanup + more asserting for robustness
2007-05-11 mquinsonOnly shutdown the logs when all the XBT users are gone
2007-05-11 mquinsonOups, forgot a file
2007-05-10 mquinsonLet's work as 'documented'
2007-05-10 mquinsonRenamed to xbt_log_appender_file.c
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 mquinsonremove_at already frees the element if last argument...
2007-05-10 mquinsonClarify from the API that the strings are modified...
2007-05-07 mquinsonStupid me. One day, I'll be able to compute array indic...
2007-05-07 mquinsonmemleak plug in the win part
2007-05-07 mquinsonAvoid double free: xbt_thread_join already frees the...
2007-05-07 mquinsonKeep within the declared matrix, don't go to (-1,j...
2007-05-04 mquinsonplug a memleak
2007-05-02 mquinsonThree new functions in xbt_str module: split&join ...
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...
next