Commit Graph

667 Commits

Author SHA1 Message Date
Diomidis Spinellis d852aea76f New release. 2007-03-26 07:03:35 +00:00
Diomidis Spinellis 9167c95fb8 Remove intermediate gzip step, introduced due to cygwin bug. 2007-03-16 07:49:52 +00:00
Diomidis Spinellis c5069700a1 Add link to Ruby-uml 2007-03-16 07:47:31 +00:00
Diomidis Spinellis c410ab3fad Correct output of UmlGraphDoc path-relative file names under Windows
Fix by: Panagiotis Astithas
2007-03-05 09:37:34 +00:00
Diomidis Spinellis ff7869b7c7 Enable agressive lint options. 2007-03-05 09:37:08 +00:00
Diomidis Spinellis f58bb743d4 Make the output more verbose to allow the testing of the executed commands
from the command-line.
2007-03-05 09:18:39 +00:00
Diomidis Spinellis 3755188d07 Correct file name (Dirk Datzert) 2007-02-05 21:50:43 +00:00
Diomidis Spinellis 71dec862c5 Release. 2007-02-05 21:49:47 +00:00
Diomidis Spinellis c8a8916a72 Cygwin fixes. 2007-02-05 21:49:39 +00:00
Diomidis Spinellis 2f726e3ea8 Prevent breakage under cygwin binary file handling. 2007-02-05 17:56:50 +00:00
Diomidis Spinellis 3f1c98a328 Pre-release. 2007-02-05 09:57:56 +00:00
Diomidis Spinellis 84a3c98d16 Double quotes don't work correctly in the Unix exec
(reported by Dirk Datzert)
Run exec(String []), which I tested to work on both Windows and Unix.
2007-02-05 09:22:16 +00:00
Diomidis Spinellis 19d2716782 Ready for releasing 4.5 2006-12-14 09:42:18 +00:00
Diomidis Spinellis b7b323ced5 Handle pathnames with embedded spaces. 2006-11-24 20:08:28 +00:00
Diomidis Spinellis 421785ef7d Change UmlDoc into UmlGraphDoc. 2006-11-24 20:08:03 +00:00
Diomidis Spinellis 6660aa26b5 Add pointer for creating C++ diagrams. 2006-09-21 08:52:56 +00:00
Diomidis Spinellis 14b4114e64 Add conformance icons obliterated in the previous commit. 2006-09-19 16:56:59 +00:00
Diomidis Spinellis 05d4587169 Change Copyright into a Creative Commons license 2006-09-19 16:46:58 +00:00
Diomidis Spinellis 4b50d26adb Document fixes. 2006-09-14 10:09:32 +00:00
Diomidis Spinellis b026ce6bc8 Correct the building of javadocs. 2006-09-14 10:08:20 +00:00
Diomidis Spinellis 41ffcdafcf Escape & characters from generics in the HTML output.
Reported by: Ivan F. Villanueva B.
2006-08-30 13:06:09 +00:00
Diomidis Spinellis 4321bf772f Propagate wolf's 2006/07/15 09:15:32 renaming of UMLDoc to UMLGraphDoc
to make the tests run again.
2006-08-30 12:38:07 +00:00
Diomidis Spinellis 845d9fac0d Fix name into UmlGraphDoc (Stefan Birkner) 2006-07-26 14:34:36 +00:00
Diomidis Spinellis 60d6271d6d Add release date 2006-07-18 21:31:56 +00:00
Diomidis Spinellis e6f904048d Remove extraneous tag. 2006-07-18 21:27:12 +00:00
Diomidis Spinellis 9925eb997e New release 2006-07-18 20:16:17 +00:00
Diomidis Spinellis 92fcfb1514 Mention UMLGraphDoc 2006-07-18 20:15:59 +00:00
Diomidis Spinellis d180a45fcc Small grammar and style changes. 2006-07-18 20:15:28 +00:00
Andrea Aime 6c120adba4 Renamed UMLDoc to UMLGraphDoc to avoid naming problems with http://www.umldoc.org/ 2006-07-15 09:15:32 +00:00
Andrea Aime 79f73a06d2 Documentation for UMLDoc and new options? Ready to release? 2006-07-09 15:15:43 +00:00
Andrea Aime 545613a15b Clean up and name fixes 2006-07-09 15:14:27 +00:00
Diomidis Spinellis 92d45a67d4 Update graphviz web site. 2006-07-07 21:06:32 +00:00
Andrea Aime b5837d2840 (whoops, forgot to commit this!)
Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel
2006-07-02 16:24:03 +00:00
Andrea Aime 14b80c0eab Introduced explicit enums for relation types and relation directions, added an option to specify the direction and type of relations included in the context (basically, a tool to build a map from relation type to direction), fixed a test that still contained the old -inferassoc intestead of -inferrel 2006-07-02 16:23:39 +00:00
Diomidis Spinellis afa290cca5 Add submitter name. 2006-06-20 16:53:10 +00:00
Diomidis Spinellis 84fa647445 Filter-out static initializer method from classes
Submitted-by: Andreas Studer
2006-06-20 16:52:08 +00:00
Diomidis Spinellis cbc51f5ed5 Perl's in-place remove of \r characters doesn't appear to work.
Reported by: Juha-Pekka Syrjala
2006-06-19 14:34:05 +00:00
Andrea Aime 0f3c2cf511 Fixed bug in relative path computation (and made that testable alone, too, though I did not commit the test since we don't have unit testing in place) 2006-06-11 15:28:05 +00:00
Andrea Aime 10d62dabb8 Logged changes so far 2006-06-11 15:16:25 +00:00
Andrea Aime 9545893fa0 Allow in package inference to have the same results as before... as much as I hate incompatible changes, having a inferdepinpackage that has to be negated is not the best course of action (none of the options is meant to be used in negated form so far) 2006-06-11 13:50:31 +00:00
Andrea Aime 56e3b66325 Skip CVS directories during comparison 2006-06-11 13:48:25 +00:00
Andrea Aime e63dfd9fa8 Skip CVS directories during recursive comparison 2006-06-11 13:48:04 +00:00
Andrea Aime 1a066ccff8 Removed reliance on -verbose2 2006-06-11 13:47:30 +00:00
Andrea Aime 63dff2aaa3 Added support for new dependency filtering options 2006-06-11 13:46:44 +00:00
Andrea Aime fb49bafe0f Added two options:
- a way to avoid seeing intra-package dependencies between classes since classes in the same package are supposed to be releated anyway and in fact, there's no reliable way to spot all of them anyway (since you don't need imports for using classes in the same package)
- a way to limit the visibility of members used to perform dependency inference.

Both of these allow to reduce the "fur ball" effect.

Finally, removed the -version2 option since we can rely on the -quiet standard javadoc option if we use RootDoc.printNotice/Warning/Error
2006-06-11 13:45:55 +00:00
Andrea Aime 015357b8c7 Java visibility types enumeration, with some useful conversion methods for actually making it easy to use in the context of UmlGraph 2006-06-11 13:42:00 +00:00
Diomidis Spinellis 61a4cdea18 Add reference for the Human-Usable Textual Notation (HUTN) Specification. 2006-06-09 14:42:05 +00:00
Andrea Aime 1f6fcc90c7 Added testing for umldoc in the build 2006-06-04 13:59:35 +00:00
Andrea Aime 37cfbf2043 Reference data for umldoc testing 2006-06-04 13:59:03 +00:00
Andrea Aime 6704856194 Output folder for umldoc tests 2006-06-04 13:55:36 +00:00