Add support for different time source
Changed number of warmup measurements for sorti...
Added local input file for Rome example.
Added warmup option to remove initial measureme...
Added license to the DiSL native agent files.
Added license to the c-agent.
Added overview page and javadoc target.
Removed temporary testing classes.
Added description of sorting and rome examples.
Added examples of measuring sorting application...
Updated testing library and scripts to run test...
Added printing of timestamp of every run.
Project icon draft.
Changed configuration of measuring example to s...
Some minor fixes in README files.
Added dist ant task and its description in README.
Added new example for custom argument size proc...
Added better run scripts for whole application.
Updated README and added better run scripts.
Added better run scripts for client side.
Updated README and cleaned run scipts.
Fixed updating number of methods that remain to...
Minor javadoc fixes.
Minor changes of some names and javadoc.
Moved scheduler to its owvn package. Added numb...
Changed file name for constructor to replace '<...
Renamed package cz.cuni.mff.spl.representation ...
Fixed parsing of comparison to allow constructo...
Fixed communication error of not sending whole ...
Added printing of sorting times for each run an...
Fixed launcher to exit before it creates commun...
Added DiSL modified native agent sources. Remov...
Improved javadoc and changed SizeAggregator typ...
Tested and fixed some bugs.
Added example of comparison of different method...
Added new hierarchy of method size processors, ...
Added configuration from INI file.
Renamed Configuration to Controller and its inp...
Added evaluation of comparisons.
Added method deactivating when there is enough ...
Added example for measuring. Existing example m...
Tested comparing measurement and scheduling, fi...
Added interface for arguments that can compute ...
Added comparison class to be used for comparing...
Added measurement storing in buckets which depe...
Added method argument size computing. If the co...
Measurement values are now written to file, the...
Tested and fixed scheduler with retransformatio...
Connected scheduler with retransformation. Need...
Added method suspension to the scheduler. Teste...
Added incomplete scheduler to manage measuring ...
Code cleanup. Deleted unused classes, added jav...
Added log4j2 for logging. It is used only for t...
Code cleanup. Removed unused Java JVM agent. Ad...
Checked c-agent and added memory deallocation.
Added c-agent for JVM that allows to retransfor...
Added communication from client to server. Rein...
Added code to reload classes. It looks like the...
Communication from server to client should work...
Refactored Launcher to be in separated package ...
Added classes for client-server communication t...
Merge branch 'test-refactoring'
Separate fully method and generator class loaders
Initial version. Multiple JARs are functional b...
Removed old stuff and updated build.xml.
Removed old measurement and used my own. Should...
Added README with shellscripts description. Cha...
Added README comment how to start examples. Add...
Merge Git and Subversion trust/access tests
Add testing repos URLs to templates
Target test-junit-fast skips the longest runnin...
Refactoring
Check for files that has to be present
Skip test if property file is missing
Merge SSH trust tests
Merge SSH access tests
Skip tests with Assume, let exceptions be thrown
Tests: refactoring, allow absolute file path
Added some ant targets and script for easy buil...
Tried to instrument more methods with DiSL. Not...
Added new parameter - number of sorting runs. E...
Added DiSL instrumentation demo. Works for own ...
Added demo of AspectJ load time weaving using a...
Revised build.xml. Instrumenting of java.lang c...
More informative error message
Git: explicitly check for empty revision
Added AspectJ instrumentation demo. Instrumenta...
Tested that java.lang classes can be statically...