Skip to content

Commit

Permalink
[1.4] Update task info in projects
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Apr 3, 2024
1 parent d6d7519 commit 394d99c
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions devel/1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| [12](12.md) | | | File on tbox |
| [15](15.md) | | | Http Client and JSON |
| [16](16.md) | | | De-TeXmacs |
| [19](19.md) | | | Lolly Data |
| [20](20.md) | | | Lolly Hash|
| [19](19.md) | DONE | Darcy | Lolly Data |
| [20](20.md) | DONE | Darcy | Lolly Hash |
| [21](21.md) | | | string_u8 and string_view |

3 changes: 3 additions & 0 deletions devel/12.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

| ID | Status | Owner | Desc |
|-------|--------|--------|-------|
| 12_30 | DONE | Da | Reverted: disable the default url contructor |
| 12_29 | DONE | Da | file: minor fix on routines without return |
| 12_28 | DONE | Da | Use url_system for the url constructor |
| 12_27 | DONE | Da | file routines should work with url rooted with file |
| 12_26 | DONE | Da | get_root(url_root(file) * u) should be file |
| 12_25 | DONE | Da | file: subdirectories |
Expand Down
2 changes: 2 additions & 0 deletions devel/16.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
| 16_1 | DONE | Da | Remove debug related code from lolly |
| 16_2 | DONE | Da | lolly/system/timer |
| 16_3 | DONE | Da | bench print with threshold |
| 16_4 | DONE | Da | Move routines in analyze.cpp to moebius/mogan |
| 16_5 | DONE | Da | Move block/modification/path/observer to moebius/mogan |
5 changes: 4 additions & 1 deletion devel/19.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
|----|--------|--------|-------|
| 19_1 | DONE | Da | Uncode Range |
| 19_2 | | Da | Move cjk predicates to lolly::data |
| 19_3 | | Da | Move hex/roman/hanzi to lolly::data |
| 19_3 | DONE | Da | Move hex/roman/hanzi to lolly::data |
| 19_4 | DONE | Da | lolly::system::args like nowide::args
| 19_5 | DONE | Da | implement of unicode string named as lolly_string |
| 19_6 | DONE | Da | Migrate encode_as_utf8 and decode_as_utf8 from mogan |
6 changes: 6 additions & 0 deletions devel/21.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Project: string_u8 and string_view
| ID | Status | Owner | Desc |
|----|--------|--------|-------|
| 21_1 | DONE | jinkaimori | split basic.hpp to avoid circular inclusion |
| 21_4 | DONE | jinkaimori | make behavior of as_int consistent with is_int |
| 21_5 | DONE | Da | string_u16 and string_u16_view |
| 21_6 | DONE | Da | string_u8 as an alias of string |
| 21_7 | DONE | Da | Use string_view<char> to re-impl ==, !=, <, <= of string |

3 changes: 2 additions & 1 deletion devel/8.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
| 8_6 | DONE | jinkaimori | Performance tuning on array/string resizing |
| 8_7 | TODO | | Performance tuning on analyze |
| 8_8 | DONE | jinkaimori | Performance tuning on string |
| 8_9 | TODO | Da | Performance tuning on url |
| 8_9 | TODO | Da | Performance tuning on url |
| 8_10 | | Da | Performance tuning on list |
2 changes: 2 additions & 0 deletions devel/9.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
|------|--------|-------|-------------|
| 9_1 | DONE | Pluto | migrate tree/observer/path/modification to lolly |
| 9_2 | DONE | Da | Rename replace to tree_replace |
| 9_3 | DONE | Da | Rework on tree |
| 9_4 | DONE | Da | tree: use union instead of strange static_cast |

0 comments on commit 394d99c

Please sign in to comment.