Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
special configuration for Visual C++ compiler
[simgrid.git] / src / xbt /
2007-03-12 mquinsonMake sure libsimgrid depend on libpthreads only when...
2007-03-12 alegrandUsing more explicit names.
2007-03-09 mquinsondon't use either pthread or winthread to implement...
2007-03-09 mquinsonMake the implementation more robust: don't die if somet...
2007-03-09 mquinsonIntegrate xbt_context_init/exit to the regular module...
2007-03-08 mquinsonAnd now the 'compiles under linux' version
2007-03-08 mquinsonimprove hte windows part, still to be tested for real
2007-03-08 mquinsonremplacement implementation of the GNU only getline
2007-03-08 cheriermadd some thread functions
2007-03-08 mquinsonMake room for the new xbt_thread module
2007-03-08 mquinsonPortability layer over the pthreads working with pthrea...
2007-03-08 cheriermwint_hread update
2007-03-01 mquinsonCleanups: macro renaming, improve documentation
2007-03-01 donassbrSupport for Simix log.
2007-02-28 cheriermconsider log to windows dll
2007-02-16 cheriermremove some commented code
2007-02-16 cheriermfile implementation of windows thread functions versus...
2007-02-16 cheriermsome windows thread functions versus pthread for contex...
2007-02-08 mquinsonInitialized globals must not be imported, only exported
2007-02-08 cheriermthis is public
2007-02-07 cheriermno isatty declaration for win32
2007-02-07 cheriermchange free be xbt_free_f
2007-02-07 cheriermnow contains xbt_free_f implementation
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2007-01-18 eyraudlUse the correct value for the number of elements in...
2007-01-16 mquinsonAnother doc improvement
2007-01-16 alegrandFix the doc.
2006-12-21 cherierma directory for all builds
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-10-06 mquinsoncosmetics
2006-10-06 mquinsonRemove old cruft
2006-10-05 cheriermUpdate xbt_log_parse_setting() to consider the CRITICAL...
2006-10-05 cheriermConsider the case of windows context, update xbt_contex...
2006-10-01 mquinsoncosmetics
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsonRemove the #line directive from the flex generated...
2006-09-26 cheriermRemoves commented code.
2006-09-25 mquinsonRevert last change since it did nothing beside arming...
2006-09-25 mquinsoncosmetics (I'm an code esthetic freak, I know)
2006-09-25 mquinsoncosmetics
2006-09-25 mquinsonMake this file compilable under both win & lin manually...
2006-09-25 cheriermIncludes portable.h file header for use of the va_copy...
2006-09-25 cheriermDeclare all variables at the begining for ANSI C standa...
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-25 cheriermIncludes graphxml.h to allow compilation on Builder...
2006-09-25 cheriermIncludes context_win32.h file header to allow compilati...
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-25 cheriermNo ucontext_stack.h file header on win32 platform.
2006-09-25 cheriermRemoves the gras_config.h inclusion, adds the portable...
2006-09-22 mquinsonThis file does not exist, no idea how it compiles with...
2006-09-22 eyraudlGoing back on previous changes, which do not work on...
2006-09-21 eyraudlReserve more room for writing pointer addresses to...
2006-09-20 mquinsonTest the usage of empty dictionaries
2006-09-07 mquinsoncleanup
2006-09-06 alegrandFix C++ comment
2006-08-22 mquinsonDon't bother emptying empty dicts in dict_reset
2006-08-22 mquinsonImplement a dict_hash_ext function able to deal with...
2006-08-22 mquinsonLet xbt_dict_hash work also with non-null terminated...
2006-08-22 mquinsonThis function is private thus static
2006-08-22 mquinsonCheck that we can have the content being different...
2006-08-22 mquinsonImprove a bit the test on searching non-existant data
2006-08-15 thieryAdd functions to remove elements from a set
2006-08-15 thieryAdd a function xbt_dynar_shrink
2006-08-14 thieryUse mallocators for dictionaries
2006-08-11 thieryFix a seg fault when xbt_exit is called more than once
2006-08-09 thieryMalloc instead of calloc
2006-08-09 thieryUse a mallocator for the fifo items
2006-08-04 thieryChange parameter names from 'head' to 'dict'. Add two...
2006-08-04 thieryBad comment
2006-08-04 thieryAdd Doxygen documentation for mallocators
2006-08-04 thieryReplace an exception by an assertion
2006-08-03 thieryReset an object only when the user needs it
2006-08-03 thieryAdd a mallocator system to recycle unused objects inste...
2006-08-03 thieryReimplement dictionaries as hashtables
2006-08-02 mquinsonAllow the user to specify which tests should be run...
2006-08-02 mquinsonPlug memleaks in the runned tests. Yeah, I'm vicious...
2006-08-02 mquinsonkill unused struct
2006-07-31 mquinsonPlug a memleak found by FS
2006-07-28 thieryIt was hard to use FIFOs when xbt_fifo_push was not...
2006-07-19 mquinsonGeneration with flex-1.5.3
2006-07-19 mquinsonlog tweakings
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2006-07-18 mquinsonRevert last change since it makes valgrind angry. No...
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-07-18 mquinsonTry to catch up with last cleanup in the function type...
2006-07-18 thieryFree set->catname even if it was incorrect
2006-07-17 mquinsonRename xbt/module.c into xbt/xbt_main.c since this...
2006-07-17 mquinsonGet xbt_init seeding the system random generator
2006-07-16 mquinsonDocumentation improvements
2006-07-13 mquinsonflexml 1.5.1 will save the world
2006-07-13 mquinsonFix on hppa: there is no working backtrace() there
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-12 mquinsons/xbt_host_t/xbt_peer_t/
2006-07-09 mquinsonNo need to scary the users for this
2006-07-06 mquinsonFix a stack corruption when xbt_dynar_remove_at was...
2006-07-05 mquinsonSmall typo (thanks gcc-4.1 for noticing)
2006-07-05 mquinsonDo use the result value of this test (thanks gcc-4...
2006-07-05 mquinsonMake sure some paranoid compilers don't choke on our...
2006-06-20 mquinsonProper module use count to plug a (tiny) memleak
next