yatsen1
|
d03f0ec294
|
fix time.parse()
|
2019-12-23 13:25:44 +03:00 |
Alexey
|
dacc129fd8
|
time: improve tests
|
2019-12-22 22:58:41 +03:00 |
Alexander Medvednikov
|
6210984c97
|
run vfmt
|
2019-12-20 02:09:56 +03:00 |
Alexander Medvednikov
|
f51784ee01
|
remove unnecessary casts everywhere
|
2019-12-07 15:51:00 +03:00 |
Alexander Medvednikov
|
b2b34e18e4
|
use the new &C.Foo(0) cast
|
2019-12-04 12:19:32 +03:00 |
Alexander Medvednikov
|
81d4f66fbb
|
string: make `index()` return `?int` instead of `int`/-1
|
2019-11-30 13:21:21 +03:00 |
Alexander Medvednikov
|
b38283dcf1
|
string: make left/right private
|
2019-11-30 12:06:17 +03:00 |
kevin70g
|
5536eb581c
|
time: C.timeval struct member definitions fix
|
2019-11-19 18:28:29 +03:00 |
Nicolas Sauzede
|
1dadf9d966
|
fix Windows warnings
|
2019-11-16 02:30:50 +03:00 |
Alexander Medvednikov
|
ffa6bcfff5
|
vfmt: handle comments
|
2019-11-13 11:54:22 +03:00 |
Alexander Medvednikov
|
f30d0ce667
|
parser: fix a bug with complex ref fn args
|
2019-11-11 04:56:13 +03:00 |
Enrico Lefass
|
a691cc857e
|
time: add new public functions for formatting
|
2019-11-01 02:13:03 +03:00 |
joe-conigliaro
|
59378dce46
|
compiler/vlib: replace substr/left/right with `[start..end]` everywhere
|
2019-10-27 10:03:15 +03:00 |
Mihael Dimoski
|
b6fa252fc9
|
time: make Time struct public
|
2019-10-25 22:04:25 +03:00 |
Enrico Lefass
|
fcead2f79e
|
time: squash three occasions of const(...) into one
|
2019-10-23 08:41:16 +03:00 |
Alexander Medvednikov
|
a76165828b
|
snake_case consts
|
2019-10-12 22:36:14 +03:00 |
Alexander Medvednikov
|
a9a73d9315
|
caching modules: almost there
|
2019-10-09 06:35:58 +03:00 |
Enrico Lefass
|
b0573bd4e4
|
time: add new public format function ddmmy()
|
2019-10-06 16:24:37 +03:00 |
Alexander Medvednikov
|
f45d3f07ed
|
fix 3 last C warnings and make sure no new warnings are introduced
|
2019-10-04 05:49:41 +03:00 |
Alexander Medvednikov
|
3db4d66824
|
operator | not defined on bool
|
2019-09-15 19:35:48 +03:00 |
Alexander Medvednikov
|
0e2c41e0f9
|
replace *Foo with &Foo everywhere
|
2019-09-01 22:51:16 +03:00 |
Alexander Medvednikov
|
d5d1b74f90
|
time: do not include <unistd.h> on windows
|
2019-08-30 01:10:29 +03:00 |
Alexander Medvednikov
|
3c5087902d
|
fix msvc build
|
2019-08-30 01:06:10 +03:00 |
Vitaly Takmazov
|
5124eae47d
|
msvc: check exit code
|
2019-08-28 13:26:27 +03:00 |
Delyan Angelov
|
aa438c7c3f
|
os: fix exec() and get_raw_line(); fix Windows tests and examples
|
2019-08-26 13:51:48 +03:00 |
Robin Martijn
|
754b8082fb
|
time/vlib: fix day_of_week() with sakamoto's algorithm
|
2019-08-25 23:35:01 +03:00 |
Alexander Medvednikov
|
031e7fe113
|
os: libproc.h on macos only
|
2019-08-24 02:53:11 +03:00 |
Alexander Medvednikov
|
7fd9827318
|
all: add missing includes
|
2019-08-24 02:48:47 +03:00 |
Alexander Medvednikov
|
d98c20466e
|
cc.v: build with "implicit-function-declaration" and fix declarations
required for the webassembly backend
2
|
2019-08-24 00:20:53 +03:00 |
Sylvio Tavares
|
0e798b4c51
|
time: fix rand()
|
2019-08-02 00:31:02 +02:00 |
Alexander Medvednikov
|
207bab5f79
|
generics, vweb, comptime codegen, etc
|
2019-07-29 18:24:48 +02:00 |
Emily Hudson
|
e25ea7f9dd
|
add MSVC C backend support; fix live code reloading on Windows; other Windows fixes
|
2019-07-23 23:23:13 +02:00 |
Alexander Medvednikov
|
7fa1f423e2
|
fix time_test.v
|
2019-07-14 17:08:14 +02:00 |
Alexander Medvednikov
|
6995cc0234
|
time: fix test_days_in_month()
|
2019-07-14 16:47:02 +02:00 |
nxshock
|
1ce295b683
|
time: days_in_month()
|
2019-07-14 16:43:57 +02:00 |
nxshock
|
b3e5c89ba9
|
time: add is_leap_year(year int)
|
2019-07-03 18:55:07 +02:00 |
Alexander Medvednikov
|
7a3b5c20dd
|
time: fix empty unix
|
2019-07-03 01:27:38 +02:00 |
Alexander Medvednikov
|
99a9a6572a
|
lots of Windows fixes and cross compilation for Windows
|
2019-07-01 16:51:17 +02:00 |
Alexander Medvednikov
|
b0c844415d
|
time.ticks() on Linux/macOS
|
2019-06-30 14:48:13 +02:00 |
Alexander Medvednikov
|
4594d78bd6
|
move all vlib modules to vlib/
|
2019-06-29 12:00:31 +02:00 |