aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataWriter.java
AgeCommit message (Expand)Author
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
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-12-14Make FORMAT_VERSION non-constantBrett Kail
2016-03-21Don't write empty probe arraysMarc R. Hoffmann
2016-01-12Happy New Year 2016!Marc R. Hoffmann
2015-05-22Improve coverage data for code with implicit exception.Marc R. Hoffmann
2015-01-05Revert exec file version increment.Marc R. Hoffmann
2015-01-04Happy New Year 2015!Marc R. Hoffmann
2014-12-30Increment file version for try-catch probe change.Allen Hair
2014-01-05Happy New Year 2014!Marc R. Hoffmann
2013-02-24Fix JavaDoc problems reported by JDK 8.Marc R. Hoffmann
2013-01-04Happy New Year!Marc R. Hoffmann
2012-12-23Separate session data from IRuntime.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-14Remove obsolete JavaDoc tags from headers.Marc R. Hoffmann
2011-01-12Change license header to year 2011.Marc R. Hoffmann
2011-01-08Trac 133: Remove internal classes from API package.Marc R. Hoffmann
2010-12-12Track #66: increment exec file version as we have now have different probesMarc R. Hoffmann
2010-10-04Remove unused keywords, filter all source files for proper version tag in Jav...Marc R. Hoffmann
2010-05-25The header is only one header block.Marc R. Hoffmann
2010-05-18Trac #82: Remote protocol implementation.Marc R. Hoffmann
2010-05-18Trac #82: Making the data readers/writers extensible for additional, remote c...Marc R. Hoffmann
2010-05-09Trac #94: Plain list of all executed classes on session info page.Marc R. Hoffmann
2010-05-03Trac #90: ExecutionDataReader must verify header in any case.Marc R. Hoffmann
2010-05-03Trac #88: SessionInfo object and wire protocol.Marc R. Hoffmann
2010-04-23As we don't have nested arrays any more we can simplify the APIs.Marc R. Hoffmann
2010-03-05Cleanup copyright headers and automatically verify them during the build.Marc R. Hoffmann
2009-11-10Trac #47: Store execution probes in a single array.Marc R. Hoffmann
2009-09-17#28: Include class names with execution data.Marc R. Hoffmann
2009-09-16# 32: Magic number header for exec files.Marc R. Hoffmann
2009-09-14#26: Increment version for new protocol.Marc R. Hoffmann
2009-09-14#26: Compressed encoding for sequences of boolean execution values.Marc R. Hoffmann
2009-09-13#30: Buffer execution data input/output.Marc R. Hoffmann
2009-09-11#26: Separate concerns: move data I/O methods into separate classes.Marc R. Hoffmann
2009-09-11#26: Variable length encoding for small and frequent integer values.Marc R. Hoffmann
2009-09-11#27: Format version identifier in execution data encodingMarc R. Hoffmann
2009-09-07Code cleanup.Marc R. Hoffmann
2009-07-02Serialization mechanism for execution data.Marc R. Hoffmann