-
joe
2006-07-22 09:47
Rev.: 895
-
164 lines of code changed in 8 files:
-
src/tools/com/thoughtworks/xstream/tools/benchmark:
Harness.java (+1 -1),
Metric.java (+1 -1),
Reporter.java (+1 -1)
-
src/tools/com/thoughtworks/xstream/tools/benchmark/metrics:
DeserializationSpeedMetric.java (+3 -3),
SerializationSpeedMetric.java (+3 -3),
SizeMetric.java (+2 -2)
-
src/tools/com/thoughtworks/xstream/tools/benchmark/reporters:
HtmlReporter.java (new 152),
TextReporter.java (+1 -1)
-
joe
2006-07-15 08:42
Rev.: 894
-
34 lines of code changed in 7 files:
-
src/tools/com/thoughtworks/xstream/tools/benchmark:
Harness.java (+2 -2),
Metric.java (+8 -2),
Reporter.java (+1 -1)
-
src/tools/com/thoughtworks/xstream/tools/benchmark/metrics:
DeserializationSpeedMetric.java (+6 -2),
SerializationSpeedMetric.java (+6 -2),
SizeMetric.java (+6 -2)
-
src/tools/com/thoughtworks/xstream/tools/benchmark/reporters:
TextReporter.java (+5 -2)
-
joe
2006-07-15 07:39
Rev.: 893
-
831 lines of code changed in 22 files:
-
build.xml (+9 -1)
-
src/tools/com/thoughtworks/xstream/tools/benchmark:
Harness.java (new 89),
Metric.java (new 31),
Product.java (new 25),
Reporter.java (new 48),
Target.java (new 25),
package.html (new 1)
-
src/tools/com/thoughtworks/xstream/tools/benchmark/metrics:
DeserializationSpeedMetric.java (new 51),
SerializationSpeedMetric.java (new 44),
SizeMetric.java (new 30)
-
src/tools/com/thoughtworks/xstream/tools/benchmark/products:
JavaObjectSerialization.java (new 35),
XStreamBinary.java (new 41),
XStreamCompact.java (new 41),
XStreamDom.java (new 39),
XStreamStax.java (new 39),
XStreamXpp.java (new 39)
-
src/tools/com/thoughtworks/xstream/tools/benchmark/reporters:
TextReporter.java (new 76)
-
src/tools/com/thoughtworks/xstream/tools/benchmark/targets:
JTreeTarget.java (new 32),
ListTarget.java (new 39),
Person.java (new 33),
StringTarget.java (new 28),
UserDefinedClassTarget.java (new 36)
-
joe
2006-07-15 06:20
Rev.: 892
-
38 lines of code changed in 1 file:
-
src/java/com/thoughtworks/xstream/io/binary:
Token.java (+38 -23)
-
joe
2006-06-04 15:01
Rev.: 862
-
889 lines of code changed in 9 files:
-
src/java/com/thoughtworks/xstream/io:
StreamException.java (+4)
-
src/java/com/thoughtworks/xstream/io/binary:
BinaryStreamReader.java (new 201),
BinaryStreamWriter.java (new 82),
ReaderDepthState.java (new 137),
Token.java (new 268)
-
src/test/com/thoughtworks/acceptance:
AbstractAcceptanceTest.java (+20)
-
src/test/com/thoughtworks/xstream/io/binary:
BinaryStreamTest.java (new 67),
TokenTest.java (new 66)
-
src/test/com/thoughtworks/xstream/io/copy:
HierarchicalStreamCopierTest.java (new 44)
-
joe
2006-06-04 14:52
Rev.: 861
-
40 lines of code changed in 2 files:
-
src/java/com/thoughtworks/xstream/io/copy:
HierarchicalStreamCopier.java (new 40)
-
website/src/content:
changes.html (changed)
-
joe
2006-04-21 05:45
Rev.: 839
-
1 lines of code changed in 1 file:
-
src/java/com/thoughtworks/xstream:
XStream.java (+1 -1)
-
joe
2006-04-14 14:39
Rev.: 826
-
3 lines of code changed in 1 file:
-
src/java/com/thoughtworks/xstream/io/path:
PathTracker.java (+3 -1)
-
joe
2006-04-14 14:19
Rev.: 825
-
2 lines of code changed in 1 file:
-
src/java/com/thoughtworks/xstream/mapper:
CGLIBMapper.java (+2 -2)
-
joe
2006-04-14 13:38
Rev.: 824
-
6 lines of code changed in 7 files:
-
src/java/com/thoughtworks/xstream/core:
JVM.java (-4)
-
src/java/com/thoughtworks/xstream/core/util:
ClassStack.java (-6),
IntQueue.java (del),
PrioritizedList.java (-17),
QuickWriter.java (+1 -2)
-
src/test/com/thoughtworks/xstream/core/util:
IntQueueTest.java (del),
PrioritizedListTest.java (+5 -14)
-
joe
2006-04-14 13:11
Rev.: 823
-
9 lines of code changed in 2 files:
-
src/java/com/thoughtworks/xstream:
XStreamer.java (+6 -6)
-
src/test/com/thoughtworks/acceptance:
XStreamerTest.java (+3 -3)
-
joe
2005-10-04 13:28
Rev.: 626
-
1 lines of code changed in 1 file:
-
joe
2005-09-13 07:57
Rev.: 609
-
15 lines of code changed in 4 files:
-
src/java/com/thoughtworks/xstream/converters/enums:
EnumSetConverter.java (+3 -1)
-
src/test/com/thoughtworks/xstream/converters/enums:
EnumSetConverterTest.java (+12 -6)
-
website/src/content:
changes.html (changed),
team.html (changed)
-
joe
2005-08-06 18:59
Rev.: 605
-
146 lines of code changed in 9 files:
-
src/java/com/thoughtworks/xstream:
XStream.java (+25)
-
src/java/com/thoughtworks/xstream/io:
HierarchicalStreamDriver.java (+6)
-
src/java/com/thoughtworks/xstream/io/xml:
Dom4JDriver.java (+32 -3),
DomDriver.java (+12 -9),
JDomDriver.java (+17 -3),
StaxDriver.java (+32 -3),
XppDomDriver.java (+8 -2),
XppDriver.java (+14 -3)
-
website/src/content:
changes.html (changed)
-
joe
2005-08-06 18:30
Rev.: 604
-
38 lines of code changed in 19 files:
-
src/java/com/thoughtworks/xstream/converters:
ConversionException.java (+2 -2)
-
src/java/com/thoughtworks/xstream/converters/basic:
ThreadSafeSimpleDateFormat.java (+1 -1)
-
src/java/com/thoughtworks/xstream/converters/collections:
ArrayConverter.java (+1 -3)
-
src/java/com/thoughtworks/xstream/converters/extended:
ColorConverter.java (+1 -2),
RegexPatternConverter.java (+1 -2)
-
src/java/com/thoughtworks/xstream/converters/javabean:
BeanProperty.java (+3 -1),
BeanProvider.java (+2 -3),
PropertyDictionary.java (+6 -5)
-
src/java/com/thoughtworks/xstream/converters/reflection:
PureJavaReflectionProvider.java (+2 -3),
SerializationMethodInvoker.java (+4 -2),
Sun14ReflectionProvider.java (+1 -2)
-
src/java/com/thoughtworks/xstream/core/util:
CustomObjectInputStream.java (+1 -3),
CustomObjectOutputStream.java (+3 -5)
-
src/java/com/thoughtworks/xstream/io/path:
Path.java (+1 -1)
-
src/java/com/thoughtworks/xstream/io/xml:
DomReader.java (+1 -2),
JDomWriter.java (+4 -4),
SaxWriter.java (+1 -1)
-
src/java/com/thoughtworks/xstream/mapper:
CachingMapper.java (+2 -3)
-
src/test/com/thoughtworks/xstream:
XStreamTest.java (+1 -17)
-
joe
2005-08-06 18:25
Rev.: 603
-
1 lines of code changed in 2 files:
-
src/java/com/thoughtworks/xstream/io/xml:
CompactWriter.java (-5),
PrettyPrintWriter.java (+1 -6)
-
joe
2005-07-24 12:23
Rev.: 602
-
4 lines of code changed in 1 file:
-
jdk-1.4-specific.txt (+4)
-
joe
2005-06-20 15:32
Rev.: 601
-
146 lines of code changed in 8 files:
-
src/java/com/thoughtworks/xstream:
XStream.java (+9)
-
src/java/com/thoughtworks/xstream/converters/reflection:
ReflectionConverter.java (+3)
-
src/java/com/thoughtworks/xstream/mapper:
DefaultMapper.java (+4),
FieldAliasingMapper.java (+11 -4),
Mapper.java (+7 -2),
MapperWrapper.java (+4)
-
src/test/com/thoughtworks/acceptance:
OmitFieldsTest.java (new 108)
-
website/src/content:
changes.html (changed)
-
joe
2005-04-30 07:56
Rev.: 593
-
1 lines of code changed in 5 files:
-
build.xml (+1 -1)
-
website/src/content:
download.html (new),
news.html (new)
-
joe
2005-04-30 07:32
Rev.: 590
-
13 lines of code changed in 2 files:
-
src/java/com/thoughtworks/xstream/converters/javabean:
BeanProperty.java (+2 -2)
-
src/test/com/thoughtworks/xstream/io/xml:
PrettyPrintWriterTest.java (+11 -2)