interaspect.git
2011-03-29 Siddhi TadpatrikarAdded the function code for tc_declare_call_symbol.
2011-03-14 Siddhi TadpatrikarResolved the merge conflicts in src/tracecut.c
2011-03-12 Justin SeysterInstalls header files.
2011-03-11 Justin SeysterAdds comprehensive cleanup code.
2011-03-09 Justin SeysterAdds stub for tc_declare_call_symbol().
2011-03-09 Siddhi TadpatrikarAdded the checks for signed/unsigned intergers and...
2011-03-08 Justin SeysterAdded some more convenient error handling.
2011-03-03 Justin SeysterUpdates documentation for subtype functions.
2011-03-02 Justin SeysterMerge branch 'cast' into tracecut
2011-03-02 Siddhi TadpatrikarAdds casting for integer and fp types.
2011-02-17 Justin SeysterTracecut advice deletes tuples it doesn't need to store.
2011-02-17 Justin SeysterTracecut reports print out param vals.
2011-02-17 Justin SeysterTracecut initialize also sends param names to tracecut...
2011-02-17 Justin SeysterMore useful match reports. Made some functions static.
2011-02-17 Justin SeysterTracecut advice compiles rules and reports tracecut...
2011-02-17 Justin SeysterChanges to NFA code.
2011-02-17 Justin SeysterAdds Russ Cox's awesome regexp DFA implementation.
2011-02-16 Justin SeysterUser can provide rules for the tracecut.
2011-02-16 Justin SeysterEvents create new tuples and advance existing tuples.
2011-02-12 Siddhi TadpatrikarAdded API functions for checking types of signed and...
2011-02-11 Justin SeysterCollects event params.
2011-02-11 Justin SeysterAdds a tracecut runtime library.
2011-02-10 Justin SeysterAdded tracecut test case.
2011-02-09 Justin SeysterAdds API for inserting initialization instrumentation.
2011-02-08 Justin SeysterPass a tracecut index with each advice call.
2011-02-07 Justin SeysterEvents insert advice to capture bound params.
2011-02-07 Justin SeysterAdded type requirement for tracecut params.
2011-02-07 Justin SeysterAdded test case for dynval casting.
2011-02-07 Justin SeysterAdded functions for casting a dynval to aop_t_all_point...
2011-02-05 Justin SeysterAdd tracecut params and ability to bind them to call...
2011-02-04 Justin SeysterAdd tracecut pass that can instrument events reference...
2011-02-01 Justin SeysterAdded tc_add_call_symbol() and master tracecut list.
2011-02-01 Justin SeysterAdded source files for tracecuts feature.
2010-11-23 Justin SeysterFixed typos in documentation main page.
2010-10-28 Justin SeysterRemoved debugging printf that shouldn't be there. release-v1.0
2010-10-28 Justin SeysterRemoved legacy reference to aop_capture_function_name().
2010-10-28 Justin SeysterReplaced float96 and float128 with just long_double.
2010-10-28 Justin SeysterAdded helpful note about noinstrument to hello.c example.
2010-10-28 Justin SeysterAdded duplication example plug-in.
2010-10-28 Justin SeysterModified duplication test to exercise fixed duplication...
2010-10-28 Justin SeysterFixed bug where entry pointcut wouldn't know the filena...
2010-10-28 Justin SeysterFixed ugly duplication bug.
2010-10-28 Justin SeysterAdded idea of pre_stmts.
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.
next