There must be some way to speed up the tests a little bit. AntonioTerceiro 25 Jun 2011 how long is too long? I think you from 2 years ago are crazy. : ) AntonioTerceiro ...
about clang: http://clang.llvm.org/ development branch: https://gitorious.org/analizo/analizo/commits/clang extractor lib/Analizo/Extractor/Clang.pm ...
I found some issues in Analizo installation on Mac OS X (v. 10.8.3): a. In file qglobal.h, the installation is not compatible with the acual Mac OS X version (10.8 ...
CPAN:File::Share CPAN:File::ShareDir CPAN:File::ShareDir::Install provides all we need to keep static and non code files under specific directories to it. From now ...
The AI:11 will speed up the of analizo execution in various ways by doing cache of the results, but it wont help me when I wants to run doxyparse by hand and store ...
In order to be useful during development activities (and not only as a research tool), analizo needs to cache the data obtained from parsing, metrics calculation etc ...
all of them are in Debian AntonioTerceiro 08 Jul 2011 I like very much MooseX::App::Cmd which combines Moose and App::Cmd, it is in Debian too JoenioCosta ...
See AI:5 and AI:7 AntonioTerceiro 19 Jul 2011 TODO: also implement loading command line options from .analizo (see AI:23) AntonioTerceiro 18 Aug 2011 Just ...
The doxyparse output for the test case in AI:2 is the following: $ doxyparse . file /home/terceiro/src/analizo/analizo/t/samples/multidir/c/lib/lib.h module lib.h ...
autogenerate Debian package dependencies based on the dependencies declared in Makefile.PL use dh make perl? refresh debian/control during release tasks in ...
running the acceptance tests during `make test`: add test.pl find something to replace the release procedure, or rewrite it in Perl See also AI:17 AntonioTerceiro ...
Currently only the global metrics are stored in the commits table. This is a waste of computing time and people time, since these statistics are computed anyway ...
Currently reprocessing the same project will work, but all commits that are already in the database will be processed again. The commits that are already in the database ...
using CPAN:Term::ProgressBar. AntonioTerceiro 06 Aug 2011 this is already done for analizo metrics history AntonioTerceiro 20 Dec 2011 and analizo metrics ...
cfe Thomas Fritz, Jingwen Ou, Gail C. Murphy, and Emerson Murphy Hill. 2010. A degree of knowledge model to capture source code familiarity. In Proceedings of the ...
The database output format is intended to collect information about the history in a database with the following conceptual model: Features of this model: you ...
analizo commands can now read command line options from a file called .analizo in the current directory. This is documented in analizo(1) . exception: analizo ...
Currently metrics history only collects metrics statistics, ignoring individual module metrics. metrics batch can do both, but outputs metrics for all modules. It ...
In order to reduce the complexity introduced by having two different programming languages in the project, we must get rid of the Ruby code in the acceptance tests ...
to be solved together with AI:7 AntonioTerceiro 07 Jun 2011 tree evolution done in 1.17.0. evolution matrix will be left for next version. See AI:20 AntonioTerceiro ...
This will probably require migrating all tools to Perl. Will start by migrating analizo metrics batch to Perl with a proper OO design ... this will lay out the design ...
There are applications with "same" module names, but their initials are different (uppercase or lowercase), for example: http://svn.apache.org/repos/asf/logging ...
jQuery(function($) { $('a data interlink site AI ').prepend('#'); $('a data interlink site Range ').click(function() { alert('Listing ranges is not supported ...
analizo must know and output the corresponding filenames for analyzed modules. see also AI:2 AntonioTerceiro 02 Jun 2011 Implemented in Range:193ef87..f4fe536 ...
List of changes in this release: A lot of improvements in the testing infrastructure The interaction with doxyparse was changed. Instead os passing directories ...
(Later, I will translate this bug description) Esse problema foi detectado ao tentarmos analisar o código do projeto DDD: svn://svn.sv.gnu.org/ddd/trunk/Estavamos ...
1 Get GCC source code from http://gcc.gnu.org/svn/gcc/trunk/ $ svn co http://gcc.gnu.org/svn/gcc/trunk/ GCC 2 Run Analizo $ analizo metrics g GCC. ... errors and ...