Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some test code and bugs fixed + add of some accessors to members of private data...
[simgrid.git] / src / xbt /
2006-03-22 dimitrovsome test code and bugs fixed + add of some accessors...
2006-03-21 alegrandkeep up with last Darina's modifications of the DTD
2006-03-21 dimitrovadd a length attribute to edge node
2006-03-21 alegrandMake last version of flex (2.5.33-2) happy.
2006-03-21 alegrandKeep up with last API modifications induced by flexml...
2006-03-21 alegrandEnable surfxml to live with an other xml parser in...
2006-03-20 alegrandAdding basic parsing functions to the graph library
2006-03-20 alegrandAdding a XML graph parser
2006-03-20 alegrandsimple dtd for graphs
2006-03-14 alegrandAdding licence + cosmetics
2006-03-14 dimitrovconstructors and destructors for graph structures
2006-03-13 alegrandfirst guess
2006-03-10 dimitrovAdding a stub for the graph library.
2005-12-05 mquinsonReduce the context stack size from 512k to 128k, and...
2005-10-24 mquinsonno variable declaration in the middle of the code,...
2005-10-23 mquinsonAnd now get doxygen AND compilation AND testsuite worki...
2005-10-23 mquinsonMake sure doxygen still finds the code examples after...
2005-10-23 mquinsonDisplay what's going on as the unit is running, not...
2005-10-23 mquinsonconvert the modules dict, dynar and swag to unit testing
2005-10-23 mquinsonPort set datacontainer to unit testing
2005-10-23 mquinsonMake the current unit a global instead of passing it...
2005-10-23 mquinsonThese modules does not use logging anymore now that...
2005-10-23 mquinsonConvert config module to unit testing
2005-10-23 mquinsondeal with suite title which title are multiple of 2
2005-10-23 mquinsonReadd the example we need in the documentation, they...
2005-10-23 mquinsonAdd a tool to automatically extract the test units...
2005-10-22 mquinsonRename testsuite to cunit (more sexy name); integrate...
2005-10-22 mquinsonMove OSSP testsuite code out of the testsuite/ dir...
2005-10-22 mquinsonSanitize the documentation of heap: group defined in...
2005-10-19 alegrandmake g++ happy
2005-10-19 alegrandmake g++ happy
2005-10-11 alegrandmoved to %f instead of %g. It's usefull when values...
2005-10-03 mquinsonGet the simulated exceptions as verbose as real ones
2005-10-03 alegrandremoved a brutal exit. It doesn't make sense in MSG...
2005-09-30 mquinsonput the list of all existing categories in a more visib...
2005-09-21 mquinsonMake the error message both correct and explicit about...
2005-09-21 alegrand"Malformated" is not correct and malformation is only...
2005-09-21 alegrandhelp compilation on grid5000 with the paranoid compilat...
2005-09-20 alegrandsolving the pthread problem. Henri, give it a try on...
2005-09-09 mquinsonDo not free the datacontainer on dynar_reset. The corre...
2005-09-08 mquinsondocumentation fix
2005-09-08 mquinsonFixup the context build
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-09-05 mquinsonThis variable is used only with contexts, not with...
2005-09-05 mquinsonAllow exceptions with NULL msg
2005-08-30 alegrandgetting rid of memleaks.
2005-08-29 alegrandRemoved awful bugs noticed by Henri. And this code...
2005-08-27 mquinsonDocumentation of xbt_log module unmercifully reworked
2005-08-26 alegrandDeprecating stupidly named functions...
2005-08-26 alegrandfixing the doc...
2005-08-25 alegrandStupid me. I hadn't noticed the xbt_dict_get_or_null...
2005-08-25 alegrandCatch not_found_error. I'm just restoring the previous...
2005-08-07 mquinsondon't include execinfo.h directly, but using portable...
2005-08-07 mquinsonActually obey the key_len argument in exception messages
2005-08-07 mquinsonAvoid to use the data after freeing them, even in error...
2005-08-07 mquinsonFix a leak
2005-08-07 mquinsonUps, you may need this
2005-08-07 mquinsonKill the xbt_memdup inline function since it's not...
2005-08-07 mquinsonFix a leak
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonMore xbt_error_t eradication; use xbt_assert where...
2005-08-07 mquinsonSome more xbt_error_t eradication; change mismatch_erro...
2005-08-07 mquinsonMake sure the lens dynar always gets cleaned, even...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-22 alegranddoc fix.
2005-07-05 alegrandgetting rid of unused variables
2005-07-02 mquinsons/TRY/TRYOLD/ I'd like to introduce a TRY macro in...
2005-07-02 alegrandMake context exception-aware. I don't know whether...
2005-07-02 mquinsons/sg/xbt/ ; s/code/category/
2005-07-01 mquinsonAdd a pimple^W^W an helper function
2005-07-01 mquinsons/_XBT_GNUC_FUNCTION/_XBT_FUNCTION/ (that's how to...
2005-07-01 mquinsonfit libex into SimGrid (with an axe, I admit)
2005-07-01 alegranduse a nice va_copy if none was provided by the system
2005-07-01 mquinsonMake sure we have an implementation of asprintf, even...
2005-07-01 mquinsonInclude the original version of the libex library....
2005-06-29 mquinsonxbt_cfg_set_vargs() and xbt_cfg_set() now handle only...
2005-06-29 mquinsonDo compile correctly under windows
2005-06-29 alegrandTrying to make context work on stupid architectures...
2005-06-28 mquinsonNo instruction before the last variable declaration...
2005-06-28 mquinsonGot the last little bugs; more useful loggings
2005-06-27 mquinsonImplement callbacks, add some missing functions and...
2005-06-27 mquinsonReimplementation in the modern coding standards
2005-06-27 mquinsonkill defaultlog
2005-06-27 mquinsonmulti dicts take care of their own logging category...
2005-06-27 mquinsoncleanups
2005-06-23 mquinsonReduce the default amount of logs
2005-06-23 mquinsonreduce the default amount of logs
2005-06-23 mquinsonIn RL, count the time from the begining of the applicat...
2005-06-23 mquinsonin remove_at, if the user didn't provide room to retrie...
2005-06-10 alegrandInitialization that should be useless because of the...
2005-06-06 mquinsonlet timer work on host without gettimeofday (windows...
2005-06-06 mquinsonKill french dupplicate of the log documentation now...
2005-06-04 mquinsonDumping function. As usual, for debuging purpose
2005-06-02 mquinsonmove the type definition to a specific header so that...
2005-06-02 mquinsonYeah. Cool, we use the SIZEOF_MAX. But now also load...
2005-06-02 mquinsonUse SIZEOF_MAX now that configure tests it
2005-05-30 mquinsonSanitize swag documentation: group definition in module...
2005-05-10 mquinsonImplement real timers to avoid rounding errors when...
2005-04-14 alegrandmoving timer functions so that we can use them for...
2005-03-31 alegrandbugfix
next