OSDN Git Service

OMakeを利用するように、OMakefileを再度作成。
authorderui <derutakayu@user.sourceforge.jp>
Mon, 14 Dec 2009 14:46:09 +0000 (23:46 +0900)
committerderui <derutakayu@user.sourceforge.jp>
Mon, 14 Dec 2009 14:46:09 +0000 (23:46 +0900)
commit3c12b02b4d8916002ff2ab80b1c1ce372a34e318
treeed4ded7aaad8f9caf12ebda5bc23b715718e69bb
parent7a4061b80143732dd7111fc4c4430f06e0a8deaf
OMakeを利用するように、OMakefileを再度作成。
src/test を test/ として独立させた。
lexerにstring_lexerとcharactor_lexerを追加。test/にも追加。
48 files changed:
.gitignore
INSTALL [deleted file]
OMakefile
OMakeroot
autom4te.cache/requests
config.log
log.log [moved from COPYING with 100% similarity]
src/Makefile.in
src/OMakefile
src/common/OMakefile [new file with mode: 0644]
src/common/scoped_ptr.h
src/common/textarrayformat.cpp
src/common/textarrayformat.h
src/encoding_reader.cpp
src/exception.h
src/file_reader.cpp
src/lexer/OMakefile [new file with mode: 0644]
src/lexer/charactor_lexer.cpp
src/lexer/charactor_lexer.h
src/lexer/delimiters.h
src/lexer/identifier_lexer.h [new file with mode: 0755]
src/lexer/string_lexer.h
src/reader_interface.h
src/string_reader.cpp
src/test/OMakefile [deleted file]
src/transcoder_interface.h
src/unicode.cpp
test/Makefile [moved from src/test/Makefile with 92% similarity]
test/Makefile.am [moved from src/test/Makefile.am with 64% similarity]
test/Makefile.in [moved from src/test/Makefile.in with 95% similarity]
test/OMakefile [new file with mode: 0644]
test/bignum_test.cpp [moved from src/test/bignum_test.cpp with 100% similarity]
test/charactor_lexer_test.cpp [new file with mode: 0755]
test/encoding_reader_test.cpp [moved from src/test/encoding_reader_test.cpp with 100% similarity]
test/environment_test.cpp [moved from src/test/environment_test.cpp with 100% similarity]
test/file_reader_test.cpp [moved from src/test/file_reader_test.cpp with 100% similarity]
test/gtest/Makefile [moved from src/test/gtest/Makefile with 100% similarity]
test/gtest/gtest-all.cc [moved from src/test/gtest/gtest-all.cc with 100% similarity]
test/gtest/gtest.h [moved from src/test/gtest/gtest.h with 100% similarity]
test/lexer_dispatcher_test.cpp [moved from src/test/lexer_dispatcher_test.cpp with 100% similarity]
test/lexer_test.cpp [moved from src/test/lexer_test.cpp with 100% similarity]
test/parser_test.cpp [moved from src/test/parser_test.cpp with 100% similarity]
test/string_reader_test.cpp [moved from src/test/string_reader_test.cpp with 100% similarity]
test/sublexer_test.cpp [moved from src/test/sublexer_test.cpp with 100% similarity]
test/textarrayformat_test.cpp [moved from src/test/textarrayformat_test.cpp with 61% similarity]
test/type_test.cpp [moved from src/test/type_test.cpp with 100% similarity]
test/unicode_test.cpp [moved from src/test/unicode_test.cpp with 100% similarity]
test/utf8_transcoder_test.cpp [moved from src/test/utf8_transcoder_test.cpp with 100% similarity]