1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
f5a22f15d9 time: fix ./v -o vcross -os cross cmd/v on macos 2021-09-06 19:50:16 +03:00
55eeb701a9 time: fix time.parse_iso8601(2037-07-23)?.add_days(181).str() == "1901-12-13 17:31:44" 2021-07-06 18:54:33 +03:00
7c664de8aa time: fix macos job (building V with -cflags --Werror) 2021-04-05 22:32:33 +03:00
cc8948efcf time: fix compilation on macos 2021-04-05 15:31:29 +03:00
d660f2cc6f fmt: insert newline after last HashStmt (#8482) 2021-02-01 14:50:41 +01:00
728344ff65 ci: fix v test-cleancode 2021-01-25 12:55:01 +02:00
6a74058190 time: make parse_iso8601 support a date only format (#7277) 2020-12-16 13:10:02 +02:00
0c50f0c9dc time: v fmt (#7160) 2020-12-06 15:19:39 +01:00
9367dcda10 all: fix remaining c warnings and add -Werror to CI (#7021) 2020-11-29 21:23:37 +02:00
2dc547a45c time: fix iso8601 parser and utc time 2020-06-10 11:14:55 +02:00
9c8769503f time: add microsecond precision to Time struct 2020-06-07 16:19:09 +03:00
ddb5a8e6e4 time: add specialized vpc_now_darwin to fix -os cross 2020-05-05 17:31:21 +03:00
e523540f3a profile: use specialized time__vpc_now 2020-04-26 22:14:54 +03:00
25f2b171fc time: Timer -> StopWatch; time.Duration 2020-04-24 07:33:25 +02:00