Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This change exports the gras_procdata pointer and use the Win32 function GetCurrentPr...
[simgrid.git] / src / xbt /
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
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...
next