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

9 Commits

Author SHA1 Message Date
07a78b2843 Revert "all: C++ compiler support"
This reverts commit 9a237c3e82.
2020-05-18 17:05:48 +02:00
9a237c3e82 all: C++ compiler support 2020-05-18 15:51:36 +02:00
4c8703416e fix vlib/math/math_test.v 2020-04-04 16:07:42 +03:00
be327962d3 strconv: remove an assert for now 2020-04-02 14:26:35 +02:00
8de027c4b4 strconv: fix on ftoa string decimal aproximation, 'nan' string fix 2020-03-26 22:39:46 +01:00
d501ea0afb v2: fix array init 2020-03-04 12:50:32 +11:00
becd87141c fix linux warnings in generated C code 2020-03-01 13:26:09 +01:00
39429f7ac9 atof: lots of fixes
* removed sprintf for f64 and f32 use

* removed all pointers from the code, used unions instead

* solved module name problem

* fixed tests on vlib/math

* fix for alpine-linux math test

* small fix on byte allocation for ftoa
2020-02-26 12:14:06 +01:00
200f25a38f ftoa in V (#3831) 2020-02-25 11:12:37 +01:00