Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / src / xbt /
2008-06-20 cheriermimplement xbt_os_thread_cancel() for windows and make...
2008-06-18 mquinsonreindent
2008-06-17 mquinsonVarious cleanups and some more debug
2008-06-17 mquinsonAdd a xbt_dict_size function
2008-06-12 alegrandAllow reinitialization after Martin's last memleak...
2008-06-10 mquinsonMake cunit memory clean
2008-06-10 mquinsonplug some little memleaks
2008-06-10 alegrandMinor optimization.
2008-06-10 mquinsonGet the debug output more verbose
2008-06-10 mquinsonSome more debug output
2008-06-10 mquinsonuseless cleanup
2008-06-05 mquinsondamn ANSI C
2008-06-04 mquinsonOps, sorry windows. I'll stick to ANSI
2008-06-04 mquinsonplug a memleak on thread cancelation (gras listener...
2008-06-04 mquinsonSome more debug output to understand the gras/empty_mai...
2008-06-04 mquinsonMake sure all the source files have an reference of...
2008-06-03 mquinsonInform valgrind about ucontextes [Sékou Diakite]
2008-05-27 mquinsondos2unix + indent
2008-05-21 mquinsonDisplay any possible format sequence when the user...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-20 mquinsonDo append the right buffer to the message when we switc...
2008-05-20 mquinsonplug a memleak
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-05-20 mquinsonRewrite the timeout computation to reduce numerical...
2008-05-19 mquinsonAlso release the mutex when I didn't got what I wanted
2008-05-14 mquinsonAn implementation of the SHA1 hashing algorithm
2008-05-14 mquinsonIf the queue is empty after the timeout, do raise an...
2008-05-08 mquinsondo not use static buffer of log event for headers when...
2008-04-30 mquinsondo not to uniformize the type naming scheme today
2008-04-30 mquinsoncosmetic
2008-04-30 mquinsonDocumentation fixups: do not mess with doxygen by addin...
2008-04-15 mquinsonDo throw an exception only when the requested factory...
2008-04-15 mquinsonPropagate the change of prototype (use exceptions,...
2008-04-14 mquinsonUse exception where appropriate instead of integer...
2008-04-14 mquinsonpropagate the xbt_jcontext_factory_init()->xbt_ctx_java...
2008-04-14 mquinsonForgot this one (sorry for the noise, I'm debugging...
2008-04-14 mquinsonTry to fixup the context mess
2008-04-10 mquinsonFiles still broken, but at least in the right directory
2008-04-10 mquinsonCommit broken files which were wrongly moved; right...
2008-04-10 mquinsonrewrite a comment
2008-03-07 mquinsonFix a god damn race condition: make sure nobody changes...
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-06 mquinsonStupid microsoft compiler not understanding the basic...
2008-03-06 mquinsonStrict ANSI compilers (such as microsoft ones) do not...
2008-03-06 mquinsonRegenerate all flexml-generated files to fix a FTBFS...
2008-01-23 mquinsonOops. Forgot a stub
2008-01-23 mquinsonDo not prepare backtraces for display in backtrace_curr...
2008-01-23 mquinsonAnd now, fix the linux layer for backtrace extraction...
2008-01-23 mquinsonDamnit. Cross-compiling adds the pickyness of gcc to...
2008-01-23 mquinsonDamit, leftover of the gcc syntax for inline assembly
2008-01-23 mquinsongive up on cross-compiling backtrace code from gcc...
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows, and...
2008-01-23 mquinsonAllow gcc cross-compilation targetting windows
2008-01-23 mquinsonVarious cleanups+allow cross-compilation with gcc
2008-01-23 mquinsonOther try at killing that singleton
2008-01-23 mquinsonOther try at killing that singleton
2008-01-22 mquinsontry to kill the singleton design pattern
2008-01-22 mquinsonEnd of last commit about cleaning up windows backtraces...
2008-01-22 mquinsonSeparate the dummy implementation of the backtraces...
2008-01-22 mquinsonCleanups: kill code dupplication
2008-01-22 mquinsonxbt_new raises an exception on error, no need to check...
2008-01-22 mquinsonErm. Reindenting did not make the trick on assembly...
2008-01-22 mquinsonFix another small signess issue
2008-01-22 mquinsonFix a small signess issue
2008-01-22 mquinsonReindent (no real change)
2008-01-22 mquinsonMove a bit of code into the platform-dependent files...
2008-01-18 mquinsonAnd now, fix the other arguments of makecontext to...
2008-01-18 mquinsonFix the prototype of the context running wrapper to...
2008-01-11 cheriermUsage of xbt_new0 instead calloc
2008-01-11 cheriermadd the inclusion of the dbg_help.h header, remove...
2008-01-07 mquinsonsplit windows and linux backtrace setup out of the...
2008-01-07 mquinsonFix english, use more XBT str functions, some little...
2008-01-07 cheriermAdd the backtrace in the table of string only if the...
2008-01-07 cheriermDestroy the context of the maestro after the call of...
2007-12-21 cheriermImplementation of the back trace functions for Win32...
2007-12-20 mquinsonRegenerate with flexml 1.7
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-12 mquinsonOutput cleanups for when the exception arises in a...
2007-12-04 quasarfixed a bug in add_route in all models + dict uses...
2007-11-30 mquinsonTwo more hashing functions (chosen by define, not dynam...
2007-11-30 mquinsononly display logs of failed tests
2007-11-30 mquinsonMake dictionary internal table dynamic (and automatical...
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-28 mquinsonoops
2007-11-28 mquinsoncosmetics: inline header files loaded only at one location
2007-11-27 mquinsonDupplicate the string we put into the returned dynar...
2007-11-27 mquinsonxbt/context.h is a private header, and the filename...
2007-11-16 mquinsonadd a stub for the java factory initier for the cases...
2007-11-16 mquinsonooops, forgot to change this one
2007-11-16 mquinsonDo not include C files. Instead, add them to the projec...
2007-11-15 cheriermthese files are useless in the new implementation of...
2007-11-15 cheriermThe file containing the new implementation of the switc...
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
2007-11-08 mquinsonOps, missed some signess fixups
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermA distraction, the SIMIX_process_create() function...
2007-11-06 cheriermA distraction, the SIMIX_process_create() function...
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
next