OSDN Git Service

roast/roast.git
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...
2010-11-06 Myun2[linux] fork.hpp: むむーむ2
2010-11-06 Myun2[linux] fork.hpp: むむむー
2010-11-06 Myun2type_traits/add.hpp Add.
2010-11-06 Myun2type_traits/is_qualifier.hpp: is_array (is_ary) Add.
2010-11-06 Myun2[linux] fork.hpp: とりあえず一旦commit
2010-11-06 Myun2[linux] とりあえず動きました。でもこれ駄目だぬ。って気付きました。(何
2010-11-06 Myun2[linux] fork.hpp 色々ごにょごにょ。とりあえずcommit
2010-11-06 Myun2function_pointer.hpp: 26~23、4~2 追加
2010-11-06 Myun2tp/function_pointer.hpp: とりあえず32パラメータ~27まで追加
2010-11-06 Myun2std/function_pointer.hpp Add.
2010-11-06 Myun2fork_.hpp としてバックアップしておく
2010-11-06 Myun2[linux] fork動くようになった
2010-11-06 Myun2(Linux)[linux] fork
2010-11-06 Myun2(Linux)Merge branch 'master' of github.com:myun2/roast_work
2010-11-06 Myun2(Linux)[linux] fork_test.cpp Add, fork.hpp Update
2010-11-06 Myun2(Linux)[linux] xml_test.cpp Add.
2010-11-04 Myun2Merge branch 'master' of github.com:myun2/roast_work
2010-11-04 Myun2sax_serialized.hpp: sax_serializer多分実装出来たと思う
2010-11-04 Myun2sax_serialized.hpp: node::node_types, sax_serialized 追加
2010-11-04 Myun2sax_serialized.hpp: node, element ... text 追加
2010-11-04 Myun2sax_serialized.hpp: sax_serializer クラス追加
2010-11-03 Myun2linux test Add.
2010-10-31 Myun2tp/function_pointer.hpp Add.
2010-10-31 Myun2math/log.hpp Add.
2010-10-17 Myun2Merge branch 'master' of github.com:myun2/roast_work
2010-10-17 Myun2tp/arith/arith.hpp: bit演算系追加
2010-10-17 Myun2tp/arith/arith.hpp: add_ui, sub_ui, mul_ui, div_ui...
2010-10-16 Myun2tp/arith/arith.hpp: add_i, sub_i, mul_i, div_i Add.
2010-10-16 Myun2tp/arith/arith.hpp: 型をテンプレート引数にて指定するように
2010-10-15 Myun2Merge branch 'master' of github.com:myun2/roast_work
2010-10-15 Myun2math/fraction.hpp: 分母が同じ足し算引き算の場合には分子同士の加減算のみにする対応
2010-10-15 Myun2math/fraction.hpp: normalize()対応
2010-10-15 Myun2math/fraction.hpp: constメソッド化と, キャストオペレータオーバーロード
2010-10-15 Myun2math/fraction.hpp: to_string()対応
2010-10-15 Myun2math/gcd_lcm.hpp: パフォーマンスを色々と試してみた残骸...
2010-10-15 Myun2Merge branch 'master' of github.com:myun2/roast_work
2010-10-15 Myun2Merge branch 'master' of github.com:myun2/roast_work
2010-10-15 Myun2math/gcd_lcm.hpp: gcd_()の中身を実装
2010-10-15 Myun2math/gcd_lcm.hpp Add.
2010-10-15 Myun2math/fraction.hpp: 足し算引き算対応(整数型)
2010-10-15 Myun2math/fraction.hpp: 足し算引き算対応(とりあえずfraction同士のみ)
2010-10-15 Myun2math/fraction.hpp: fraction同士の掛け算割り算対応, get_numerator...
2010-10-15 Myun2math/fraction.hpp: operator *, / がなかった・・・
2010-10-15 Myun2math/fraction.hpp: is_signed()追加
2010-10-15 Myun2math/fraction.hpp: コンストラクタ引数対応, to_int(), to_float...
2010-10-15 Myun2math/fraction.hpp: operator *=, /= 対応
2010-10-15 Myun2math/fraction.hpp: 型をテンプレート引数化, 符号は別変数にしない方が、計算はしやすいかもねぇ。
2010-10-15 Myun2math/fraction.hpp Add.
2010-10-15 Myun2tp/arith/arith.hpp Add.
2010-10-14 Myun2math/square_root.hpp: 整数倍に対応
2010-10-14 Myun2math/square_root.hpp: operator *=, /= 対応(square_rootに対し)
2010-10-14 Myun2math/square_root.hpp: to_int()だとかto_float()だとかそこらへんを追加
2010-10-14 Myun2math/square_root.hpp Add.
2010-10-14 Myun2math/square_root.hpp Add.
2010-10-12 Myun2roast_xml/sax_serialized.hpp Add.
2010-10-11 Myun2roast_xml/rule_xml.hpp: コメント中の改行が検知されてなかったんで対応(というかget_...
2010-10-11 Myun2roast_xml/rule_xml.hpp: <!-- -- で終わっちゃってるのにも対応(ちゃんと例外メッ...
2010-10-11 Myun2roast_xml/rule_xml.hpp: コメント中の不正な終端を検知
2010-10-11 Myun2lexical/rule.hpp: exception_to_false, exception_to_exce...
2010-10-11 Myun2lexical/string_rule.hpp: 結局 eoi_exception を復活かね・・・
2010-10-11 Myun2lexical_test/sax_test.cpp: rbで読まないとなんかちょっとおかしいみたいね…!
2010-10-11 Myun2lexical/string_rule.hpp: '\0'に対する挙動を修正中...
2010-10-11 Myun2roast_xml/rule_xml.hpp: コメント開始のフォーマットエラーチェック対応
2010-10-11 Myun2lexical/string_rule.hpp line_countable: 進んだ後のイテレータでチェック...
2010-10-11 Myun2roast_xml/rule_xml.hpp: ホワイトスペースに対してlc付けたクラスを使うように
2010-10-11 Myun2roast_xml/rule_xml.hpp: コメントの終端以外"--"チェック対応(細かいの
2010-10-11 Myun2roast_xml/rule_xml.hpp: コメントの終端以外"--"チェック対応
2010-10-11 Myun2roast_xml/rule_xml.hpp: XML宣言部がおかしい場合、その事が分かるメッセージを出すようにした
2010-10-11 Myun2lexical/rule.hpp: on_true, on_false 追加。 false_ret_to_ex...
2010-10-11 Myun2roast_xml/rule_xml.hpp: processing_instructionの追加と...
2010-10-11 Myun2roast_xml/sax.hpp: analyzeでfalseが返ってきたからと言って「不正な終端...
2010-10-11 Myun2rule_xml.hpp: こっちの方がいいな
2010-10-11 Myun2roast_xml: zerotermをちゃんと処理するようにしたぜー
2010-10-11 Myun2lexical/rule.hpp: zeroterm追加。あとまだanalyze()にtypename...
2010-10-11 Myun2roast_xml/rule_xml.hpp: XML宣言行前に複数回コメントがあるとエラーになっちゃう問題を修正
2010-10-11 Myun2だいぶline_counterを実装してみた感じで
2010-10-11 Myun2lexical/rule.hpp: false_ret_to_exception Add.
2010-10-11 Myun2lexical/rule.hpp: analyze(), generate()のテンプレート引数型が...
2010-10-11 Myun2roast_xml/rule_xml.hpp: 綺麗にお掃除開始ですっ♪(まずはnoelems辺りから・・・
2010-10-10 Myun2lexical/string_rule.hpp: line_countable_whitespace
2010-10-10 Myun2lexical/string_rule.hpp: crlf, line_counter_crlf Add.
2010-10-10 Myun2lexical/string_rule.hpp: line_counter を最初の方へ移動。で、line_c...
2010-10-10 Myun2big_xml.zip: ベンチマーク時に使ったXML
2010-10-10 Myun2big_xml.xml のテスト
2010-10-10 Myun2big_xml.zip Add.
2010-10-10 Myun2roast_xml/sax.hpp: pcode::end_element に大して end_element...
2010-10-10 Myun2sax_test.hpp 中身かきかき
2010-10-10 Myun2sax_test.hpp Add.
2010-10-10 Myun2sized_charbuf.hpp: まぁ、== trueとかされた時のためにも、こうしとくかぁ・・・
2010-10-10 Myun2lexical/rule.hpp: iterator_move, iteratort_move_front...
next