aboutsummaryrefslogtreecommitdiffstats
path: root/org.jacoco.core/src/org/jacoco/core/runtime/SystemPropertiesRuntime.java
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year 2016!Marc R. Hoffmann2016-01-121-1/+1
* Happy New Year 2015!Marc R. Hoffmann2015-01-041-1/+1
* Upgrade to ASM5. Now using asm-debug-all as asm-all is broken and we getMarc R. Hoffmann2014-03-181-2/+2
* Happy New Year 2014!Marc R. Hoffmann2014-01-051-1/+1
* Happy New Year!Marc R. Hoffmann2013-01-041-1/+1
* Separate session data from IRuntime.Marc R. Hoffmann2012-12-231-5/+5
* Fix EOLsEvgeny Mandrikov2012-08-301-75/+75
* Update copyright year to 2012.Marc R. Hoffmann2012-01-021-1/+1
* Update copyright year to 2012.Marc R. Hoffmann2012-01-011-1/+1
* Fix code quality problems reported by SonarEvgeny Mandrikov2011-07-041-0/+1
* Trac #140: API documentation cleanup.Marc R. Hoffmann2011-01-251-6/+3
* Remove obsolete JavaDoc tags from headers.Marc R. Hoffmann2011-01-141-3/+0
* Change license header to year 2011.Marc R. Hoffmann2011-01-121-1/+1
* Remove unused keywords, filter all source files for proper version tag in Jav...Marc R. Hoffmann2010-10-041-2/+1
* Use more compact hex-id also for the system properties runtime.Marc R. Hoffmann2010-09-201-1/+1
* Trac #88: Extend runtime to produce session information.Marc R. Hoffmann2010-05-051-1/+3
* Trac #74: Don't Required Class Registration at RuntimeMarc R. Hoffmann2010-03-101-30/+5
* Cleanup copyright headers and automatically verify them during the build.Marc R. Hoffmann2010-03-051-1/+1
* Avoid overhead of GeneratorAdapter.Marc R. Hoffmann2010-01-291-72/+13
* Trac #47: Store execution probes in a single array.Marc R. Hoffmann2009-11-101-13/+12
* Directly determine local variable and stack sizes.Marc R. Hoffmann2009-10-021-4/+27
* #28: Include class names with execution data.Marc R. Hoffmann2009-09-171-2/+3
* #23: Share execution data porperly if the same class definition is loaded mul...Marc R. Hoffmann2009-09-071-55/+70
* Introduce new logging based runtime.Marc R. Hoffmann2009-08-101-18/+4
* Class loader exclusion as agent option.Marc R. Hoffmann2009-07-251-0/+12
* Simplification of the IExecutionDataVisitor interface; no JavaDoc for the ag...Marc R. Hoffmann2009-07-021-1/+0
* Using the AMS naming pattern for visitor interfaces.Marc R. Hoffmann2009-06-131-8/+10
* JaCoCo initial drop.Marc R. Hoffmann2009-06-071-0/+126