aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-09-06Fix a few spelling mistakes in README.md (#98)Kenny Root
2018-01-12Support custom converters of non-primitive types. (#86)Ang Li
Now users can supply custom logic for object serialization/de-serialization through a centralized class, and snippet lib will automatically use the custom converters. Added a new example to demonstrate this feature.
2017-08-15Add all examples to top level readme and massage descriptions. (#67)David T.H. Kao
* Add all examples to top level readme and massage descriptions. * edits * Addressing comments * comments
2017-01-27Don't explode if the binary into which snippet-lib is linked has junit ↵adorokhine
tests. (#28) Prior to this we would have tried to actually execute those tests as part of the 'stop' action. To avoid this, make an empty junit class and always run that as part of 'stop'. Fixes #27.
2017-01-10Rename example folders so they do not start with a number. (#15)adorokhine
This causes problems for some systems.
2016-12-08Fix relative links in README.Alexander Dorokhine
2016-12-07Update documentation to reflect the new instrumented snippets.Alexander Dorokhine
2016-11-10Add a README.Alexander Dorokhine