Commit Graph
75 Commits
Author SHA1 Message Date
underscorediscovery 559acedace 0.3.0; travis notes for mac + compiler inputs 2020-05-28 12:53:23 -07:00
underscorediscovery dd510c2995 0.3.0; fix misconfigured nan tagging build, and update travis 2020-05-28 09:57:29 -07:00
underscorediscovery 2fc4be6e38 0.3.0; add compile config for no nan tagging (for CI, mainly) 2020-05-27 21:51:00 -07:00
underscorediscovery 23fd1535eb 0.3.0; fix xcode project using windows files 2020-05-27 20:58:29 -07:00
underscorediscovery 39809da2d4 0.3.0; fix premake configs 2020-05-27 20:58:15 -07:00
underscorediscovery e0357fd364 0.3.0; fix mac gmake configs 2020-05-27 20:21:21 -07:00
underscorediscovery f5f08bbbf5 0.3.0: it appears stat on a directory has no size on windows 2020-02-16 15:52:08 -08:00
underscorediscovery f182591cf4 0.3.0: update test runner, most tests pass, stdin ones don't (on windows) 2020-02-16 15:51:49 -08:00
underscorediscovery 53bb4fdcd6 0.3.0: update build notes for bsd 2020-02-13 22:45:14 -08:00
underscorediscovery ce4350cc77 0.3.0: add gmake freebsd projects 2020-02-13 22:38:13 -08:00
underscorediscovery a8c7da21a8 0.3.0: fix gmake files generated from windows system 2020-02-13 22:34:35 -08:00
underscorediscovery b392013af0 0.3.0: update vs2017 project 2020-02-13 22:26:38 -08:00
underscorediscovery 79e0f8fcb3 0.3.0: tidy up xcode/gmake naming 2020-02-13 22:22:26 -08:00
underscorediscovery 5bd0ecd762 0.3.0: projects for vs2017 2020-02-13 22:15:57 -08:00
ruby 9d98bee521 Update README.md 2020-02-13 16:07:38 -08:00
ruby 882a3b326b Update README.md 2020-02-13 16:07:17 -08:00
ruby c941e5b59d Update README.md 2020-02-13 16:06:54 -08:00
ruby 8ad0c63669 0.3.0: fix and test freebsd support 2020-02-13 16:03:29 -08:00
underscorediscovery f91ec260a4 0.3.0: add xcode projects and test on mac 2020-02-13 13:42:31 -08:00
underscorediscovery 7cd09d8e7f Add notes on project paths 2020-02-12 23:01:16 -08:00
underscorediscovery 1834eef760 0.3.0: update + test linux build, add mac/linux/freebsd libuv dependency code 2020-02-12 22:55:33 -08:00
underscorediscovery eb889767cf remove accidental premake binary commit 2020-02-12 22:32:08 -08:00
underscorediscovery 07c0462e70 0.3.0: minor readme update
to test webhooks mainly
2020-02-11 20:38:21 -08:00
underscorediscovery 1aa6ae1e77 .gitignore tidying 2020-02-11 20:22:11 -08:00
underscorediscovery 6c936d4547 0.3.0: cli can use more portable S_IFDIR 2020-02-11 20:21:58 -08:00
underscorediscovery b89a3cc111 0.3.0: minor tidying 2020-02-11 20:20:34 -08:00
underscorediscovery 36efc63428 0.3.0: vendor latest libuv 2020-02-11 20:19:15 -08:00
underscorediscovery 1ffddc1457 0.3.0: vendor wren vm 2020-02-11 20:18:54 -08:00
underscorediscovery 3c5f087d2c 0.3.0: initial premake projects for cli (tested on windows)
linux and mac and others will require careful splicing of the libuv files, which will come next
2020-02-11 20:18:24 -08:00
underscorediscovery 934cc32b37 0.3.0: remove vm src 2020-02-11 20:16:32 -08:00
underscorediscovery 9f1121ab2f 0.3.0: remove vm tests 2020-02-11 20:16:03 -08:00
underscorediscovery 8aaed43324 0.3.0: remove vm utils 2020-02-11 20:15:03 -08:00
underscorediscovery 53cf6f511b benchmark; fix parsing of None in certain cases (like with no interpreter when a baseline is made) 2019-10-07 23:48:42 -07:00
underscorediscovery b120739631 fix minor warning 2019-10-07 23:43:05 -07:00
underscorediscovery 51ef6ff5fa docs; fix missing blog link and arrangement in small mode
thanks Brian Slesinsky
2019-10-02 23:41:39 -07:00
underscorediscovery faff0d6ca4 blog; formatting 2019-09-30 23:03:45 -07:00
underscorediscovery 8ce631e80e blog; add 0.2.0/0.3.0 post 2019-09-30 22:48:04 -07:00
underscorediscovery 5338275dcd 0.2.0 prep work 2019-09-30 21:38:08 -07:00
underscorediscovery 3eb4ac1419 Add a clearer error message for forward declared lowercase variables (#699)
* Add better error messaging for forward referenced top level variables, see #467
* add test case
2019-09-30 20:30:27 -07:00
underscorediscovery fc7bd1c78f Merge pull request #703 from mwilmsm/master
Cleaned up some documentation typos. -mw
2019-09-30 13:23:51 -07:00
underscorediscovery ff4f92eb87 .gitignore; and one more 2019-09-28 12:21:45 -07:00
underscorediscovery 7617498aa3 .gitignore; correct path for object files 2019-09-28 12:21:19 -07:00
underscorediscovery 688691b17c Don't access null pointers when printing null module names
fixes #631
2019-09-18 22:49:01 -07:00
underscorediscovery 7eac8e6a37 docs; encapsulation legibility fixes 2019-09-18 01:43:34 -07:00
Sven Bergström 898e5356c7 Merge pull request #562 from Salmela/locals-array-overflow-fix
Check that there is space in local variable array
2019-09-18 00:20:03 -07:00
Sven Bergström f3b0200c39 Merge pull request #541 from kext/amalgamation
Repaired amalgamation script
2019-09-18 00:11:22 -07:00
underscorediscovery cdeb0db5c3 disambiguate the call here from the call in wren_compiler.c (fixes amalgamation having overalapped symbols) 2019-09-18 00:08:07 -07:00
underscorediscovery 123ba80a89 fix warning about conversion from '__int64' to 'double', possible loss of data 2019-09-18 00:05:16 -07:00
Sven Bergström fa2a3d9576 Clarify modulus documentation for sign
closes #695
2019-09-17 22:27:47 -07:00
Sven Bergström 0e67667010 Update Encapsulation documentation to be clearer
fixes #691
2019-09-17 22:18:55 -07:00
Sven Bergström e94c813ecc Merge pull request #698 from matusnovak/fix-foreign-allocate-abort-fiber
Fix wrenAbortFiber does not work inside of foreign class allocator
2019-09-17 11:08:37 -07:00
Sven Bergström d1a0d0682a Merge pull request #688 from pyway/patch-1
fix memory leak in path.c
2019-07-01 07:40:14 -07:00
Sven Bergström a8fd838255 Merge pull request #680 from bjorn/patch-1
docs: Fixed broken link to overview about maps
2019-04-09 15:46:38 -07:00
Sven Bergström 13dfebe1a5 Merge pull request #664 from Heaven31415/master
Update note about path to visual studio solution.
2019-03-24 14:09:24 -07:00
Sven Bergström 2d018c9109 Merge pull request #663 from Heaven31415/master
Update link to comment about NaN tagging.
2019-03-24 08:03:52 -07:00
Sven Bergström 0f8e9a6554 Merge pull request #612 from iwillspeak/osx-buildfixes
Disable 32 bit macOS Build
2019-02-11 23:33:05 -08:00
Sven Bergström 6514c592d3 Merge pull request #611 from iwillspeak/doc-fixup
Update Call to `WrenInterpret` in Docs
2019-02-11 23:32:40 -08:00
Sven Bergström 8a0d2297a1 Merge pull request #615 from iwillspeak/repl-escape-fix
Fixup Handling of `\` in REPL to Prevent Crash
2019-02-11 22:58:06 -08:00
underscorediscovery 6ac829947a blog; fix twitter link to munificentbob (thanks @noelfb) 2019-02-07 20:40:44 -08:00
underscorediscovery 25a1431fa7 docs; add some links to blog post 2019-02-07 13:07:21 -08:00
underscorediscovery 27a08151e7 blog; clarify weird grammar (sponge) 2019-02-05 19:39:38 -08:00
underscorediscovery 57a1d809d8 docs; replace wren repo URL to point to organization 2019-02-05 18:41:31 -08:00
underscorediscovery 7cc7c715c9 docs; list; add + operator documentation 2019-02-05 18:18:38 -08:00
underscorediscovery 21024bfa13 docs; formatting and tidying
- quick clean up pass on layout and colors for clarity/legibility
- added logo to the sidebar
- fix various css things like a full height page when content is shorter, so the footer doesn't creep away from the bottom
- start using em instead of px for consistency across devices
2019-02-05 18:18:24 -08:00
underscorediscovery 2d449cd4c9 docs; add blog section with simple rss
- rss is hand written right now
- see the hello wren blog post for reasoning
2019-02-05 18:15:29 -08:00
underscorediscovery 29cef0bd53 docs; update generator
- copies files in doc/site/static/ to output
- update output formatting to include potential differences in markdown generator (local generate had >, so cover both to remain consistent)
- copy rss xml (could be in static too, but for now...)
2019-02-05 18:14:34 -08:00
Sven Bergström 201ae2f38a Merge pull request #619 from PrimordialHelios/fix_doc_generation
Fix doc generation script
2019-02-04 17:57:52 -08:00
Sven Bergström cabab755f5 Merge pull request #646 from nenofite/patch-1
Fix broken link for error handling
2018-12-19 18:36:30 -03:30
Sven Bergström 4ebb99d27f Merge pull request #636 from datatypevoid/readme-update
chore(README): point broken links to wren.io
2018-11-26 16:35:42 -03:30
underscorediscovery a2868913c5 Add .log to Num 2016-10-31 17:22:32 -02:30
underscorediscovery 955e92761d Add .pow(_) to Num 2016-10-31 17:22:13 -02:30
underscorediscovery 2650794340 Update AUTHORS 2016-10-31 17:21:55 -02:30
underscorediscovery 1f84a10f44 Implement String indexOf(needle, startIndex) 2016-07-14 01:23:01 -02:30
Sven Bergström 5a8cacfbe4 fix range docs to introduction
Is that the link that was intended?
2016-05-21 00:24:41 -02:30
Sven Bergström b57fd6431a iterator protocol relative to core/ not modules/ 2016-05-21 00:21:47 -02:30