OSDN Git Service

utakataの標準となる例外クラス及びマクロを定義した。
authorderui <derutakayu@user.sourceforge.jp>
Sun, 6 Dec 2009 11:43:32 +0000 (20:43 +0900)
committerderui <derutakayu@user.sourceforge.jp>
Sun, 6 Dec 2009 11:43:32 +0000 (20:43 +0900)
commit792bf95e8e80832362cdff9b8256480f1b092a3f
tree1ff4dc5ab113ffebc656b1f20377199e9f90ed17
parent7c6dc2f645e102a99869b950cfa4f1364d711742
utakataの標準となる例外クラス及びマクロを定義した。
type::TypeDescripterを廃止し、伴ってDataSpaceの定義を変更した。
37 files changed:
.gitignore
config.log
src/base_object.h
src/common/smart_ptr.h
src/common/textarrayformat.h
src/data_castor.h
src/data_space.cpp
src/data_space.h
src/encoding_reader.cpp
src/encoding_reader.h
src/exception.h [new file with mode: 0755]
src/exception_macro.h [new file with mode: 0644]
src/exception_std.h [new file with mode: 0644]
src/file_reader.cpp
src/file_reader.h
src/lexer_dispatcher.h
src/lexer_interface.h
src/object.cpp [deleted file]
src/object.h
src/reader_interface.h
src/string_reader.cpp
src/string_reader.h
src/test/Makefile
src/test/Makefile.am
src/test/Makefile.in
src/test/encoding_reader_test.cpp [new file with mode: 0755]
src/test/file_reader_test.cpp
src/test/string_reader_test.cpp
src/test/unicode_test.cpp
src/test/utf8_transcoder_test.cpp
src/transcoder_interface.h [new file with mode: 0755]
src/type.cpp
src/type.h
src/unicode.cpp
src/unicode.h
src/utf8_transcoder.cpp
src/utf8_transcoder.h