Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Getting rid of rates.
[simgrid.git] / src / xbt /
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...
2007-10-27 mquinsonMac does not find the prototype of getline
2007-10-27 mquinsonOff by one access
2007-10-27 mquinsonDamn it, we forgot to update the stubs, once again
2007-10-27 mquinsonOoops. When restarting the logging action with dynamic...
2007-10-27 mquinsonLet's be brutal: copy the pthread_mutex_timedlock proto...
2007-10-27 mquinsonCleanups around the inter-unixes portability code for...
2007-10-27 mquinsonAvoid segfault when trying to retrieve the name of...
2007-10-26 quasarlet's also be brutal with what seems to be a typo from...
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...
next