Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename testsuite to cunit (more sexy name); integrate it properly into SimGrid; use...
[simgrid.git] / src / xbt /
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
2005-03-31 alegrandAdd xbt_os_time(). This functions returns the number...
2005-03-30 mquinsons/gras_process_getpid/gras_os_getpid/
2005-03-30 alegrandDon't return stupid strings.
2005-03-29 alegrandVerbose logs.
2005-03-03 mquinsontest whether ucontext actually work, not only whether...
2005-03-01 mquinsonWrap potentially NULL strings to protect solaris
2005-03-01 alegrandmore debuging
2005-02-28 mquinsonInsist on not letting solaris try to print NULL since...
2005-02-28 alegrandStupid me !
2005-02-28 alegrandStupid me !
2005-02-27 mquinsonDisplay the current process's name in all loggings
2005-02-27 mquinsonsplint'able
2005-02-26 alegrandContexts over pthreads.
2005-02-23 alegrandKill dead code.
2005-02-23 mquinsonAdd a boolean to each node indicating whether it's...
2005-02-23 mquinsonAdd a boolean to each node indicating whether it's...
2005-02-23 mquinsonBugfix: don't assume that null content means not found...
2005-02-16 alegrandWorks better on this crappy SunOS5.8. F*ckin' prehistor...
2005-02-14 alegrandTypos : a lot of mecanism -> mechanism and functional...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-13 mquinsonre-doxygenification
2005-02-11 mquinsondoxygenification of XBT
2005-02-11 mquinsonget rid of the nasty TRYCLEAN
2005-02-10 mquinsonExplain why we have 2 set libraries in SG
2005-02-10 mquinsoncosmetics in documentation
2005-02-08 mquinsonUse doxygen's section instead of my poor approximation...
next