pancake
|
b5bf0eeac5
|
time: add .no_delimiter format option
|
2020-05-08 21:23:26 +03:00 |
Delyan Angelov
|
ddb5a8e6e4
|
time: add specialized vpc_now_darwin to fix -os cross
|
2020-05-05 17:31:21 +03:00 |
Delyan Angelov
|
59525c8c93
|
tests: fix missing ? after v fmt run
|
2020-05-01 12:01:30 +03:00 |
Delyan Angelov
|
84785bbb59
|
tests: fix msvc transient failures when sleep_ms takes longer
|
2020-05-01 11:58:56 +03:00 |
Delyan Angelov
|
3608c81cb9
|
time: add stopwatch_test.v
|
2020-05-01 10:21:15 +03:00 |
Enzo Baldisserri
|
682838a0cf
|
checker: check array and fields mutability
|
2020-04-27 22:53:26 +02:00 |
Delyan Angelov
|
e523540f3a
|
profile: use specialized time__vpc_now
|
2020-04-26 22:14:54 +03:00 |
Enzo Baldisserri
|
3e68e429b6
|
checker: avert if else is unnecessary
|
2020-04-25 21:51:44 +02:00 |
Delyan Angelov
|
d6899788dd
|
time: add back vlib/time/time_linux.c.v
|
2020-04-24 15:28:16 +03:00 |
Delyan Angelov
|
117ec722a2
|
time: remove temporary time__linux.c.v workaround
|
2020-04-24 09:12:34 +03:00 |
Delyan Angelov
|
20637ae54c
|
time: restore building v on linux, till v.c is regenerated with `-os cross`
|
2020-04-24 09:00:07 +03:00 |
Major Taylor
|
25f2b171fc
|
time: Timer -> StopWatch; time.Duration
|
2020-04-24 07:33:25 +02:00 |
Major Taylor
|
be0a8794c2
|
time: add Timer; refactor benchmark to use Timer
|
2020-04-19 03:40:32 +02:00 |
lutherwenxu
|
dc4db87be3
|
vlib: use new filename format
|
2020-04-11 19:51:32 +02:00 |
Alexey
|
1fde205f97
|
time: return optional value directly
|
2020-04-11 18:56:39 +02:00 |
Daniel Däschle
|
b0dacef32b
|
time: change unix timestamp to u64
|
2020-04-07 03:35:47 +02:00 |
yuyi
|
8ba6e45d83
|
time: fix unix_time
|
2020-04-04 12:10:56 +02:00 |
joe-conigliaro
|
d048bf66b0
|
cgen: optimize/generalize typ method
|
2020-04-01 00:18:25 +11:00 |
Alexey
|
cedf185b41
|
v2: fix Windows errors
|
2020-03-28 10:19:38 +01:00 |
Alexander Medvednikov
|
473d9fef55
|
checker: do not allow extra () in if conditions
|
2020-03-27 14:57:19 +01:00 |
yuyi
|
2efc37947d
|
time: calc_unix => unix_time
|
2020-03-22 19:43:59 +01:00 |
radare
|
c21e976cad
|
builtin: do not use unsafe sprintf/vsprintf functions
|
2020-03-21 06:37:58 +01:00 |
Alexander Medvednikov
|
4b36098e07
|
cgen: 1 error left
|
2020-03-20 20:35:00 +01:00 |
Delyan Angelov
|
f89f83deb6
|
solaris: _solaris.v and #flag solaris (stage 1)
|
2020-03-20 20:20:01 +01:00 |
Alexander Medvednikov
|
b7a036945d
|
cgen: in [] optimization
|
2020-03-19 16:12:49 +01:00 |
Alexander Medvednikov
|
b2f05e56b8
|
cgen: fix tests
|
2020-03-19 11:23:05 +01:00 |
Joe Conigliaro
|
147ecc5e17
|
v2: time - prefix C struct & ast.TypeName to ast.Type
|
2020-03-04 01:06:21 +11:00 |
spaceface777
|
ef8c1203b4
|
cleanup: replace C for loops with range
|
2020-02-24 17:55:16 +01:00 |
Alexander Medvednikov
|
8f9979eb8d
|
fix time_windows.v
|
2020-02-07 23:11:15 +01:00 |
Alexander Medvednikov
|
d66bc24e7f
|
remove `as` casts for basic types
|
2020-02-07 22:10:48 +01:00 |
Alexander Medvednikov
|
9034b1fd08
|
v2: match cgen; use `as` for casting
|
2020-02-07 14:50:52 +01:00 |
Alexey
|
65744207fc
|
time: reorganize module
|
2020-02-06 14:19:44 +01:00 |
Alexey
|
91e181b14a
|
time: return optional value in `parse` and `parse_iso` functions
|
2020-02-06 10:22:00 +01:00 |
Alexey
|
a61c9c617d
|
time: use `_mkgmtime` and `timegm` to calculate unix time
|
2020-02-05 06:13:11 +01:00 |
Alexander Medvednikov
|
80daaff874
|
v2: scopes, or, in, hex
|
2020-02-04 17:44:39 +01:00 |
vitalyster
|
21b54723e4
|
time: fix timezone
|
2020-02-04 12:17:04 +01:00 |
Delyan Angelov
|
7b18e5d198
|
compiler: add 'use -- instead of -= 1'
|
2020-01-23 21:09:47 +01:00 |
Shun Sakai
|
c8c43a2475
|
update copyright year
|
2020-01-23 21:04:46 +01:00 |
nsauk
|
84438c0139
|
time: add str()
|
2020-01-20 15:06:15 +01:00 |
Swastik Baranwal
|
26374971ab
|
time: fix logic
|
2020-01-14 18:12:28 +01:00 |
Delyan Angelov
|
6d30697d9b
|
time: move time.random() to time.misc module
avoids importing rand to programs that do not need pseudo random generation).
|
2020-01-07 12:58:24 +01:00 |
Alexander Medvednikov
|
2f8969c604
|
time: Windows fix
|
2020-01-01 12:01:03 +01:00 |
Alexander Medvednikov
|
87cff0386c
|
time: gmt offset; macos syscalls
|
2020-01-01 10:09:19 +01:00 |
sh0f
|
3c17851200
|
time: add test for #3291
|
2020-01-01 08:00:23 +01:00 |
sh0f
|
a99f214a0f
|
time: fix error: array index out of range
|
2020-01-01 07:27:48 +01:00 |
Alexander Medvednikov
|
4d31d5882d
|
x64, v2 backends
|
2019-12-31 19:42:16 +01:00 |
lutherwenxu
|
286a0a1371
|
time: rewrite unix() function
|
2019-12-31 17:11:47 +01:00 |
Alexander Medvednikov
|
da5fb5dcbd
|
Revert "x64, v2 backends"
This reverts commit 81ae54d9bd .
|
2019-12-31 13:23:12 +01:00 |
Alexander Medvednikov
|
81ae54d9bd
|
x64, v2 backends
|
2019-12-31 13:21:22 +01:00 |
yatsen1
|
137a473bb7
|
add time.parse_iso
|
2019-12-23 13:36:51 +03:00 |