Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Commit broken files which were wrongly moved; right move in the next commit
[simgrid.git] / src / xbt /
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...
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...
next