interaspect.git
2010-08-13 Justin SeysterMerge branch 'workspace'
2010-08-13 Ketan DixitCapturing line no and file name of a joinpoint
2010-08-13 Justin SeysterIgnore Makefile again, now that autoconf generates it.
2010-08-13 Justin SeysterWorkspace directory now works correctly when using...
2010-08-13 Justin SeysterAdded documentation for the new aop_duplicate() function.
2010-08-13 Justin SeysterPrevent an internal struct from appearing in the Doxyge...
2010-08-12 Justin Seysteraop_join_on_copy() support for function exit pointcuts.
2010-08-12 Justin Seysteraop_join_on_copy() support for function entry pointcuts.
2010-08-12 Justin Seysteraop_join_on_copy() support for assignment pointcut.
2010-08-12 Justin SeysterAdded aop_join_on_copy().
2010-08-12 Justin SeysterThe two copies of a duplicated function are now availab...
2010-08-11 Justin SeysterAdded support for duplicating a function.
2010-08-02 Justin SeysterUpdated comments to explain the new aop_capture_lhs_nam...
2010-08-02 Ketan DixitGenerate-unique-no-for-lexical-block-in-fun-scope
2010-07-28 Justin SeysterUpdated doxygen comments for aop_capture_lhs_var_scope.
2010-07-28 Ketan DixitAdded support for capturing lhs var scope
2010-07-19 Justin SeysterSupport for reading in a header file's contents before...
2010-07-15 Justin SeysterMinor formatting.
2010-07-15 Ketan DixitAdded common init function for joinpoint
2010-07-15 Ketan DixitAdded generic constructor for pointcut
2010-07-15 Justin SeysterAdded initial support for writing out a header file.
2010-07-14 Justin SeysterStore prototype for each advice function.
2010-07-09 Justin SeysterChanged (int) cast to (HOST_WIDE_INT) to prevent warnin...
2010-07-09 Justin SeysterAdded GENERATOR_FILE macro to prevent real.h from inclu...
2010-07-09 Ketan DixitAdded float and void ptr params for weave func
2010-07-08 Justin SeysterMerge branch 'master' into workspace
2010-07-08 Justin SeysterSet .gitignore files to export-ignore.
2010-07-08 Justin SeysterAdded a basic README file.
2010-07-07 Justin SeysterDocumentation for the new workspace feature.
2010-07-07 Justin SeysterAdded a Hello World example plug-in.
2010-07-07 Justin SeysterAdded a workspace directory with plug-in Makefile.
2010-07-07 Justin SeysterComprehensive guide for installing GCC and compiling...
2010-07-06 Justin SeysterMerge branch 'regimplify'
2010-07-06 Justin SeysterFixed whitespace errors.
2010-07-06 Ketan DixitAdded regimplification for assignment ptcut
2010-07-05 Justin SeysterError on capturing return value in before advice.
2010-07-03 Justin SeysterMerge branch 'doxygen'
2010-07-03 Justin SeysterAdded Doxygen main page and groups for each type of...
2010-07-03 Justin SeysterAdded Doxygen configuration.
2010-07-02 Justin SeysterAdded aop_capture_called_function_name.
2010-07-02 Justin SeysterFinshed function call parameter interface.
2010-07-01 Justin SeysterAdded aop_capture_return_value_by_type().
2010-07-01 Justin SeysterDocumented several functions.
2010-06-30 Justin SeysterAdded proper support for filtering calls by return...
2010-06-30 Justin SeysterMake it always possible to capture function return...
2010-06-30 Justin SeysterPreparations for adding doxygen support.
2010-06-18 Justin SeysterCleaned up function exit pointcuts so that after advice...
2010-06-18 Justin SeysterCleaned up function entry pointcut.
2010-06-18 Justin SeysterFixed style problems in aop.h.
2010-06-07 Justin SeysterMoved PAUSE_ON_START back where it belongs.
2010-06-07 Ketan DixitOrder of prepare_for_weave and insert advice is fixed
2010-05-24 Justin SeysterStyle improvements.
2010-05-24 Ketan Dixitbzip bug fix with prepare_for_weave changes
2010-05-21 Ketan DixitMerge branch 'master' of ssh://ketand@git.fsl.cs.sunysb...
2010-05-21 Ketan DixitFixed the bugs for compilation with Bzip
2010-05-20 Justin SeysterAdded ability to capture the value of an assignment.
2010-04-20 Ketan DixitMerge branch 'master' of ssh://ketand@git.fsl.cs.sunysb...
2010-04-16 Justin SeysterFixed error in build_gcc_call().
2010-04-14 Ketan Dixitfun call pointcut
2010-04-01 Justin SeysterAdded verbose flag to test driver.
2010-04-01 Justin SeysterAdded missing test driver header file.
2010-04-01 Justin SeysterAdded support for aop_capture_lhs_addr() on assignment...
2010-04-01 Justin SeysterAdded support for including aop_dynval objects in advic...
2010-04-01 Justin SeysterChanged the location of the AOP instrumentation pass.
2010-03-30 Justin SeysterAdded verbose mode to test case framework.
2010-03-27 Justin SeysterFixed sizeof() type.
2010-03-24 Justin SeysterAdded an op in the aop_pointcut op vector for inserting...
2010-03-24 Justin SeysterAdded locale.h to some source files for Karmic support.
2010-03-24 Justin SeysterMerge branch 'entryexit'
2010-03-24 Ketan DixitAdded function entry/exit pointcuts and support for...
2010-03-22 Justin SeysterRenamed aop_do_weave() function to aop_insert_advice().
2010-03-22 Justin SeysterAdded Python test case framework.
2010-03-12 Justin SeysterPartial implementation of does_type_match(). Other...
2010-02-12 Justin SeysterAdded weaving function.
2010-02-11 Justin SeysterAdded capture function for assignment left-hand side.
2010-02-10 Justin SeysterFilled in aop_join_on for assignment pointcuts.
2010-02-06 Justin SeysterAdded aop_pointcut and aop_type types. Added a match...
2010-02-03 Justin SeysterLinker magic to make compiling against InterAspect...
2010-02-03 Justin SeysterAdded cleanup for registered passes.
2010-02-02 Justin SeysterFixed some typos that were preventing compilation.
2010-02-02 Justin SeysterAutotools machinery.
2010-02-02 Justin SeysterGPLv3 licence along with stub files that autotools...
2010-02-02 Justin SeysterHandy .gitignore file!
2010-02-02 Justin SeysterInitialized git repo.