Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
* Cleanup the DTD by renaming:
[simgrid.git] / src / xbt /
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-26 cherierma distraction
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 cheriermthe version of the xbt_os_time() function needs the...
2007-10-25 cheriermdistraction
2007-10-25 cheriermdistraction
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-25 mquinsoncleanup windows portability in there
2007-10-23 mquinsonReduce the unimplemented part
2007-10-23 mquinsonprintf format fixups
2007-10-23 mquinsonCosmetics on error messages
2007-10-23 cheriermMac OS X doesn't provide the sem_timedwait() function.
2007-10-23 cheriermThis implement the function gettimeofday() for win32...
2007-10-23 cheriermThis change is about the refactoring of the source...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermthis declarations and definitions are only concerned...
2007-10-22 cheriermVisual C++ already declare the isatty function in io...
2007-10-22 cheriermVisual C++ already declare the environ variable in...
2007-10-22 cheriermRemove the return keyword at the end of the void function.
2007-10-22 cheriermDirectly returns the newly created condition.
2007-10-22 cheriermThis change concerne the usage of the semaphore object...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-12 mquinsonDo not truncate the output on large messages, but switc...
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 mquinsonDo display where the exception comes from when dealing...
2007-10-10 mquinsonAnd now, make sure that the logging of the log module...
2007-10-10 mquinsonSome more debugging, plus killing a stupid bug: when...
2007-10-09 mquinsonWhen the logs are not usable because we are before...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsoncosmetics around portability
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 mquinsonCleanup parts of malek's mess: reintroduce the bunch...
2007-10-04 cheriermNow the java processes don't use the native locks so...
2007-10-04 cheriermNow the java processes don't use the native locks
2007-10-04 cheriermsorry martin but i really need the portable.h inclusion
2007-10-04 cheriermthe xbt_thread_create function must use a function...
2007-10-04 cheriermdeclare portable snprintf and vsnprintf functions for...
2007-09-26 alegrandDoc + use all arguments in free function.
2007-09-26 mquinsonAnd now, try to compile before commiting in order to...
2007-09-26 mquinsonRemove a wrong assert. This condition isn't supposed...
2007-09-26 alegrandremove dead functions.
2007-09-26 mquinsonIn free, do use a version of map that assumes that...
2007-09-25 alegrandFix conditional includes. Check I'm right please.
2007-09-24 mquinsonThis variable is only used with threads. Protect it...
2007-09-21 mquinsondo not return after a THROW. Fix the THROW macro if...
2007-09-21 cheriermadapt the prototypes of the declaration to the prototyp...
2007-09-21 cheriermcorrect usage of function pointer
2007-09-21 cheriermexport data declaration
2007-09-21 cheriermneed to include portable.h
2007-09-21 cheriermDeclaration of the variables at the begining of the...
2007-09-21 cherierminclude str.h
2007-09-21 cheriermVisual C++ has no header named unistd.h
2007-09-21 cheriermdeclaration of the variables at the begining of the...
2007-09-20 mquinsonFurther cleanups:
2007-09-20 mquinsonCleanup: shuffle the functions to get them in a somehow...
2007-09-13 mquinsonForce the field precision to be int, as asked by picky...
2007-09-13 mquinsonHandle properly the delay==-1 case (by blocking for...
2007-09-11 mquinsonGet serious about checking buffer overflows during...
2007-09-11 mquinsonStop build the log strings on the stack: we are multi...
2007-09-10 alegrandClean cleanups with mallocators... Thanks Pablo for...
2007-08-09 alegrandAutomatically cleaned flexml files.
2007-08-07 mquinsonErm. Yeah, right, this function *may* succeed from...
2007-08-07 mquinsonStupid me: I did everything to allow os_threads to...
2007-08-07 mquinsonDo not display the thread name by default. In SG, this...
2007-08-07 mquinsonremove backtrace dumps
2007-08-07 mquinsonPartially revert previous change: we indeed want a...
2007-08-07 mquinsonUse proper thread name, and some sanitizing of how...
2007-08-07 mquinsonallow to retrieve the name of threads
2007-08-06 mquinsonName the threads, add a main_thread describing the...
2007-08-06 mquinsonname threads, plus only put an exeption fetcher and...
2007-08-06 mquinsonname the threads, plus debugs (ways too much for now)
2007-08-06 mquinsonname threads to easy debugging
2007-08-06 mquinsonAs Arnaud said, one function to rule them all
2007-08-06 alegrandAdding convenient function.
2007-08-06 mquinsonAdd an explanation in the default exception fetcher...
2007-08-05 mquinsonStop C file inclusion madness and do include the files...
2007-08-05 mquinsonMore debugs (actually, since there were no debug at...
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
next