Initial commit
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Thu, 7 Jan 2016 22:45:25 +0000 (23:45 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Thu, 7 Jan 2016 22:45:25 +0000 (23:45 +0100)
commitba5eba58497eecc41ebcd6c15a7b5f5542ceb6be
tree2247680d913033c34a70587c791ba90600d1eae1
Initial commit
37 files changed:
.gitignore [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README.build.txt [new file with mode: 0644]
acinclude.m4 [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
aminclude.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
compile [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
depcomp [new file with mode: 0755]
doc/doxygen_sqlite3.db [new file with mode: 0644]
doc/xplus-gno.tag [new file with mode: 0644]
doxygen.cfg [new file with mode: 0644]
doxygen.cfg.bak [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
include/libgno/Document.h [new file with mode: 0644]
include/libgno/GenoPro.h [new file with mode: 0644]
include/libgno/all-include.h [new file with mode: 0644]
install-sh [new file with mode: 0755]
ltmain.sh [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
main.cpp [new file with mode: 0644]
missing [new file with mode: 0755]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/libgno/Document.cpp [new file with mode: 0644]
src/libgno/GenoPro.cpp [new file with mode: 0644]