Bundle of modifications done to ohcount to support Python only (no dependencies made...
authorGuilherme Balena Versiani <guibv@comunip.com.br>
Tue, 5 Jan 2010 22:12:52 +0000 (20:12 -0200)
committerGuilherme Balena Versiani <guibv@comunip.com.br>
Tue, 5 Jan 2010 22:12:52 +0000 (20:12 -0200)
commitce08d14ebe1ac2587d6162540b69d2d799db421d
tree65a209009d2707d304dedde39c2638c5265082f4
parent3a2d28fc4dffe8ef792b0702ac73c0402c5e5c51
Bundle of modifications done to ohcount to support Python only (no dependencies made to CMake, the building are done using default Python building using setup.py file). MinGW/MSYS and Windows compiling and fixes were applied too.
12 files changed:
.gitignore
mingw_setup.py [new file with mode: 0644]
python/__init__.py [new file with mode: 0644]
ruby/ohcount.i
setup.py [new file with mode: 0644]
src/detector.c
src/diff.c
src/ohcount.c
src/sourcefile.c
test/unit/license_test.h
test/unit/parser_test.h
test/unit/python/python_test.py [new file with mode: 0644]