Skip to content

Commit

Permalink
add mir.date (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
9il authored Apr 19, 2020
1 parent cdc31b8 commit 6570b3e
Show file tree
Hide file tree
Showing 3 changed files with 2,590 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $(BOOKTABLE ,
$(TR $(TDNW $(MREF mir,small_string)) $(TD Generic Small Strings))
$(TR $(TDNW $(MREF mir,array,allocation)) $(TD `std.array` reworked for Mir))
$(TR $(TDNW $(MREF mir,range)) $(TD Ranges))
$(LEADINGROW Date and time)
$(TR $(TDNW $(MREF mir,date)) $(TD Fast BetterC Date type with Boost ABI and mangling compatability))
$(LEADINGROW NDarrays and Algorithms)
$(TR $(TDNW $(MREF mir,ndslice)★) $(TD Package for ndarrays and iteration algorithms.))
$(TR $(TDNW $(MREF mir,range)) $(TD Additoinal primitive ranges. See also $(MREF mir,ndslice), which contains a lot of range constructos.))
Expand Down
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ sources_list = [
'mir/combinatorics/package',
'mir/container/binaryheap',
'mir/cpp_export/numeric',
'mir/date',
'mir/exception',
'mir/format_impl',
'mir/format',
Expand Down
Loading

0 comments on commit 6570b3e

Please sign in to comment.