interaspect.git
2012-08-01 Justin SeysterUpdates version to v1.1! Huzzah! master release-v1.1
2012-08-01 Justin SeysterAdds missing plugin file so that it gets included in...
2012-08-01 Justin SeysterAdds note about Doxygen compatibility.
2012-08-01 Justin SeysterAdds missing copyright notice.
2012-07-31 Justin SeysterUpdates ChangeLog with static inline advice feature.
2012-07-31 Justin SeysterAdds notes in doxygen for which functions need v1.1.
2012-07-31 Justin SeysterSupports static inline advice functions.
2011-04-13 Justin SeysterChangeLog update for v1.1.
2011-04-13 Justin SeysterIncludes fclose_tracecut.c in make dist.
2011-04-13 Justin SeysterMerge branch 'tracecut'
2011-04-13 Justin SeysterAdds TC_BAD_RETURN_BINDING error code.
2011-04-12 Justin SeysterRequires Python >= 2.6 for test cases.
2011-04-12 Justin SeysterGives aop_finish "default" (public) visibilty.
2011-04-08 Justin SeysterDocumentation for the Tracecut extension.
2011-04-08 Justin SeysterAdds a tracecut example to the workspace directory.
2011-04-08 Justin SeysterFixes nasty typo in test case.
2011-04-08 Justin SeysterUpdates tracecut test cases to use tc_set_main_function().
2011-04-08 Justin SeysterFixes Doxygen warnings.
2011-04-08 Justin SeysterMerge branch 'tc-declare' into tracecut
2011-04-08 Justin SeysterClarifies rules for allowed symbol and param names.
2011-04-01 Siddhi TadpatrikarAdded the testcase for tc_declare_call_symbol.
2011-03-29 Siddhi TadpatrikarAdded the function code for tc_declare_call_symbol.
2011-03-17 Justin SeysterFixed return without return_error().
2011-03-17 Justin SeysterAdds and documents tc_set_main_function().
2011-03-17 Justin SeysterRemoved debugging fprintfs.
2011-03-17 Justin Seystertc_report_match() is overridable.
2011-03-16 Justin SeysterDoxygen now compiles docs when the build dir is not...
2011-03-14 Siddhi TadpatrikarResolved the merge conflicts in src/tracecut.c
2011-03-12 Justin SeysterAdds Doxygen generation into Autoconf.
2011-03-12 Justin SeysterIncludes workspace examples in distribution.
2011-03-12 Justin SeysterIncludes test case files in distribution.
2011-03-12 Justin SeysterMakes sure COPYING.RUNTIME ends up in the distribution.
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.
next