interaspect.git
2010-10-28 Justin SeysterAdded advisor to the copyright notices.
2010-10-28 Justin SeysterDocumentation for AOP_TERM_ARG.
2010-10-28 Justin SeysterChanged aop_capture_return_value to aop_capture_call_re...
2010-10-27 Justin SeysterRenamed capture_param functions to capture_call_param.
2010-10-27 Justin SeysterPut aop_get_function_name() in its own group.
2010-10-27 Justin SeysterFixed incorrect protoype in in-param test case.
2010-10-27 Justin SeysterModified floating point test case to deal with 12-bit...
2010-10-27 Justin SeysterAdded aop_t_float96(), which is (long double) on 32...
2010-10-26 Justin SeysterMerge branch 'in_param'
2010-10-26 Justin SeysterModified inparam test case to also test param capture...
2010-10-26 Ketan DixitCapture param without filtering
2010-10-22 Justin SeysterFixed some Doxygen typos.
2010-10-21 Justin SeysterClarified assignment pointcut docs.
2010-10-21 Justin SeysterDocumentation for aop_filter_entry_by_name().
2010-10-21 Justin SeysterAdded documentation for noinstrument.
2010-10-21 Justin SeysterAdded aop_t_cstring() convenience function.
2010-10-21 Justin SeysterAdded test case for capturing return value at exit...
2010-10-21 Justin SeysterAdded aop_capture_exit_return_value_by_type().
2010-10-21 Justin SeysterAdded filtering and capturing on return value for exit...
2010-10-20 Justin SeysterMoved some internal functions out of Doxygen docs.
2010-10-20 Justin SeysterAdded AUTHORS files.
2010-10-20 Justin SeysterMerge branch 'doxygen-style'
2010-10-20 Justin SeysterFixed backwards curly brace. Oops!
2010-10-20 Justin SeysterFixed incorrect typedef definition in automatic headers.
2010-10-20 Justin SeysterAdded test case for passing constants to advice.
2010-10-20 Justin SeysterFixed test broken by changing the type for AOP_INST_CST().
2010-10-20 Justin SeysterFixed precision-lossy cast to float.
2010-10-20 Justin SeysterCorrectly set types for constant values.
2010-10-20 Justin SeysterClarify documentation for AOP_INT_CST.
2010-10-20 Justin SeysterRenamed AOP_FLOAT_CST() to AOP_DOUBLE_CST().
2010-10-20 Justin SeysterNo longer need a join point to find out the current...
2010-10-20 Justin SeysterAdded automatic headers group.
2010-10-20 Justin SeysterAdded capture functions group.
2010-10-20 Justin SeysterCreated group for advice insertion functions.
2010-10-20 Justin SeysterCreated a group for setup functions.
2010-10-20 Justin SeysterMove the doc for aop_finish() so that it is visible...
2010-10-20 Justin SeysterDocumentation for entry/exit pointcut matching functions.
2010-10-20 Justin SeysterClarify documentation for aop_capture_assigned_value().
2010-10-20 Justin SeysterRemoved prototype for obsolete capture function.
2010-10-20 Justin SeysterAdded docs for aop_capture_lineno() and aop_capture_fil...
2010-10-20 Justin SeysterRemoved the internal aop_abort() from documentation.
2010-10-20 Justin SeysterDocumenation for aop_main() and aop_reigster_pass().
2010-10-20 Justin SeysterNew README file. Clarification about Autotools in...
2010-10-19 Justin SeysterCopyright and licensing clarifications. Added runtime...
2010-10-15 Justin SeysterAdded LaRS link.
2010-10-15 Justin SeysterTurned off the search engine for now.
2010-10-15 Justin SeysterUpdated web site navigation.
2010-10-13 Justin SeysterFixed bug caused by trying to do casts directly in...
2010-10-12 Justin SeysterAdded advice_header.c example plug-in.
2010-10-12 Justin SeysterAdded example plug-in to the documentation.
2010-10-12 Justin SeysterAdded list of structs with lifetimes to documentation.
2010-10-11 Justin SeysterDocumented aop_type.
2010-10-11 Justin SeysterDocumentation for the aop_pointcut.
2010-09-23 Justin SeysterMerge branch 'in_param'
2010-09-23 Justin SeysterUpdated docs for in_params.
2010-09-23 Justin SeysterAdded test case for in_param support on all pointcut...
2010-09-23 Justin SeysterAdded in_param filtering to all pointcuts.
2010-09-23 Justin SeysterFixed check_in_params().
2010-09-23 Justin SeysterAdded test case for inparams.
2010-09-23 Justin SeysterFixed uninitialized variable warning.
2010-09-22 Ketan DixitGeneric param capture for pointcut
2010-09-21 Justin SeysterRemoved annoying documentation page for internal struct.
2010-09-21 Justin SeysterAdded a more useful introduction in the main documentat...
2010-09-15 Justin SeysterWider main body. Use em to adapt to larger fonts.
2010-09-15 Justin SeysterReplaced default Doxygen tabs with something that fits...
2010-09-09 Justin SeysterSet up custom HTML header and footer for Doxy documenta...
2010-09-09 Justin SeysterDistributor prototypes now appear in header files....
2010-09-09 Justin SeysterAdded duplication test case.
2010-09-09 Justin SeysterAdded noinstrument attribute (with test case).
2010-09-08 Justin SeysterAssign join points also do not instrument advice calls.
2010-09-08 Justin SeysterMake sure not to instrument calls to advice functions.
2010-09-08 Justin SeysterFixed aop_register_pass() order.
2010-09-08 Justin SeysterAdded a new initialization pass.
2010-09-08 Justin SeysterMerge branch 'autoheaders'
2010-09-07 Justin SeysterCheck prototypes for struct/union/enum types testcase.
2010-09-07 Justin SeysterCheck prototypes for pointer types testcase.
2010-09-07 Justin SeysterCheck prototypes for float types testcase.
2010-09-07 Justin SeysterMake int types test case use aop_finish() for writing...
2010-09-07 Justin SeysterAdded aop_finish().
2010-09-06 Justin SeysterAdded header generation to int types test case.
2010-09-06 Justin SeysterFixed incorrect qsort comparitor. Removed annoying...
2010-09-06 Justin Seysterrun-testcase.py can check the output of an automatic...
2010-09-04 Justin SeysterAdded a way to see arguments passed to the GCC command...
2010-09-03 Justin SeysterMerge branch 'master' into autoheaders
2010-09-03 Justin SeysterMerge branch 'testcases'
2010-09-03 Justin SeysterRewrote format_c_type() to deal with all aop_type objects.
2010-09-03 Justin Seysterget_param_types() no longer balks at AOP_STR_CST()...
2010-09-03 Justin SeysterTurns out you're supposed to NULL terminate linked...
2010-09-02 Justin SeysterFix: allocating just a pointer instead of the whole...
2010-09-02 Justin SeysterMerge branch 'master' into autoheaders
2010-09-02 Justin SeysterAdded struct/union/enum types test.
2010-09-02 Justin SeysterAdded pointer types test case.
2010-09-02 Justin SeysterAdded test case for matching floating point types.
2010-09-02 Justin SeysterTest cases now work when the builddir is not the srcdir.
2010-09-02 Justin SeysterExit with error code when test case fails.
2010-09-02 Justin SeysterHooked the run-testcase.py script into all the autoconf...
2010-09-02 Justin SeysterAdded test case for integer type matching.
2010-09-02 Justin SeysterBetter error handling and reporting in run-testcase.py
2010-09-02 Justin Seysterrun-testcase.py now checks the output of the test program.
2010-09-02 Justin SeysterFixed misspelled assertion.
next