aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataStore.java
AgeCommit message (Expand)Author
2022-03-17Update jacoco to 0.8.7.Allen Hair
2021-01-05Happy New Year 2021!Evgeny Mandrikov
2020-08-17Revert "Revert "Add IExecutionData interface and move all usage ..."Oliver Nguyen
2020-08-13Revert "Add IExecutionData interface and move all usage to the i..."Jackal Guo
2020-08-11Add IExecutionData interface and move all usage to the interface.Oliver Nguyen
2020-01-02Happy New Year 2020!Evgeny Mandrikov
2019-10-10Remove trailing whitespaces in Java source files (#959)Marc R. Hoffmann
2019-10-05Format code base consistently (#954)Marc R. Hoffmann
2019-09-23Update license to EPL version 2.0 (#943)Evgeny Mandrikov
2019-01-19Happy New Year 2019!Evgeny Mandrikov
2018-01-01Happy New Year 2018!Evgeny Mandrikov
2017-01-03Happy New Year 2017!Evgeny Mandrikov
2016-01-12Happy New Year 2016!Marc R. Hoffmann
2015-12-04GitHub #364: Avoid ConcurrentModificationException during shutdown.Marc R. Hoffmann
2015-01-04Happy New Year 2015!Marc R. Hoffmann
2014-01-13Provide core APIs to detect classes with non-matching ids.Marc R. Hoffmann
2014-01-05Happy New Year 2014!Marc R. Hoffmann
2013-01-04Happy New Year!Marc R. Hoffmann
2012-12-23Separate session data from IRuntime.Marc R. Hoffmann
2012-12-09New API to subtract execution data probes.Marc R. Hoffmann
2012-08-30Fix EOLsEvgeny Mandrikov
2012-01-02Update copyright year to 2012.Marc R. Hoffmann
2012-01-01Update copyright year to 2012.Marc R. Hoffmann
2011-01-25Trac #140: API documentation cleanup.Marc R. Hoffmann
2011-01-14Remove obsolete JavaDoc tags from headers.Marc R. Hoffmann
2011-01-12Change license header to year 2011.Marc R. Hoffmann
2010-10-04Remove unused keywords, filter all source files for proper version tag in Jav...Marc R. Hoffmann
2010-05-09Trac #94: Plain list of all executed classes on session info page.Marc R. Hoffmann
2010-04-15Fix JavaDoc.Marc R. Hoffmann
2010-03-10Trac #74: Don't Required Class Registration at RuntimeMarc R. Hoffmann
2010-03-05Cleanup copyright headers and automatically verify them during the build.Marc R. Hoffmann
2009-11-12Less memory consuming execution data storage as proposed by Brock.Marc R. Hoffmann
2009-11-10Trac #47: Store execution probes in a single array.Marc R. Hoffmann
2009-09-18Consistently use Java 1.5 String formatting instead of concatenation.Marc R. Hoffmann
2009-09-17#28: Include class names with execution data.Marc R. Hoffmann
2009-09-07#23: Share execution data porperly if the same class definition is loaded mul...Marc R. Hoffmann
2009-09-05Avoid auto boxing.Marc R. Hoffmann
2009-07-02Simplification of the IExecutionDataVisitor interface; no JavaDoc for the ag...Marc R. Hoffmann
2009-06-13Using the AMS naming pattern for visitor interfaces.Marc R. Hoffmann
2009-06-07JaCoCo initial drop.Marc R. Hoffmann