edoc-announce Mailing List for EDoC++
Status: Beta
Brought to you by:
bjcosta
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Brendon C. <bre...@gm...> - 2009-02-20 23:53:46
|
Version 0.2.1 of EDoC++ has just been released. This version includes a few minor bug fixes. EDoC++ is both a "lint-like" tool and a documentation tool that specialises in analysing and documenting the use of exceptions in C++ code. In particular, EDoC++ will produce a list of warnings and errors for poor usage of exceptions in C++ code. Additionally, EDoC++ can generate detailed documentation including a list of all exceptions thrown by the functions in a given code base. This documentation is saved in a format that can be parsed by doxygen and is useful for adding exception documentation to the API for a code library. For more information see the website: http://edoc.sourceforge.net/ If you find EDoC++ useful then consider recommending it to others, writing a review, or creating a blog post about it. If you do choose to post information about EDoC++ somewhere then please include a link to the EDoC++ home page: http://edoc.sourceforge.net/ |
|
From: Brendon C. <bre...@gm...> - 2008-10-16 11:01:47
|
Version 0.2.0 of EDoc++ has just been released. This version includes a few important bug fixes and additional features. The goal of EDoc++ is to alleviate many of the problems associated with using exceptions in C++. It performs compile time static analysis over C++ source code producing warnings and errors for poor or bad exception usage. In addition to this EDoc++ is capable of generating detailed documentation about exception propagation through all functions that can then be used by doxygen. Among other things this particular release adds: * Update from GCC 4.0.1 to 4.0.4 * Support for FreeBSD * Improved post processing speeds * Added exception verification checks (Warn when throwing from a destructor) * Various bug fixes For more information see the website: http://edoc.sourceforge.net/ or browse the manual: http://edoc.sourceforge.net/EDocManual/index.html or download it from: http://sourceforge.net/project/showfiles.php?group_id=181536&package_id=210346 Please send bug-reports or feature requests to: br...@ch... or sign up to the mailing list: http://lists.sourceforge.net/lists/listinfo/edoc-main |
|
From: Brendon C. <br...@ch...> - 2007-08-12 12:13:46
|
Version 0.1.0 of EDoc++ has just been released. This version includes a few important bugfixes and a few additional features. EDoc++ is a tool that analyses exception usage in C++ source code to provide compile time/static analysis checks similar to that found in other languages such as Java. EDoc++ can also generate detailed information about exception propagation in various formats. One of which can be used by doxygen in documenting exception information for API's. Among other things this release adds: * Automatic import of EDoc++ data from shared libraries * Improved post processing speeds * Improved handling of recursive function calls * Downloadable binary packages for a few systems (A few more coming too) For more information see the website: http://edoc.sourceforge.net/ or browse the manual: http://edoc.sourceforge.net/EDocManual/index.html or download it from: http://sourceforge.net/project/showfiles.php?group_id=181536&package_id=210346 The above link currently contains a source tarball(edoc-0.1.0.tar.bz2), a Ubuntu Fiesty/debian package(edoc-0.1.0-1_i386.deb) and a cygwin binary package(edoc-0.1.0-1.tar.bz2). Please send bug-reports or feature requests to: br...@ch... or sign up to the mailing list: https://lists.sourceforge.net/lists/listinfo/edoc-main |
|
From: Brendon C. <br...@ch...> - 2007-04-21 02:01:27
|
The first release of EDoc++ has been made. Although titled an alpha release it should be completely functional. EDoc++ is a tool for performing static analysis of exception propagation through C++ source code. It also has the ability to document the propagation of exceptions in a format that can be used by Doxygen. For more information see the website: http://edoc.sourceforge.net/ or browse the manual: http://edoc.sourceforge.net/EDocManual/index.html or download it from (edoc-src-0.0.1.tar.bz2): http://sourceforge.net/project/showfiles.php?group_id=181536 |