You cannot post messages because only members can post, and you are not currently a member.
Description:
Mailing list for the v8-juice project's development (including its sister project, v8-convert/cvv8), including commit mails (tends to be high traffic in short waves). Project home: http://code.google.com/p/v8-juice
|
|
|
Is anyone out there using jspdo?
|
| |
Hi, all, Just out of curiosity, is anyone out there (other than me) using JSPDO? [link] i ask because i've been actively hacking on the underlying db driver layer recently and am looking for suggestions about what is (or might be) missing.
|
|
Windows Support
|
| |
Stephan, What I am about to write applies to v8-juice and from what I see to cvv8, although we are not using cvv8 yet (since we based ourselves on v8-juice over a year ago and haven't had opportunity to convert to cvv8). This, actually, applies to any type of template library. v8-juice in it's current form doesn't support windows shared libraries... more »
|
|
JS-side argument validation
|
| |
Hi, all, i'm tinkering with some generic JS-side argument validation code and thought it might interest a couple of you. i'm not yet sure what it's for, and there's probably room for improvement, but it seems to work as it is now... function applyValidation( func, rules ){ return function(){ var av = Array.prototype.slice.apply(ar guments,[0]);... more »
|
|
C++11 and typeof?
|
| |
Hi, all! Do any of you know enough about C++11 to know whether we could convert this: FunctionTo< InCa, int(char const *), ::puts>::Call; To: FunctionTo11< InCa, ::puts>::Call; such that it would internally use (typeof ::puts) to dispatch to the former template?
|
|
new cvv8 download available
|
| |
Hi, all, i assume that most people pull the sources directly from svn, but for those who prefer a tarfile, there's a new cvv8 release here: [link] Happy Hacking!
|
|
New Curl impl for cvv8
|
| |
Hi, all! Last night i ported over the v8-juice Curl binding to cvv8, and got rid of its limitation of not handlng binary data: [link] It's similar to the older plugin but uses ByteArrays instead of Strings to carry data around, because we can't legally use v8::String when curl can... more »
|
|
compile error in whio_amalgamation.c
|
| |
Hello,
I was trying to build the whio addion on Ubuntu 10.04 LTS and ran into
the following error.
Code is checked out from
[link]
whio directory listing
dasfoo@vmub904-mh:~/workspace/ JavascriptV8/cvv8/cvv8/addons/ whio$ ls -
l
total 1484
-rw-rw-r-- 1 dasfoo tehamadomain 6622 2012-02-13 16:22 bytearray.hpp... more »
|
|
|