2005-09-05 |
mquinson | cosmetics |
commit | commitdiff | tree | snapshot |
2005-09-05 |
mquinson | Use gras_datadesc_copy() to exchange messages on top... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
mquinson | Move msg_send/recv to a RL specific file, so that we... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
mquinson | Allow exceptions with NULL msg |
commit | commitdiff | tree | snapshot |
2005-09-05 |
mquinson | Allow exception with NULL msg |
commit | commitdiff | tree | snapshot |
2005-09-05 |
mquinson | Implement gras_datadesc_copy |
commit | commitdiff | tree | snapshot |
2005-09-05 |
mquinson | Implement gras_datadesc_copy. Was actually easier than... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
alegrand | getting rid of memleaks. |
commit | commitdiff | tree | snapshot |
2005-08-30 |
casanova | Implemented the MSG_task_get_source() function. (See... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
mquinson | Write a changelog entry for Arnaud, since he keeps... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
alegrand | Removed awful bugs noticed by Henri. And this code... |
commit | commitdiff | tree | snapshot |
2005-08-27 |
mquinson | Documentation of xbt_log module unmercifully reworked |
commit | commitdiff | tree | snapshot |
2005-08-27 |
alegrand | Add more checkings... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
alegrand | Update the changelog |
commit | commitdiff | tree | snapshot |
2005-08-26 |
alegrand | Additionnal checks for Henri ;) |
commit | commitdiff | tree | snapshot |
2005-08-26 |
alegrand | fixing the doc... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
alegrand | Deprecating stupidly named functions... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
alegrand | fixing the doc... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
alegrand | I think this is an obsolete section. |
commit | commitdiff | tree | snapshot |
2005-08-25 |
alegrand | Stupid me. I hadn't noticed the xbt_dict_get_or_null... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
alegrand | I had forgotten to commit these files at release time... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
alegrand | Catch not_found_error. I'm just restoring the previous... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
alegrand | a cast to make it compile... Martin, that's your part... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
alegrand | typos + update |
commit | commitdiff | tree | snapshot |
2005-08-25 |
casanova | Replaced all task->name by MSG_task_get_name(task) |
commit | commitdiff | tree | snapshot |
2005-08-24 |
casanova | Fixed spelling and grammar in some comments |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | update the changelog |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | include the right files |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | regenerate the lexer |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | moving public parts to public places and generating... |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | minor fix |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | renaming |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | moving stuff to enable surf_parser hijacking |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | Bypassing the XML parser. Need to fix include directori... |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | Preparing surf_parser to be hijacked |
commit | commitdiff | tree | snapshot |
2005-08-16 |
alegrand | Preparing surf_parser to be hijacked |
commit | commitdiff | tree | snapshot |
2005-08-09 |
alegrand | moving to 2.97 |
commit | commitdiff | tree | snapshot |
2005-08-09 |
alegrand | stupid me |
commit | commitdiff | tree | snapshot |
2005-08-09 |
alegrand | Make the list of functions, types, ... |
commit | commitdiff | tree | snapshot |
2005-08-09 |
alegrand | oops. forgot a msg_getClock... |
commit | commitdiff | tree | snapshot |
2005-08-09 |
alegrand | version 2.96 |
commit | commitdiff | tree | snapshot |
2005-08-09 |
alegrand | getting rid of deprecated functions |
commit | commitdiff | tree | snapshot |
2005-08-09 |
alegrand | adding a priority mechanism |
commit | commitdiff | tree | snapshot |
2005-08-08 |
alegrand | getting rid of MSG_getClock |
commit | commitdiff | tree | snapshot |
2005-08-08 |
alegrand | add a list of all functions, types and macros to the... |
commit | commitdiff | tree | snapshot |
2005-08-08 |
mquinson | kill dead stuff |
commit | commitdiff | tree | snapshot |
2005-08-08 |
mquinson | of course, xlC does not like gcc attributes. And since... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | xlC dont like having a return <value> in a void functio... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | I've lost access to this one, unfortunately |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | don't include execinfo.h directly, but using portable... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | load execinfo.h when available |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Do not include execinfo.h directly since we cannot... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Only pass '-Wl,--export-dynamic' (we need to get neat... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Check for execinfo.h, it's not always there (actually... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Seed exenv with $SG_TEST_EXENV for mass-valgrinding |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Fix previous commit: don't forget about valgrind when... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Uniformize the test_{sg,rl} scripts, rename the wine... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | do not valgrind dict_crash, it's ways too big (and... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Do not register broken plugins |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Actually obey the key_len argument in exception messages |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | s/surf_finalize/surf_exit/ for uniformity with other... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Always traverse the head, not only on error catching |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | s/mismatch_error/not_found_error/ when needed |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Fix memleaks by calling surf_exit when needed + minor... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Avoid to use the data after freeing them, even in error... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Fix a leak |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | s/surf_finalize/surf_exit/ for uniformity with other... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | s/surf_finalize/surf_exit/ for uniformity with other... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Ups, you may need this |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Kill the xbt_memdup inline function since it's not... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Fix a leak |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | fix memleaks |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Last bits of convertion from xbt_error_t to exceptions... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Kill another xbt_error_t |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Kill some more xbt_error_t |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | This header is now useless (yeah) |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | More xbt_error_t eradication; use xbt_assert where... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Some more xbt_error_t eradication |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Move the asserts out of error.h in order to kill it... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Missing header |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | change mismatch_error to not_found_error where appropriate |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | change mismatch_error to not_found_error where appropriate |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Missing header |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Some more xbt_error_t eradication; change mismatch_erro... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Provide all the needed args in format |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Add a new error category: not_found. It used to be... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | More xbt_error_t eradication |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Finish the xbt_error_t eradication. As side effect... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Document changes even before there are actually finished |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Make sure the lens dynar always gets cleaned, even... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Use xbt_dict_get_or_null to avoid the exception madness |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Use xbt_dict_get_or_null since it's what we mean. |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Simplify a bit exception handling, plus minor cleanups |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | - Found a strdup left over. Use xbt_strdup instead. |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Simplify a bit the way the exceptions are handled |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Do not specify to gcc that this static function may... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | And now, a version which compile. Next time, a version... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Kill dead cruft |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | Some cleanups, plus add some details to an error message |
commit | commitdiff | tree | snapshot |
2005-08-07 |
mquinson | kill dead cruft |
commit | commitdiff | tree | snapshot |
next |