Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo in unit test name
[simgrid.git] / src / xbt /
2009-03-04 mquinsontypo in unit test name
2008-12-12 mquinsonIntroduce log appenders
2008-12-12 mquinsondo not display backtrace capturing stuff in the display...
2008-12-12 mquinsonkill an unused variable, fix a segfault after resizing...
2008-12-11 mquinsonkeep documentation in sync with implementation
2008-11-07 mquinsonWork around newly reincreased paranoia of gcc and libc...
2008-10-01 mquinsonAnd now, use the correct syntax for default values...
2008-10-01 mquinsonfix previous commits, bummer
2008-10-01 mquinsonTypo in comments spoted by eclipse
2008-10-01 mquinsonnew function: xbt_str_varsubst(), which call xbt_strbuf...
2008-10-01 mquinsonNew functions:
2008-10-01 mquinsonAdd a stupid function to display the content of a dict...
2008-10-01 mquinsontiny doc improvement
2008-09-26 mquinsonNew function to replaces a set of variables by their...
2008-09-26 mquinsonNew function to substitute a char to another in a string:
2008-09-16 mquinsonMore spell checking of the documentation
2008-09-16 mquinsontiny optimization: use xbt_dict_get_or_null_ext instead...
2008-09-16 mquinsonBugfix: I inverted the semantic of xbt_dict_get_or_null...
2008-09-10 mquinsonAdd a xbt_dict_get_or_null_ext function
2008-09-10 mquinsonreindent (with eclipse)
2008-07-08 cheriermDetails of this changes:
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2008-06-20 cheriermdisable a warning on Visual C++
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
next