OSDN Git Service

roast/roast.git
13 years agoroast_math.h: ROAST_BINARY() Add.
Myun2 [Sat, 11 Sep 2010 08:49:49 +0000 (17:49 +0900)]
roast_math.h: ROAST_BINARY() Add.

13 years agoadapter.hpp: operator_plus_minus は operator_inc_decl を継承
Myun2 [Thu, 9 Sep 2010 17:03:57 +0000 (02:03 +0900)]
adapter.hpp: operator_plus_minus は operator_inc_decl を継承

13 years agoadapter.hpp: operator_inc_decl, operator_plus_minus が実装出来たぞー
Myun2 [Thu, 9 Sep 2010 17:01:58 +0000 (02:01 +0900)]
adapter.hpp: operator_inc_decl, operator_plus_minus が実装出来たぞー

13 years agoadapter/adapter.hpp: あちこち手直し
Myun2 [Thu, 9 Sep 2010 16:56:48 +0000 (01:56 +0900)]
adapter/adapter.hpp: あちこち手直し

13 years agoroast_test_3rd Add / adapter_test.cpp Add.
Myun2 [Thu, 9 Sep 2010 16:29:13 +0000 (01:29 +0900)]
roast_test_3rd Add / adapter_test.cpp Add.

13 years agoadapter/adapter.hpp Add.
Myun2 [Thu, 9 Sep 2010 16:27:12 +0000 (01:27 +0900)]
adapter/adapter.hpp Add.

13 years agotype_traits: remove_cvr.hpp Add
Myun2 [Wed, 8 Sep 2010 18:51:50 +0000 (03:51 +0900)]
type_traits: remove_cvr.hpp Add

13 years agobits.hpp を memory -> math に移動して、名前も bit.hpp にした。
Myun2 [Wed, 8 Sep 2010 18:50:57 +0000 (03:50 +0900)]
bits.hpp を memory -> math に移動して、名前も bit.hpp にした。

13 years agobits.hpp: bit_ptr 実装中 (_bitのコンストラクタ引数を親ポインタではなく、値への直参照とbit番号に)
Myun2 [Wed, 8 Sep 2010 18:48:57 +0000 (03:48 +0900)]
bits.hpp: bit_ptr 実装中 (_bitのコンストラクタ引数を親ポインタではなく、値への直参照とbit番号に)

13 years agobits.hpp: bit_ptr 実装中 (_bitの内部クラス追加)
Myun2 [Wed, 8 Sep 2010 18:45:42 +0000 (03:45 +0900)]
bits.hpp: bit_ptr 実装中 (_bitの内部クラス追加)

13 years agobits.hpp: bit_ptr 実装中
Myun2 [Wed, 8 Sep 2010 18:44:51 +0000 (03:44 +0900)]
bits.hpp: bit_ptr 実装中

13 years agobit.hpp
Myun2 [Wed, 8 Sep 2010 18:44:08 +0000 (03:44 +0900)]
bit.hpp

13 years agolexical/rule.hpp: push_num を lex_marker, lex_num_marker, marker でalias。
Myun2 [Tue, 7 Sep 2010 15:38:38 +0000 (00:38 +0900)]
lexical/rule.hpp: push_num を lex_marker, lex_num_marker, marker でalias。

13 years agobits.hpp: bitsクラスを実装
Myun2 [Thu, 2 Sep 2010 15:21:40 +0000 (00:21 +0900)]
bits.hpp: bitsクラスを実装

13 years agobits.hpp: Class Add
Myun2 [Thu, 2 Sep 2010 15:15:25 +0000 (00:15 +0900)]
bits.hpp: Class Add

13 years agomemory/bits.hpp Add.
Myun2 [Tue, 31 Aug 2010 18:08:03 +0000 (03:08 +0900)]
memory/bits.hpp Add.

14 years agoendian.hpp: ちょいとだけ更新
Myun2 [Sat, 21 Aug 2010 07:59:24 +0000 (16:59 +0900)]
endian.hpp: ちょいとだけ更新

14 years agoroast/std/endian.hpp Add.
Myun2 [Sat, 21 Aug 2010 06:45:31 +0000 (15:45 +0900)]
roast/std/endian.hpp Add.

14 years agolexical/rule.hpp: seqを32にまでとりあえず増やした
Myun2 [Sun, 15 Aug 2010 05:15:20 +0000 (14:15 +0900)]
lexical/rule.hpp: seqを32にまでとりあえず増やした

14 years agolexical/rule.hpp: fixed_numeric.generate() のストリームを sized_ptr 使う事により、Roastのイテレータでしか行けな...
Myun2 [Wed, 11 Aug 2010 15:48:51 +0000 (00:48 +0900)]
lexical/rule.hpp: fixed_numeric.generate() のストリームを sized_ptr 使う事により、Roastのイテレータでしか行けなくしたぞー!

14 years agomemory_stream.hpp: ちゃんと動くようになった!
Myun2 [Wed, 11 Aug 2010 15:42:07 +0000 (00:42 +0900)]
memory_stream.hpp: ちゃんと動くようになった!

14 years agomemory_stream.hpp Update
Myun2 [Wed, 11 Aug 2010 15:35:36 +0000 (00:35 +0900)]
memory_stream.hpp Update

14 years agomemory_stream.hpp Add.
Myun2 [Wed, 11 Aug 2010 15:28:48 +0000 (00:28 +0900)]
memory_stream.hpp Add.

14 years agostream: std_to_roast.hpp Add.
Myun2 [Wed, 11 Aug 2010 15:28:39 +0000 (00:28 +0900)]
stream: std_to_roast.hpp Add.

14 years agobase_stream.hpp: operator <<(const sized_ptr_<T>&) に対応
Myun2 [Wed, 11 Aug 2010 15:16:05 +0000 (00:16 +0900)]
base_stream.hpp: operator <<(const sized_ptr_<T>&) に対応

14 years agostring_stream.hpp: ちゃんとなってなかったので直した。
Myun2 [Wed, 11 Aug 2010 15:15:36 +0000 (00:15 +0900)]
string_stream.hpp: ちゃんとなってなかったので直した。

14 years agosized_ptr.hpp: sized_cptr追加
Myun2 [Wed, 11 Aug 2010 15:15:14 +0000 (00:15 +0900)]
sized_ptr.hpp: sized_cptr追加

14 years agoeltorito.hpp サヨナラ
Myun2 [Wed, 11 Aug 2010 15:14:36 +0000 (00:14 +0900)]
eltorito.hpp サヨナラ

14 years agomath/itoa.hpp Add.
Myun2 [Mon, 9 Aug 2010 13:01:07 +0000 (22:01 +0900)]
math/itoa.hpp Add.

14 years agoasm_x86.hpp: テンプレート版と、_interrupt() Add.
Myun2 [Sun, 8 Aug 2010 13:03:19 +0000 (22:03 +0900)]
asm_x86.hpp: テンプレート版と、_interrupt() Add.

14 years agoasm_x86.hpp Add.
Myun2 [Sun, 8 Aug 2010 13:02:43 +0000 (22:02 +0900)]
asm_x86.hpp Add.

14 years agoeltorito.hpp: ぱでぃんぐずれたー
Myun2 [Sun, 8 Aug 2010 10:49:49 +0000 (19:49 +0900)]
eltorito.hpp: ぱでぃんぐずれたー

14 years agoasm/asm.hpp Add.
Myun2 [Sun, 8 Aug 2010 10:46:52 +0000 (19:46 +0900)]
asm/asm.hpp Add.

14 years agoeltorito.hpp: 間違ってたwww直したら動いたー!!!
Myun2 [Sun, 8 Aug 2010 07:35:19 +0000 (16:35 +0900)]
eltorito.hpp: 間違ってたwww直したら動いたー!!!

14 years agoeltorito.hpp: Boost Sectorまで実装!
Myun2 [Sun, 8 Aug 2010 06:25:22 +0000 (15:25 +0900)]
eltorito.hpp: Boost Sectorまで実装!

14 years agoeltorito.hpp: detail fix.
Myun2 [Sun, 8 Aug 2010 06:13:05 +0000 (15:13 +0900)]
eltorito.hpp: detail fix.

14 years agoeltorito.hpp: detail fix
Myun2 [Sun, 8 Aug 2010 06:08:44 +0000 (15:08 +0900)]
eltorito.hpp: detail fix

14 years agoeltorito.hpp: Boot Record Volume Descriptor まで出来た!!
Myun2 [Sun, 8 Aug 2010 06:02:26 +0000 (15:02 +0900)]
eltorito.hpp: Boot Record Volume Descriptor まで出来た!!

14 years agoeltorito.hpp: Boot Record Volume Descriptorの位置示しまで出来た
Myun2 [Sun, 8 Aug 2010 05:37:03 +0000 (14:37 +0900)]
eltorito.hpp: Boot Record Volume Descriptorの位置示しまで出来た

14 years agoやっとこfixed_reverse_endian出来たんだけどwww
Myun2 [Sun, 8 Aug 2010 05:32:45 +0000 (14:32 +0900)]
やっとこfixed_reverse_endian出来たんだけどwww

14 years agorule.hpp: fixed_numeric Add.
Myun2 [Sun, 8 Aug 2010 04:34:29 +0000 (13:34 +0900)]
rule.hpp: fixed_numeric Add.

14 years agoendian.hpp: 途中ですが一旦commit
Myun2 [Sun, 8 Aug 2010 04:18:03 +0000 (13:18 +0900)]
endian.hpp: 途中ですが一旦commit

14 years agoendian.hpp: fixed_little_endian, fixed_big_endian, little_endian(), big_endian()...
Myun2 [Sun, 8 Aug 2010 03:12:49 +0000 (12:12 +0900)]
endian.hpp: fixed_little_endian, fixed_big_endian, little_endian(), big_endian() Add.

14 years agoendian.hpp Add.
Myun2 [Sun, 8 Aug 2010 03:07:26 +0000 (12:07 +0900)]
endian.hpp Add.

14 years agoeltorito.hpp: とりあえず「Boot Record Volume Descriptor」の手前まで
Myun2 [Sun, 8 Aug 2010 02:52:23 +0000 (11:52 +0900)]
eltorito.hpp: とりあえず「Boot Record Volume Descriptor」の手前まで

14 years agoeltorito.hpp: とりあえず一旦commitじゃ!
Myun2 [Sun, 8 Aug 2010 02:44:41 +0000 (11:44 +0900)]
eltorito.hpp: とりあえず一旦commitじゃ!

14 years agostring_rule.hpp: fixed_string Add.
Myun2 [Sun, 8 Aug 2010 02:44:27 +0000 (11:44 +0900)]
string_rule.hpp: fixed_string Add.

14 years agoeltorito.hpp: とりあえず最初の0x8800バイトまでを書き込むようにしてみた。
Myun2 [Sat, 7 Aug 2010 19:24:18 +0000 (04:24 +0900)]
eltorito.hpp: とりあえず最初の0x8800バイトまでを書き込むようにしてみた。

14 years agolexical/rule.hpp: fixed_repeat, hard_repeat に generate()追加, unibyte Add.
Myun2 [Sat, 7 Aug 2010 19:11:53 +0000 (04:11 +0900)]
lexical/rule.hpp: fixed_repeat, hard_repeat に generate()追加, unibyte Add.

14 years agolexical: generate() Add.
Myun2 [Sat, 7 Aug 2010 18:57:00 +0000 (03:57 +0900)]
lexical: generate() Add.

14 years agolexical/rule.hpp: fixed_repeat, hard_repeat Add.
Myun2 [Sat, 7 Aug 2010 18:36:09 +0000 (03:36 +0900)]
lexical/rule.hpp: fixed_repeat, hard_repeat Add.

14 years agolexical: repeat -> optional_repeat
Myun2 [Sat, 7 Aug 2010 18:24:45 +0000 (03:24 +0900)]
lexical: repeat -> optional_repeat

14 years agolexical: structure -> rule
Myun2 [Sat, 7 Aug 2010 18:21:42 +0000 (03:21 +0900)]
lexical: structure -> rule

14 years agoincludeがいつの間にかなくなってた・・・
Myun2 [Sat, 7 Aug 2010 18:14:06 +0000 (03:14 +0900)]
includeがいつの間にかなくなってた・・・

14 years agofile/iso9660/eltorito.hpp Add.
Myun2 [Sat, 7 Aug 2010 18:12:19 +0000 (03:12 +0900)]
file/iso9660/eltorito.hpp Add.

14 years agotrunkもいらなーい!
Myun2 [Sat, 7 Aug 2010 18:08:25 +0000 (03:08 +0900)]
trunkもいらなーい!

14 years ago[roast_ex] specialフォルダ要らんくね?(つかSvnだと好き勝手移動して誤魔化せるけど、gitだと無理・・・)
Myun2 [Sat, 7 Aug 2010 18:07:25 +0000 (03:07 +0900)]
[roast_ex] specialフォルダ要らんくね?(つかSvnだと好き勝手移動して誤魔化せるけど、gitだと無理・・・)

14 years agoroast_ex Merge.
Myun2 [Sat, 7 Aug 2010 18:02:01 +0000 (03:02 +0900)]
roast_ex Merge.

14 years agoMerge branch 'master' of github.com:myun2/roast_work into lexical
Myun2 [Sat, 7 Aug 2010 11:25:46 +0000 (20:25 +0900)]
Merge branch 'master' of github.com:myun2/roast_work into lexical

14 years agoroast_xml_dom_parser.hpp: documentクラスちゃんと作ってDOM実装出来たー!
Myun2 [Sat, 7 Aug 2010 09:40:12 +0000 (18:40 +0900)]
roast_xml_dom_parser.hpp: documentクラスちゃんと作ってDOM実装出来たー!

14 years agostructure_base.hpp: orのテンプレート引数数増やした
Myun2 [Tue, 3 Aug 2010 13:16:35 +0000 (22:16 +0900)]
structure_base.hpp: orのテンプレート引数数増やした

14 years agostructure_base.hpp: orのテンプレート引数数増やした
Myun2 [Tue, 3 Aug 2010 13:16:35 +0000 (22:16 +0900)]
structure_base.hpp: orのテンプレート引数数増やした

14 years agombstring: euc_jp.hpp, shift_jis.hpp 実装
Myun2 [Tue, 3 Aug 2010 13:11:40 +0000 (22:11 +0900)]
mbstring: euc_jp.hpp, shift_jis.hpp 実装

14 years agoutf8_lexical.hpp: とりあえず…
Myun2 [Tue, 3 Aug 2010 13:07:56 +0000 (22:07 +0900)]
utf8_lexical.hpp: とりあえず…

14 years agoutf8_lexical.hpp 途中
Myun2 [Tue, 3 Aug 2010 13:06:14 +0000 (22:06 +0900)]
utf8_lexical.hpp 途中

14 years agostructure_base.hpp: int_range系を追加
Myun2 [Tue, 3 Aug 2010 13:01:16 +0000 (22:01 +0900)]
structure_base.hpp: int_range系を追加

14 years agodeclaration_base.hpp removed.
Myun2 [Tue, 3 Aug 2010 12:58:50 +0000 (21:58 +0900)]
declaration_base.hpp removed.
generator_base.hpp Update

14 years agoむむむー。(途中
Myun2 [Sun, 1 Aug 2010 04:30:39 +0000 (13:30 +0900)]
むむむー。(途中

14 years agoroast_xml_dom_parser.hpp: node に m_node_type を追加
Myun2 [Sun, 1 Aug 2010 04:16:53 +0000 (13:16 +0900)]
roast_xml_dom_parser.hpp: node に m_node_type を追加

14 years agoあ、でもやっぱ、パフォーマンスの低下に繋がるからとりあえずコメントアウトしとこっと。(何
Myun2 [Sun, 1 Aug 2010 04:11:22 +0000 (13:11 +0900)]
あ、でもやっぱ、パフォーマンスの低下に繋がるからとりあえずコメントアウトしとこっと。(何

14 years agoroast_xml/roast_xml_dom_parser.hpp: JavaのDOMではcommentも含んでいるようなのでこっちも含ませた。
Myun2 [Sun, 1 Aug 2010 04:10:53 +0000 (13:10 +0900)]
roast_xml/roast_xml_dom_parser.hpp: JavaのDOMではcommentも含んでいるようなのでこっちも含ませた。

14 years agoroast_xm: DOM (roast_xml_dom_parser.hpp) 多分出来たー!
Myun2 [Sun, 1 Aug 2010 04:09:04 +0000 (13:09 +0900)]
roast_xm: DOM (roast_xml_dom_parser.hpp) 多分出来たー!

14 years agoroast_xml_dom_parser.hpp: 直し
Myun2 [Sun, 1 Aug 2010 03:48:34 +0000 (12:48 +0900)]
roast_xml_dom_parser.hpp: 直し

14 years agoroast_xml_dom_parser.hpp: SAXを利用する形へと&実装
Myun2 [Sun, 1 Aug 2010 03:45:03 +0000 (12:45 +0900)]
roast_xml_dom_parser.hpp: SAXを利用する形へと&実装

14 years agoroast_xml_sax_parser.hpp: XML declaration 対応
Myun2 [Sun, 1 Aug 2010 03:42:59 +0000 (12:42 +0900)]
roast_xml_sax_parser.hpp: XML declaration 対応

14 years agoroast_xml/roast_xml_dom_parser.hpp: node, attribute, element, text Add.
Myun2 [Sun, 1 Aug 2010 03:36:22 +0000 (12:36 +0900)]
roast_xml/roast_xml_dom_parser.hpp: node, attribute, element, text Add.

14 years agosized_charbuf.hpp: to_string()をconstメソッドに。
Myun2 [Fri, 30 Jul 2010 19:15:54 +0000 (04:15 +0900)]
sized_charbuf.hpp: to_string()をconstメソッドに。
roast_xml/roast_xml_sax_parser.hpp: sax_callback_sample 追加

14 years agoroast_xml/roast_xml_sax_parser.hpp: 本当にSAXにしてコールバックに。
Myun2 [Fri, 30 Jul 2010 15:17:21 +0000 (00:17 +0900)]
roast_xml/roast_xml_sax_parser.hpp: 本当にSAXにしてコールバックに。

14 years agoroast_xml:
Myun2 [Fri, 30 Jul 2010 15:13:19 +0000 (00:13 +0900)]
roast_xml:
roast_xml_sax_parser.hpp:  pcode対応
structure.hpp:  start_close_element_name, end_close_element_name, end_empty_element 追加

14 years agoroast_xml -> structure.hpp: enum 対応
Myun2 [Fri, 30 Jul 2010 15:05:32 +0000 (00:05 +0900)]
roast_xml -> structure.hpp: enum 対応

14 years agoroast_xml: structure.hpp: enum を追加
Myun2 [Fri, 30 Jul 2010 14:54:33 +0000 (23:54 +0900)]
roast_xml: structure.hpp: enum を追加

14 years agostructure_base.hpp: range Add.
Myun2 [Thu, 29 Jul 2010 18:34:31 +0000 (03:34 +0900)]
structure_base.hpp: range Add.

14 years agostring_structure.hpp: move chars.
Myun2 [Thu, 29 Jul 2010 18:27:46 +0000 (03:27 +0900)]
string_structure.hpp: move chars.

14 years agomultibyte: utf8_lexical.hpp Add.
Myun2 [Thu, 29 Jul 2010 18:23:44 +0000 (03:23 +0900)]
multibyte: utf8_lexical.hpp Add.

14 years agomultibyte: utf8.hpp, euc_jp.hpp, shift_jis.hpp Add.
Myun2 [Thu, 29 Jul 2010 17:43:30 +0000 (02:43 +0900)]
multibyte: utf8.hpp, euc_jp.hpp, shift_jis.hpp Add.

14 years agogreaterとかlesserとかをstring_structure.hppへ namespace chars として移動。
Myun2 [Wed, 28 Jul 2010 13:16:11 +0000 (22:16 +0900)]
greaterとかlesserとかをstring_structure.hppへ namespace chars として移動。

14 years agostring_structure.hpp への分離
Myun2 [Wed, 28 Jul 2010 13:02:55 +0000 (22:02 +0900)]
string_structure.hpp への分離

14 years agolexical, roast_xml: ゴミ整理等々。
Myun2 [Sun, 25 Jul 2010 15:34:34 +0000 (00:34 +0900)]
lexical, roast_xml: ゴミ整理等々。

14 years agoroast_xml: attr無しの開始elementに対応
Myun2 [Sun, 25 Jul 2010 14:20:36 +0000 (23:20 +0900)]
roast_xml: attr無しの開始elementに対応

14 years agoroast_xml: ひとまず出来たー!
Myun2 [Sun, 25 Jul 2010 14:09:49 +0000 (23:09 +0900)]
roast_xml: ひとまず出来たー!

14 years agolexical: '\0'判定入ってなかったんで無限ループに入ってた。直した。
Myun2 [Sun, 25 Jul 2010 14:05:40 +0000 (23:05 +0900)]
lexical: '\0'判定入ってなかったんで無限ループに入ってた。直した。

14 years agoroast_xml: textの終端判定が上手く行ってなかったんで直した。
Myun2 [Sun, 25 Jul 2010 14:04:13 +0000 (23:04 +0900)]
roast_xml: textの終端判定が上手く行ってなかったんで直した。

14 years agolexical/structure_base.hpp: test Add.
Myun2 [Sun, 25 Jul 2010 02:52:27 +0000 (11:52 +0900)]
lexical/structure_base.hpp: test Add.
roast_xml: テキストとかコメントとか

14 years agolexical -> structure_base.hpp: _debug_point, _debug_print Add.
Myun2 [Sun, 25 Jul 2010 02:47:54 +0000 (11:47 +0900)]
lexical -> structure_base.hpp: _debug_point, _debug_print Add.
roast_xml -> roast_xml/roast_xml_sax_parser.hpp: インデント対応]
roast_xml -> structure.hpp: テキスト対応, 整理等, elementいじいじ・・・

14 years agostructure_base.hpp: detail update. (optionalをorで実現)
Myun2 [Sat, 24 Jul 2010 04:16:40 +0000 (13:16 +0900)]
structure_base.hpp: detail update. (optionalをorで実現)

14 years agoroast_xml: XML宣言の ?> 改行バグ対応
Myun2 [Sat, 24 Jul 2010 04:12:41 +0000 (13:12 +0900)]
roast_xml: XML宣言の ?> 改行バグ対応

14 years agolexical, roast_xml: とりあえず要素名までは取れるようになった
Myun2 [Sat, 24 Jul 2010 04:10:51 +0000 (13:10 +0900)]
lexical, roast_xml: とりあえず要素名までは取れるようになった

14 years agoroast_xml: XML宣言終了の対応・・・の途中・・・?
Myun2 [Sat, 24 Jul 2010 04:07:45 +0000 (13:07 +0900)]
roast_xml: XML宣言終了の対応・・・の途中・・・?
lexical: not追加

14 years agolexical: seqもテンプレート再帰に直し
Myun2 [Sat, 24 Jul 2010 04:06:55 +0000 (13:06 +0900)]
lexical: seqもテンプレート再帰に直し

14 years agolexical, roast_xml: コメントにも対応
Myun2 [Sat, 24 Jul 2010 04:05:34 +0000 (13:05 +0900)]
lexical, roast_xml: コメントにも対応
temo.xml