OSDN Git Service

roast/roast.git
2010-12-23 Myun2string_parser_base.hpp は _exclude へ
2010-12-23 Myun2lexical: rule_numeric.hpp への分離
2010-12-23 Myun2rule_xml.hpp: namedしてみた。
2010-12-23 Myun2lexical/debug_util.hpp: named_base追加
2010-12-23 Myun2lexical/debug_util.hpp: 中身実装
2010-12-22 Myun2lexical/debug_util.hpp: namedを追加(中身まだ何にもしない)
2010-12-22 Myun2lexical/debug_util.hpp: rule.hpp より _debug_point, _debu...
2010-12-22 Myun2lexical/debug_util.hpp Add.
2010-12-22 Myun2101115_dom3\6X 途中で無限ループ2…
2010-12-22 Myun2101115_dom3\5.1 (途中で無限ループ…)
2010-12-22 Myun2rule_xml.hpp: (101115_dom3\5.0) 「exclam_tag」とした
2010-12-22 Myun2rule_xml.hpp: exlam_angle -> angle_exclamに(前後入れ替え)
2010-12-22 Myun2dom3.hpp: node_list_::is_empty() 対応
2010-12-21 Myun2rule_xml.hpp: <!~~> をexclam_angleとした。 (101115_dom3...
2010-12-21 Myun2101115_dom3\2.6, 3_no_root_elementまで対応
2010-12-21 Myun2101115_dom3\2.4: start_pi, Root Element辺り
2010-12-21 Myun2101115_dom3\1.8, 2.1 (向こうもやっとマージしたー!!)
2010-12-21 Myun2rule_xml.hpp: pcode -> evtcode
2010-12-21 Myun2101115_dom3\1: no_root_element_exception
2010-12-21 Myun2101112_dom3\aa: not_closed_exception, illegal_term_in_c...
2010-12-21 Myun2101112_dom3\10
2010-12-21 Myun2rule.hpp: exception_to_eventあんじゃんかよおおおお!!!
2010-12-21 Myun2101112_dom3\9_illegal_term_in_comment対応
2010-12-21 Myun2101112_dom3\8_illegal_term: rule_xml.hpp
2010-12-21 Myun2dom_test.cpp: なんかis_empty無いね・・・?
2010-12-19 Myun2xmldb.txt Add. (Memo)
2010-12-19 Myun2db/roast_db/tiny_db.hpp Add.
2010-12-19 Myun2dom_test.cpp: 101112_dom3\7.5_表示方法改善
2010-12-19 Myun2dom_test.cpp: 101112_dom3\7_テストのための関数を追加
2010-12-19 Myun2rule_xml.hpp: 101112_dom3\6_root_cant_have_text_excepti...
2010-12-19 Myun2rule_xml.hpp: 101112_dom3\5_Not angle bracket で、お試ししてみた
2010-12-19 Myun2rule_xml.hpp: 101112_dom3\4 (2)
2010-12-19 Myun2rule_xml.hpp: ちょいちょいマージ
2010-12-18 Myun2stl_iterator_to_roast.hpp Update (100702_foreach)
2010-12-18 Myun2any_iterator.hpp: 100702_foreach Last
2010-12-18 Myun2any_iterator.hpp: 6
2010-12-18 Myun2any_iterator.hpp: 5
2010-12-18 Myun2any_iterator.hpp: 4
2010-12-18 Myun2any_iterator.hpp: 3
2010-12-18 Myun2any_iterator.hpp: 2
2010-12-18 Myun2container/any_iterator.hpp Add
2010-12-18 Myun2foreach_test.cpp
2010-12-18 Myun2roast_xml/sax_generator.hpp: Update (101109_sax\sax_gen...
2010-12-18 Myun2101109_sax\_end\sax.hpp\3
2010-12-18 Myun2101109_sax\sax.hpp\2
2010-12-18 Myun2101109_sax\sax.hpp\3
2010-12-18 Myun2sax.hpp, rule_xml.hpp: send_event化
2010-12-18 Myun2grammar/grammar.hpp Add.
2010-12-18 Myun2html_tags.hpp: 20
2010-12-05 Myun2html_tags.hpp: 101118_nitro\6_aタグまで対応
2010-12-05 Myun2html_tags.hpp: 101118_nitro\5_imgタグまで出来たー!
2010-12-05 Myun2html_tags.hpp: 101118_nitro 4.1
2010-12-05 Myun2html_tags.hpp をリニューアル開始(lexical向け)
2010-11-13 Myun2rule: _false_ret_to_event, _true_ret_to_event 追加
2010-11-13 Myun2rule.hpp: send eventの実装
2010-11-13 Myun2rule.hpp: event追加
2010-11-13 Myun2rule_xml.hpp: pcode へのエラーコード系追加開始
2010-11-13 Myun2type_traits/add.hpp: こうやっとconstつけてやらんと、後参照も作ってやらんと駄目じゃね...
2010-11-13 Myun2dom3.hpp: 15_element_iterator出来たっぽい
2010-11-13 Myun2Merge branch 'master' of github.com:myun2/roast_work...
2010-11-13 Myun2dom3.hpp: node_list_: get_first_element(), get_element_...
2010-11-13 Myun2dom3.hpp: 13: Javaとか風~_NODE enumへの移行, get_first_by_type...
2010-11-13 Myun2dom3.hpp: 12: document_へのget_root_element()実装
2010-11-11 Myun2dom3.hpp: 11_デストラクタずっこけバグ修正
2010-11-11 Myun2dom3.hpp: 10_とりあえずpoolやめてnewする方式に変更, デストラクタでコケはするが・・・
2010-11-11 Myun2dom3.hpp: 9
2010-11-11 Myun2dom3.hpp: 8_コンパイル通ったなりー!(参照をメンバに含むので、operator =()の実装が必要)
2010-11-11 Myun2dom3_75B.hpp: 7.5B_テンプレートによる不思議な再帰バージョン
2010-11-11 Myun2dom3.hpp: 7
2010-11-11 Myun2dom3.hpp: 6
2010-11-11 Myun2dom3.hpp: 5
2010-11-11 Myun2dom3.hpp: 4_とりあえずテキスト対応
2010-11-11 Myun2dom3.hpp: 3 とりあえずコンパイルは通過
2010-11-11 Myun2dom3.hpp: だいぶ、色々と。node_listとかも
2010-11-11 Myun2dom3.hpp: 1.05
2010-11-11 Myun2roast_xml/dom3.hpp Add!
2010-11-09 Myun2roast_xml/sax.hpp: make_sax_impl(), sax() Add.
2010-11-08 Myun2roast_xml/rule_xml.hpp: ルールの整理(単純にコメントの追加やtypedef化したりする...
2010-11-08 Myun2roast_xml/rule_xml.hpp: ルールの整理(単純にコメントの追加やtypedef化したりする...
2010-11-08 Myun2roast_xml/rule_xml.hpp: ルールの整理(単純にコメントの追加やtypedef化したりするだけ)
2010-11-07 Myun2adapter/iterator_adapter.hpp: _IteratorImp -> _Impl...
2010-11-07 Myun2Merge branch 'master' of github.com:myun2/roast_work
2010-11-07 Myun2roast_xml/sax_serialized.hpp: iterator_implも実装
2010-11-07 Myun2roast_xml/sax_serialized.hpp: serial::~ちゃんと出来てませんでした...
2010-11-07 Myun2adapter/iterator_adapter.hpp あちこち修正
2010-11-07 Myun2adapter/iterator_adapter.hpp: 直し途中
2010-11-07 Myun2type_traits/is_qualifier.hpp: is_reference, is_pointer...
2010-11-07 Myun2type_traits/add.hpp: 同じのを一杯コピーで書いてたけど、継承する形に修正した。
2010-11-07 Myun2type_traits/add.hpp: to_const, to_ref, to_reference...
2010-11-06 Myun2roast_xml/sax_serialized.hpp: serial node実装
2010-11-06 Myun2Merge branch 'master' of github.com:myun2/roast_work
2010-11-06 Myun2adapter/iterator_adapter.hpp Add.
2010-11-06 Myun2roast_xml/sax_serialized.hpp: イテレータを開始
2010-11-06 Myun2sax_sax_serialized.hpp: だいぶ実装した
2010-11-06 Myun2Merge remote branch 'remotes/origin/process'
2010-11-06 Myun2process.hpp: join()のバグの原因分かった!&余計なだけだった!あとis_alive...
2010-11-06 Myun2[linux] fork.hpp: is_alive(), is_normally_end(), get_ex...
2010-11-06 Myun2[linux] fork.hpp: wait_end(), get_child_pid() 対応
2010-11-06 Myun2[linux] fork.hpp: cloned_processクラス対応
2010-11-06 Myun2[linux] forkって言うかclone_process()って名前にして、子プロセス終了後は_exit...
next