Script to update static web site.
[javainspect.git] / src /
2017-12-31 Svjatoslav AgejenkoRemoved files that came from forked repo and not needed...
2017-12-26 Svjatoslav AgejenkoAdded all important commandline options. Updated docume...
2017-12-26 Svjatoslav AgejenkoCode cleanup.
2017-12-26 Svjatoslav AgejenkoPossibility to visualize multiple JAR files.
2017-12-25 Svjatoslav AgejenkoProof of concept: it is really possible to render classes
2017-12-25 Svjatoslav AgejenkoMigrating to latest svjatoslav-commons.
2017-12-24 Svjatoslav AgejenkoAdded reference to Tony Bargnesi github page.
2017-12-24 Svjatoslav AgejenkoUpdated pattern name to glob to be more specific. Updat...
2017-12-24 Svjatoslav AgejenkoReorganized project.
2017-12-24 Svjatoslav AgejenkoMerge branch 'master' of ssh://svjatoslav.eu/home/git...
2017-12-24 Svjatoslav AgejenkoMerge improvements by Tony Bargnesi:
2017-06-09 Svjatoslav Agejenkobugfixes
2017-06-09 Svjatoslav AgejenkoFixed null pointer exception
2017-06-09 Svjatoslav AgejenkoHandle no class def errors
2017-04-19 Svjatoslav Agejenkobugfix: Graphviz warning: aqua is not a known color.
2017-04-19 Svjatoslav AgejenkoBugfix: no langer generate illegal square brackets...
2017-04-19 Svjatoslav AgejenkoBetter variable names.
2016-09-22 Anthony Bargnesirenders to SVG in call to graphviz *dot*
2016-09-22 Anthony Bargnesiadded java main that builds class graph
2016-06-25 Svjatoslav AgejenkoCode formatting and cleanup.
2015-05-21 Svjatoslav Agejenkofixed javadoc issues
2015-03-04 Svjatoslav Agejenkousability improvement
2015-03-03 Svjatoslav Agejenkofurther documentation updates
2015-03-03 Svjatoslav Agejenkoupdated example code
2015-03-03 Svjatoslav AgejenkoRefactoring. API simplifications. Documentation updates.
2015-03-03 Svjatoslav Agejenkofurther restricted code visibility
2015-03-03 Svjatoslav Agejenkoreduced method visibility
2015-03-03 Svjatoslav Agejenkofurther API simplification
2015-03-03 Svjatoslav Agejenkoreduced fields and methods visibility
2015-03-03 Svjatoslav AgejenkoCode refactoring. Simplified API.
2015-03-03 Svjatoslav Agejenkoworkaround for apparent graphviz bug
2015-03-02 Svjatoslav Agejenkoupdated copyright notice
2015-02-03 Svjatoslav Agejenkohide parent class and interface class references if...
2015-02-02 Svjatoslav Agejenkoproperly render fields of arrays of primitive types
2015-01-25 Svjatoslav Agejenkopossibility to specify custom target directory
2014-02-18 Svjatoslav AgejenkoChanged license to LGPLv3.
2013-11-27 Svjatoslav Agejenkohide "is" getter fields for booleans of the same name
2013-11-27 Svjatoslav Agejenkomoved test classes to separate directory
2013-11-25 Svjatoslav Agejenkospearately count interface implementations
2013-11-25 Svjatoslav Agejenkoadjusted light colors
2013-11-21 Svjatoslav Agejenkocount class extensions as references when calculating...
2013-09-15 Svjatoslav Agejenkobugfix: fields shall not be static
2013-09-13 Svjatoslav Agejenkoimproved project documentation
2013-09-13 Svjatoslav Agejenkobugfix
2013-07-28 Svjatoslav Agejenkomoved string tokenizer to svjatoslav-commons
2013-07-14 Svjatoslav Agejenkopossibility to hide orphaned classes from graph
2013-07-13 Svjatoslav Agejenkoparse annotations
2013-07-11 Svjatoslav Agejenkorecognize java comments
2013-07-11 Svjatoslav Agejenkoadded possibility to whitelist or blacklist classes...
2013-07-08 Svjatoslav Agejenkomoved parts of XML parsing into shared library
2013-07-07 Svjatoslav Agejenkojava syntax parser
2013-07-06 Svjatoslav Agejenkojava syntax parser
2013-07-06 Svjatoslav Agejenkojava syntax parser
2013-07-05 Svjatoslav AgejenkoMerge branch 'master' of ssh://svjatoslav.eu/home/git...
2013-07-05 Svjatoslav Agejenkostarted java syntax parser
2013-07-04 Svjatoslav Agejenkobetter representation of nested classes
2013-07-04 Svjatoslav Agejenkoproperly handle nested classes
2013-07-04 Svjatoslav Agejenkopossibility to selectively hide classes by API
2013-07-03 Svjatoslav Agejenkoimplementing XSD parser
2013-07-03 Svjatoslav Agejenkorefactored packages
2013-06-29 Svjatoslav Agejenkouse better class name to avoid potetntial name collisions
2013-04-07 Svjatoslav Agejenkoinitial commit