Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reuse the dynar of keys to speed the test up;verbose<0 => absolutelely no output...
[simgrid.git] / testsuite / xbt /
2005-06-28 mquinsonReuse the dynar of keys to speed the test up;verbose...
2005-06-27 mquinsonKill defaultlog of xbt_init
2005-06-27 mquinsonUpdate now that multidicts are reimplemented
2005-06-23 mquinsonraising errors now use logging and not printf. We thus...
2005-03-03 mquinsonlet's be friendly with prehistoric compliers
2005-03-01 mquinsonWrap potentially NULL strings to protect solaris
2005-03-01 alegrandMake things work on allo-psmn. It's just a workaround...
2005-02-23 mquinsonTry harder to break that pile of crap when storing...
2005-02-15 mquinsonMake sure dict work when data is NULL
2005-02-13 mquinsonMake it sexier since it's included in the documentation
2005-02-04 mquinsoncleanup
2004-12-31 alegrandTake into account last API modification. Sorry about...
2004-12-22 alegrandModifying the API so as to prevent a use of the context...
2004-12-15 alegrandwhen using doubles, %lg should be used for scanf and...
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 mquinsonFix the semantic (gras_os_time returns seconds); Fix...
2004-12-10 mquinsonfix some (c) dates; do test the local version of gras...
2004-12-10 mquinsonEnsure portability to win32 using the gras_os_functions :)
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-23 alegrandrename xbt_swag_extract to xbt_swag_remove and add...
2004-11-15 mquinsonSome more cleanup
2004-11-15 mquinsonMake it compile in mainaiter (paranoid) mode
2004-11-05 alegrandIllustrates the use of xbt_swag_offset
2004-11-05 alegrandSwag : another name for O(1) set
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 alegrandforgot to rename an include in this one.
2004-11-02 mquinsonstar eradication, mainly (check changelog)
2004-11-02 alegrandcosmetics
2004-11-02 alegrandremplace -> replace
2004-10-29 alegrandFirst version of the xbt_heap, trying to follow the...
2004-10-07 mquinsonAvoid memcpy while retrieving data from dynars (speed up)
2004-10-06 mquinsonCurrent state. See changelog, sorry, I'm out of time
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-28 mquinsonOnly use the C comment style, not the C++ one
2004-09-16 mquinsonalpha portability again (damn size_t)
2004-09-14 mquinson+=.dirstamp
2004-09-14 mquinson.
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonmv
2004-07-13 mquinsonPerl generated test on structures (exaustivity)
2004-07-08 mquinsonReflect recent size change in output
2004-07-08 mquinsonReduce the size of the tests, so that it runs decently...
2004-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-06-03 mquinsonfill the tree before manually removing elements form...
2004-04-26 mquinson [Messaging]
2004-04-21 mquinson [Data description]
2004-04-15 mquinson2004-04-09 Martin Quinson <martin.quinson@tuxfamily...
2004-03-01 mquinsonA new data container coupling the facilities of a dynar...
2004-02-04 mquinsonMake the number of element configurable at compile...
2004-02-03 mquinsonReduce overengeneering around datadesc, put stubs in...
2004-01-29 mquinsonadd the first percent of a wannabe module mecanism...
2004-01-28 mquinsonDefault debug level=verbose; tries to free the dict...
2004-01-28 mquinsonDefault debug level=verbose (instead of debug); plug...
2004-01-28 mquinsonbasic support for automatic testing easing problem...
2004-01-28 mquinsonuse iterators
2004-01-28 mquinsonuse iterators; try to traverse the empty dynar, just...
2004-01-28 mquinsonunifiate the name of test
2004-01-27 mquinsonInitial revision