Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added missing license. | Julien Eluard | 2014-08-01 | 1 | -0/+16 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Julien Eluard | 2014-08-01 | 3 | -4/+4 | |
| | ||||||
* | [maven-release-plugin] prepare release 0.9.25 | Julien Eluard | 2014-08-01 | 3 | -4/+4 | |
| | ||||||
* | Merge pull request #37 from timowest/master | Julien Eluard | 2014-07-31 | 4 | -6/+44 | |
|\ | | | | | Improve access comparison | |||||
| * | Add test | Timo Westkämper | 2014-07-30 | 1 | -0/+19 | |
| | | ||||||
| * | Improve access comparison | Timo Westkämper | 2014-07-30 | 3 | -6/+25 | |
|/ | ||||||
* | Updated filter syntax. Fixes #35. | Julien Eluard | 2014-06-25 | 1 | -4/+4 | |
| | ||||||
* | Merge pull request #34 from sgothel/jogamp | Julien Eluard | 2014-05-13 | 7 | -134/+323 | |
|\ | | | | | Allow usage of regexp syntax for includes/excludes. | |||||
| * | Dump: Add dumpFullStats(..) producing diff stat per-class w/ diff-type-count ↵ | Sven Gothel | 2014-05-14 | 1 | -6/+108 | |
| | | | | | | | | and dump all diffs separated by diff-type | |||||
| * | DifferenceAccumulatingHandler: Remove DEBUG code | Sven Gothel | 2014-05-14 | 1 | -13/+4 | |
| | | ||||||
| * | Dumper: Add dump method for sorted List<Difference> (refactored) allowing ↵ | Sven Gothel | 2014-05-14 | 1 | -2/+10 | |
| | | | | | | | | dumping separate diff-types | |||||
| * | Solve issues w/ 'simplifyRegularExpression(..)': Allow passing regexp ↵ | Sven Gothel | 2014-05-13 | 2 | -31/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directly (Comparer, ..) and hence skip production of regexp In jogamp, we like to exclude 'jogamp/**' packages, however 'simplifyRegularExpression(..)' allows this to match 'com/jogamp/lala/Lala'. This is enforced by tests in 'DifferenceAccumulatingHandlerTest' and hence we have to consider this to be desired !? (IMHO this is a bug). However, to not break backward capability, this patch allows passing a flag for the includes and excludes whether they are regexp already and hence we can skip 'simplifyRegularExpression(..)' and avoid this dilema. | |||||
| * | DifferenceAccumulatingHandler.isClassConsidered(..): Fix case where class ↵ | Sven Gothel | 2014-05-13 | 1 | -1/+11 | |
| | | | | | | | | names are reported with '.' | |||||
| * | AbstractInfo: Add generic access to signature and descriptor ; Dumper: More ↵ | Sven Gothel | 2014-05-13 | 5 | -100/+153 | |
|/ | | | | info (access, desc + sig), allow passing PrintStream | |||||
* | [maven-release-plugin] prepare for next development iteration | Julien Eluard | 2014-05-04 | 3 | -4/+4 | |
| | ||||||
* | [maven-release-plugin] prepare release 0.9.24 | Julien Eluard | 2014-05-04 | 3 | -4/+4 | |
| | ||||||
* | Upgraded parent POM. | Julien Eluard | 2014-05-04 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Julien Eluard | 2014-05-04 | 3 | -4/+4 | |
| | ||||||
* | [maven-release-plugin] prepare release 0.9.23 | Julien Eluard | 2014-05-04 | 3 | -4/+4 | |
| | ||||||
* | Merge pull request #32 from timowest/master | Julien Eluard | 2014-05-04 | 4 | -7/+168 | |
|\ | | | | | Add PublicDiffCriteria and related config options | |||||
| * | Add PublicDiffCriteria and related config options | Timo Westkämper | 2014-05-04 | 4 | -7/+168 | |
|/ | ||||||
* | Merge pull request #30 from timowest/master | Julien Eluard | 2014-04-22 | 8 | -212/+159 | |
|\ | | | | | Improve API by using generics | |||||
| * | Use generics | Timo Westkämper | 2014-04-22 | 8 | -212/+159 | |
|/ | ||||||
* | Update README.md | Julien Eluard | 2014-04-18 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #28 from timowest/superclasses | Julien Eluard | 2014-04-18 | 3 | -8/+42 | |
|\ | | | | | Add superclass handling | |||||
| * | Fix tests | Timo Westkämper | 2014-04-17 | 3 | -12/+13 | |
| | | ||||||
| * | Fix comparison | Timo Westkämper | 2014-04-16 | 1 | -13/+14 | |
| | | ||||||
| * | Discard changes to private members | Timo Westkämper | 2014-04-16 | 1 | -0/+4 | |
| | | ||||||
| * | Add superclass handling | Timo Westkämper | 2014-04-16 | 1 | -0/+28 | |
|/ | ||||||
* | Moved to latest parent pom version. | Julien Eluard | 2014-04-15 | 1 | -1/+1 | |
| | ||||||
* | Updated version | Julien Eluard | 2014-04-10 | 1 | -3/+3 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Julien Eluard | 2014-04-10 | 3 | -4/+4 | |
| | ||||||
* | [maven-release-plugin] prepare release 0.9.22 | Julien Eluard | 2014-04-10 | 3 | -4/+4 | |
| | ||||||
* | Merge pull request #26 from mschonaker/master | Julien Eluard | 2014-04-10 | 9 | -18/+361 | |
|\ | | | | | Issue #25 fix | |||||
| * | Issue #25: more tests on deprecation detection. | Martín Schonaker | 2014-04-10 | 1 | -0/+118 | |
| | | ||||||
| * | Issue #25: some tests at DeltaTest. | Martín Schonaker | 2014-04-10 | 1 | -0/+16 | |
| | | ||||||
| * | Issue #25: @Deprecated should require a minor version bump instead of a ↵ | Martín Schonaker | 2014-04-09 | 7 | -18/+227 | |
| | | | | | | | | major one. | |||||
* | | [maven-release-plugin] prepare for next development iteration | Julien Eluard | 2014-03-24 | 3 | -4/+4 | |
| | | ||||||
* | | [maven-release-plugin] prepare release 0.9.21 | Julien Eluard | 2014-03-24 | 3 | -4/+4 | |
|/ | ||||||
* | Do not fail build on javadoc issues. | Julien Eluard | 2014-03-24 | 2 | -0/+17 | |
| | ||||||
* | Updated license headers. | Julien Eluard | 2014-03-24 | 28 | -34/+37 | |
| | ||||||
* | Merge pull request #19 from dvryaboy/issue_18 | Julien Eluard | 2014-03-24 | 2 | -7/+115 | |
|\ | | | | | Adding a test to demo issue #18 | |||||
| * | Bug in test. Test now passes without changes. | Dmitriy Ryaboy | 2014-01-12 | 1 | -11/+18 | |
| | | ||||||
| * | Adding a test to demo issue #18 | Dmitriy Ryaboy | 2014-01-12 | 2 | -7/+108 | |
| | | ||||||
* | | Merge pull request #24 from prashp/master | Julien Eluard | 2014-03-24 | 1 | -2/+5 | |
|\ \ | | | | | | | Issue #23 - Support bundle artifact type | |||||
| * | | Issue #23 - Support bundle artifact type | Prasanth Pallamreddy | 2014-03-23 | 1 | -2/+5 | |
|/ / | ||||||
* | | Updated documentation to reflect latest release. | Julien Eluard | 2014-03-18 | 1 | -3/+3 | |
| | | ||||||
* | | [maven-release-plugin] prepare for next development iteration | Julien Eluard | 2014-03-18 | 3 | -4/+4 | |
| | | ||||||
* | | [maven-release-plugin] prepare release 0.9.20 | Julien Eluard | 2014-03-18 | 3 | -4/+4 | |
| | | ||||||
* | | Upgraded parent pom. | Julien Eluard | 2014-03-18 | 3 | -4/+4 | |
| | |