Commit Graph

  • 3e005074a3 Windows Unicode I/O vitalyster 2019-07-21 14:29:32 +0300
  • 6e6f6bc387 free/malloc fixes Alexander Medvednikov 2019-07-21 12:22:41 +0200
  • 975286302c fix Tetris onkeydown Alexander Medvednikov 2019-07-21 11:56:03 +0200
  • 3245377683 fix defer before returns Alexander Medvednikov 2019-07-21 00:49:34 +0200
  • 1b4656a4dc string cast: better error message Alexander Medvednikov 2019-07-21 00:04:34 +0200
  • c3c6648c57 string(bytes_array) cast Alexander Medvednikov 2019-07-20 22:03:38 +0200
  • 7f512eaf72 examples/hot_code_reloading: graph builder improvements Alexander Medvednikov 2019-07-20 17:38:00 +0200
  • 5c12d13b19 builtin: make string.add() private Alexander Medvednikov 2019-07-20 16:43:33 +0200
  • 72159d4169 vlib/glm: fix glm_test.v Alexander Medvednikov 2019-07-20 16:39:09 +0200
  • 769cda1d1f simplify gg; remove forced OpenGL dependency; graph builder /w hot code reloading Alexander Medvednikov 2019-07-19 13:27:44 +0200
  • 876dee6435 OpenBSD needs pthread.h Brian Callahan 2019-07-20 00:13:09 -0400
  • 26ed3fb372 examples/hot_code_reloading: graph builder Alexander Medvednikov 2019-07-19 13:15:47 +0200
  • 760034b6b1 math/stats: added basic stats operations Archan Patkar 2019-07-19 15:20:32 +0530
  • d6ddfa124d Fixed get_error_msg for *nix 0x9ef 2019-07-18 21:21:48 +0300
  • 67c2932f34 parser: change cur_line, tmp_line only in main pass d2verb 2019-07-19 03:21:23 +0900
  • 38c58f9f1b compiler: fix #1193 . Flag -c_options is now named -cflags. Delyan Angelov 2019-07-18 20:00:49 +0300
  • 97e97222ee live reload: All of the [live] functions are reloaded now, not just the first one. Delyan Angelov 2019-07-18 14:02:22 +0300
  • b3bdcfda42 Fix modules order joe-conigliaro 2019-07-19 03:25:46 +1000
  • 382f85fa39 -live: fix an info message Alexander Medvednikov 2019-07-18 18:03:09 +0200
  • 53b6c91d18 allow building code with [live] without -live Alexander Medvednikov 2019-07-18 16:02:06 +0200
  • 1ef0f3b549 live reload: the reload_so function now uses too, instead of hard coding the v name (which some people do not have in their PATH or have as an alias) Delyan Angelov 2019-07-18 16:42:32 +0300
  • ea2412297d crypto.sha512: change hardcoded u64's back to consts joe-conigliaro 2019-07-18 19:34:05 +1000
  • 53ac6d352f auto detect u64 const joe-conigliaro 2019-07-18 18:55:39 +1000
  • 43070412f7 implement crypto.sha256 + some crypto cleanup joe-conigliaro 2019-07-18 18:50:05 +1000
  • c0911ea74b bf: add reverse(), resize(), pos() and rotate() Vitalie Ciubotaru 2019-07-16 02:07:07 +0900
  • f5c8ee4742 string(buffer, len) cast Alexander Medvednikov 2019-07-18 04:42:00 +0200
  • 92fbe56276 table: fix #1219 d2verb 2019-07-18 11:32:49 +0900
  • 6f99876b6e
    readme: add -lm Alexander Medvednikov 2019-07-18 03:03:33 +0200
  • 810e85541c Makefile: update whoami 2019-07-17 22:50:38 +0300
  • c35adbea91 vfmt fixes Alexander Medvednikov 2019-07-16 17:59:07 +0200
  • 7bbaf432e6 Makefile: ability to compile thirdparty libraries (for linux packages) whoami 2019-07-17 21:11:53 +0300
  • 8cd1f962d3 implement missing string to int type methods (#1210) joe-conigliaro 2019-07-18 04:11:14 +1000
  • 7dc7502fe2 fix REPL and hot code reloading for users that don't have V in PATH Alexander Medvednikov 2019-07-17 19:23:42 +0200
  • 9d4b4df54f net : fix error msg unknown-v 2019-07-17 15:51:10 +0200
  • 0ca58aba5e Fix array.reverse() test joe-conigliaro 2019-07-18 02:35:40 +1000
  • b17df207f2 additional `.gitignore` rules for windows development Ned Palacios 2019-07-18 00:23:28 +0800
  • 09fb000e67 fix Joe Conigliaro 2019-07-18 02:17:07 +1000
  • 251e32948e fix Windows build: move hostname to net/ Alexander Medvednikov 2019-07-17 13:50:58 +0200
  • b9f3f2d622 v script Alexander Medvednikov 2019-07-17 10:54:24 +0200
  • 55b8a9acb9 crypto.sha512 joe-conigliaro 2019-07-17 19:00:15 +1000
  • bdf1717703 examples/bounce.v: minor fixes Alexander Medvednikov 2019-07-17 02:55:18 +0200
  • 9782d85709 enable render term color on windows by default Ned Palacios 2019-07-17 08:44:08 +0800
  • 14ad70d3a0 match: else Alexander Medvednikov 2019-07-17 02:47:45 +0200
  • 76d6e9fd1a minor match_test.v fixes Alexander Medvednikov 2019-07-17 02:44:41 +0200
  • a9463a180d new match statement Alexander Medvednikov 2019-07-17 01:43:59 +0200
  • 3f506714ec Fix bug with BOM Igor Pershikov 2019-07-17 01:05:04 +0300
  • 982496ffce math: faster factorial function Yash Tripathi 2019-07-17 03:33:51 +0530
  • a743ecaff9 Windows : fix build unknown-v 2019-07-16 20:00:41 +0200
  • 8ef3313d63 Fixed buf on hostname and added optional type. 0x9ef 2019-07-16 21:29:17 +0300
  • 91a712fdf0 Check for max error code overflow 0x9ef 2019-07-16 21:38:19 +0300
  • 5d0cb1437c Add support for VFLAGS environment variable, merged with cmd args. 0.1.15 Delyan Angelov 2019-07-16 18:07:28 +0300
  • 17580f3013 Support for passing different options to the C compiler backend. Delyan Angelov 2019-07-16 19:15:14 +0300
  • 47b0221b82 os: hostname function Rustem B 2019-07-16 22:05:49 +0500
  • 36442976c3 fix dir_exists on win Joe Conigliaro 2019-07-17 02:01:36 +1000
  • 1748632144 do not create ~/.vlang directory Alexander Medvednikov 2019-07-16 17:42:04 +0200
  • e638e47af5 `setenv` and `unsetenv` for windows fix Ned Palacios 2019-07-16 22:27:07 +0800
  • f5fa43d2fa os: fix executable() for all other BSDs Alexander Medvednikov 2019-07-16 16:37:59 +0200
  • 674969665e freebsd fix Alexander Medvednikov 2019-07-16 16:22:25 +0200
  • 6fabd36732 freebsd: fix os.executable() Alexander Medvednikov 2019-07-16 16:19:52 +0200
  • c3ad75191d os: fix 'rm' and 'rmdir' implementation on windows Ned Palacios 2019-07-16 21:55:51 +0800
  • 8aa7da1be1 http_win: fix BUF_MAX Alexander Medvednikov 2019-07-16 15:29:27 +0200
  • 54b069f9ad fix high order fns Alexander Medvednikov 2019-07-16 14:31:08 +0200
  • 9c586e7e92 crypto md5 joe-conigliaro 2019-07-16 22:20:51 +1000
  • 8c516bec4f [][]int Alexander Medvednikov 2019-07-16 13:56:48 +0200
  • 31032d3a62 allow field 'type' Alexander Medvednikov 2019-07-16 13:01:39 +0200
  • 830f63e86a make maps work with structs defined in different modules Alexander Medvednikov 2019-07-16 12:18:52 +0200
  • 0a4a9a35c3 .key_type Alexander Medvednikov 2019-07-16 12:17:17 +0200
  • 961ffb1868 Windows: temporary fix of dir_exists Alexander Medvednikov 2019-07-16 03:17:49 +0200
  • 48d5650765 examples/hot_code_reloading: move the square faster Alexander Medvednikov 2019-07-16 02:23:09 +0200
  • eb7aee5ae0 store temp C files in the same directory Alexander Medvednikov 2019-07-16 02:12:05 +0200
  • 9c63cac54d another Windows fix Alexander Medvednikov 2019-07-16 02:06:39 +0200
  • 090cdcf3b9 os: fix PathSeparator on Windows Alexander Medvednikov 2019-07-16 01:59:28 +0200
  • cc06fe7ae6 os.dir(); fix vroot on Windows Alexander Medvednikov 2019-07-16 01:57:03 +0200
  • 9177256726
    Update CHANGELOG.md Alexander Medvednikov 2019-07-16 00:03:20 +0200
  • 8902256592 V 0.1.15 Alexander Medvednikov 2019-07-15 23:56:18 +0200
  • edbcefb811 fix and simplify VROOT Alexander Medvednikov 2019-07-15 23:33:31 +0200
  • 24a1e0e24a better os.executable on macos Alexander Medvednikov 2019-07-15 23:22:29 +0200
  • b20d7ad086 builtin: Move free from array.v to builtin.v Justice Suh 2019-07-15 16:56:10 -0400
  • 840e496a51 force snake_case in variable names Alexander Medvednikov 2019-07-15 22:44:26 +0200
  • 100bcc2034 use defer Alexander Medvednikov 2019-07-15 22:18:43 +0200
  • 17c6ba04a2 defer statement Alexander Medvednikov 2019-07-15 22:09:34 +0200
  • d58174e77f math: moved fraction to math/fraction Archan Patkar 2019-07-16 00:46:41 +0530
  • 62e6e03492 -ldl is only required on Linux Alexander Medvednikov 2019-07-15 20:40:33 +0200
  • 9b5383341d Add get_error_msg 0x9ef 2019-07-15 20:30:40 +0300
  • 9b020fad53 fix OpenBSD build Alexander Medvednikov 2019-07-15 20:22:48 +0200
  • 374781da1a OpenBSD, NetBSD, DragonFly support Alexander Medvednikov 2019-07-15 20:18:05 +0200
  • ecda895003 move zip C dependency to thirdparty/ Alexander Medvednikov 2019-07-15 19:30:53 +0200
  • 449fd372f9 *_nix.v support Alexander Medvednikov 2019-07-15 19:19:53 +0200
  • b36a9f7e55 glfw always on top Alexander Medvednikov 2019-07-15 18:33:11 +0200
  • f27777af56 Add wrapper of https://github.com/kuba--/zip Paparoni Alvardo 2019-07-15 19:35:34 +0300
  • a7529b7b05 sha1 implementation + helper funcs joe-conigliaro 2019-07-16 01:49:01 +1000
  • 37aff9b107 hot reload: no -sanitize is needed anymore, -live is now enough on both Linux and MacOS X Delyan Angelov 2019-07-15 18:32:00 +0300
  • 7c6f59afa6 FreeBSD support Alexander Medvednikov 2019-07-15 17:24:40 +0200
  • 92fb9c8b94 VCasino was printing the opposite of intended Carl Bordum Hansen 2019-07-15 16:43:22 +0200
  • 4020a3ab8c Prevent main function form returning value d2verb 2019-07-15 23:32:35 +0900
  • 40ad868f22 Fix #1107 d2verb 2019-07-15 23:15:34 +0900
  • 5a9116b697 http: make do() public Alexander Medvednikov 2019-07-15 16:06:23 +0200
  • d8df8474bc http_win.do: Reject URL without '://' Nick Treleaven 2019-07-13 12:51:11 +0100
  • 7058333f17 Add get_module_filename Paparoni Alvardo 2019-07-14 23:59:25 +0300
  • 4af58e0925 cmath: added arg, log and complex pow operations Archan Patkar 2019-07-15 17:44:20 +0530