.. |
arrays
|
arrays: add binary_search, lower_bound, and upper_bound array operations (#12045)
|
2021-10-03 08:14:39 +03:00 |
benchmark
|
tests: show the number of parallel jobs used while testing
|
2021-10-11 13:10:55 +03:00 |
bitfield
|
bitfield,flag: document the remaining functions
|
2021-11-18 20:15:26 +02:00 |
builtin
|
strconv: fix `assert .f64() == 0`
|
2022-01-04 17:51:48 +02:00 |
cli
|
cli: fix bug that caused help to panic (#11157)
|
2021-08-12 09:25:28 +03:00 |
clipboard
|
fmt: fix unnecessary line break in array init (fix #11448) (#11562)
|
2021-09-21 16:20:09 +03:00 |
compress/zlib
|
compress: add a new `compress.zlib` module (#12646)
|
2021-12-02 12:01:44 +02:00 |
context
|
vlib/context: add onecontext as submodule (#12549)
|
2021-12-02 11:15:07 +02:00 |
crypto
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
darwin
|
vlib: use `malloc_noscan()` where possible (#10465)
|
2021-06-15 14:47:11 +03:00 |
datatypes
|
datatypes: add a Queue.last() method (#12987)
|
2021-12-29 08:01:47 +02:00 |
dl
|
v.builder: remove default link flags -lm, -ldl, -lpthread (use module specific link flags instead) (#10099)
|
2021-05-14 14:28:53 +03:00 |
encoding
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
eventbus
|
v.parser: prohibit redeclaration of builtin types (#10563)
|
2021-06-25 13:08:56 +03:00 |
flag
|
bitfield,flag: document the remaining functions
|
2021-11-18 20:15:26 +02:00 |
fontstash
|
examples: use `fontstash` wrapper calls (#12718)
|
2021-12-06 23:39:43 +03:00 |
gg
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
gx
|
gg: add text rendering, keyboard event handling for JS and other fixes (#12932)
|
2021-12-22 12:26:52 +02:00 |
hash
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
io
|
io: pub the RandomReader interface (#12222)
|
2021-10-18 10:51:36 +03:00 |
js
|
fmt: fix error of generic struct_init using module (fix #12893) (#12935)
|
2021-12-22 19:11:09 +02:00 |
jsdom
|
jsdom, examples: add more WebGL APIs; add interactive 3D cube example running on VJS (#12562)
|
2021-11-24 20:31:39 +02:00 |
json
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
log
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
math
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
mssql
|
mssql: fix c function definition parameters (#11307)
|
2021-08-25 14:39:56 +03:00 |
mysql
|
mysql: always use `#include <mysql.h>`, rely on pkgconfig to get the correct include folder
|
2021-10-23 21:22:10 +03:00 |
net
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
orm
|
orm: do not order by default, ordering is slow; also fix a bug for tables without defined primary keys
|
2021-12-23 16:43:22 +02:00 |
os
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
pg
|
checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963)
|
2021-10-11 15:41:31 +03:00 |
picoev
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
picohttpparser
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
rand
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
readline
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
regex
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
runtime
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
semver
|
semver: add a Version.str() method with unit tests (#12779)
|
2021-12-09 21:25:55 +02:00 |
sokol
|
sokol: type alias all `sgl` structs, support `sgl_context` (#13018)
|
2022-01-03 15:05:24 +02:00 |
sqlite
|
sqlite: add enum result code (#12505)
|
2021-11-18 13:56:15 +02:00 |
stbi
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
strconv
|
strconv: fix `assert .f64() == 0`
|
2022-01-04 17:51:48 +02:00 |
strings
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
sync
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
szip
|
szip: cleanup after tests
|
2021-11-28 15:30:26 +02:00 |
term
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
time
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
toml
|
toml: improve SKIP reporting, fix formatting
|
2022-01-03 13:25:06 +02:00 |
v
|
checker: update error message for `if 'a' in 'abcd' {`
|
2022-01-05 12:21:17 +02:00 |
vweb
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
x
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
.vdocignore
|
vdoc: add v/preludes_js/ to .vdocignore (#11039)
|
2021-08-03 18:52:45 +03:00 |